service PageNumber in module com::sun::star::text::textfield::

(Global Index)

Syntax

service PageNumber;

Description

specifies service of a page number text field.

See also

TextField

Included Services

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

Description

A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.


Property Summary

NumberingType determins the type of the numbering.

Offset determins an offset value to show a different page number.

SubType determins which page the field refers to.

UserText if the user text string is set then it is displayed when the value of NumberingType is set to NumberingType::CHAR_SPECIAL

Property Details



NumberingType

Syntax

short NumberingType;

Description

determins the type of the numbering.

See also

unknown ?
NumberingType

Offset

Syntax

short Offset;

Description

determins an offset value to show a different page number.


SubType

Syntax

com::sun::star::text::textfield::PageNumberType SubType;

Description

determins which page the field refers to.

See also

unknown ?
PageNumberType

UserText

Syntax

string UserText;

Description

if the user text string is set then it is displayed when the value of NumberingType is set to NumberingType::CHAR_SPECIAL

Top of Page