|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteField
This class represents a user field in a document.
Creation and access
Method Summary | |
---|---|
java.lang.String |
getContent()
This property returns the content of a field. |
IRemoteTextRange |
getRange()
This property returns the position of a field. |
int |
getType()
This property returns the type of a field. |
void |
remove()
This method deletes a field from a document. |
Method Detail |
---|
java.lang.String getContent() throws RemoteEclipseAPIException
RemoteEclipseAPIException
void remove() throws RemoteEclipseAPIException
RemoteEclipseAPIException
int getType() throws RemoteEclipseAPIException
Constant | Value | Description |
---|---|---|
Constant.FIELD_TYPE_USER | 0 | specifies the user field. |
Constant.FIELD_TYPE_PAGENUMBER | 1 | specifies the page number field. |
Constant.FIELD_TYPE_DATETIME | 2 | specifies the show variable field. |
Constant.FIELD_TYPE_HIDDENTEXT | 3 | specifies the set variable field. |
Constant.FIELD_TYPE_SETVARIABLE | 4 | specifies the hidden text field. |
Constant.FIELD_TYPE_SHOWVARIABLE | 5 | specifies the date time field. |
RemoteEclipseAPIException
IRemoteTextRange getRange() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |