com.mindoo.remote.api.symphony.document
Interface IRemotePageNumberField
- All Superinterfaces:
- IRemoteField
public interface IRemotePageNumberField
- extends IRemoteField
This class is a subclass of the Field class and represents a page number field in a document.
Creation and access
- To get an page number field in a document, use the itemByType method in the Fields class.
- To create a page number field, use the addPageNumberField method in the Fields class.
Method Summary |
int |
getValue()
This property returns value of a field. |
getValue
int getValue()
throws RemoteEclipseAPIException
- This property returns value of a field.
- Returns:
- value
- Throws:
RemoteEclipseAPIException