|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteTextFields
This class represents a collection of all the fields in a document.
TextFields only provides access to user fields and page number fields, and it provides a method to add user and page number fields.
Method Summary | |
---|---|
IRemoteTextField |
add(IRemoteTextRange position,
java.lang.String type,
java.lang.String name)
This method adds a field for the document. |
IRemoteSymphonyApplication |
getApplication()
This property represents the Lotus Symphony application. |
int |
getCount()
This property represents the number of fields in the collection. |
IRemoteTextField |
item(int index)
This method gets a field according to an index. |
Method Detail |
---|
IRemoteSymphonyApplication getApplication() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getCount() throws RemoteEclipseAPIException
RemoteEclipseAPIException
IRemoteTextField item(int index) throws RemoteEclipseAPIException
index
- Specifies the index of the field to get, starting at 1.
RemoteEclipseAPIException
IRemoteTextField add(IRemoteTextRange position, java.lang.String type, java.lang.String name) throws RemoteEclipseAPIException
position
- Specifies the position of the new field.type
- Specifies the type of the new field. The value of this parameter can only be "User" or "PageNumber", which means it is an user field or a page number field. If other filed types is used, this method throws an exception.name
- Specifies the name of the user field. This parameter is only available when add an user field. If an user field with the same name already exist, it inserts the existing user field into the specified position.
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |