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


Method Summary
 int getValue()
          This property returns value of a field.
 
Methods inherited from interface com.mindoo.remote.api.symphony.document.IRemoteField
getContent, getRange, getType, remove
 

Method Detail

getValue

int getValue()
             throws RemoteEclipseAPIException
This property returns value of a field.

Returns:
value
Throws:
RemoteEclipseAPIException