:: com :: sun :: star :: text ::

enum PageNumberType
Description
determines which page number is displayed in a page number text field.

Values
PREV The number of the previous page is displayed if there is any, otherwise the field is empty.  
CURRENT The number of the current page is displayed.  
NEXT The number of the next page is displayed if there is any, otherwise the field is empty.  
Values' Details
PREV
PREV,
Description
The number of the previous page is displayed if there is any, otherwise the field is empty.
CURRENT
CURRENT,
Description
The number of the current page is displayed.
NEXT
NEXT,
Description
The number of the next page is displayed if there is any, otherwise the field is empty.
Top of Page