Top   Module   Use   Manual   Index 

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

enum PageNumberType


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


Values

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