enum PageNumberType in module com::sun::star::text::

(Global Index)

Syntax

enum PageNumberType;

Description

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

Values Summary

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

Syntax

PREV,

Description

The number of the previous page is displayed if there is any, otherwise the field is empty.


CURRENT

Syntax

CURRENT,

Description

The number of the current page is displayed.


NEXT

Syntax

NEXT,

Description

The number of the next page is displayed if there is any, otherwise the field is empty.

Top of Page