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

service PageNumber
Description
specifies service of a page number text field.
See also
::com::sun::star::text::TextField

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
A ::com::sun::star::text::TextField is a ::com::sun::star::text::TextContent which fades its textual representation into the text range to which it is anchored.
Properties' Summary
short
NumberingType
determines the type of the numbering.  
short
Offset
determines an offset value to show a different page number.  
::com::sun::star::text::PageNumberType
SubType
determines which page the field refers to.  
string
UserText
if the user text string is set then it is displayed when the value of NumberingType is set to NumberingType::CHAR_SPECIAL  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
A ::com::sun::star::text::TextField is a ::com::sun::star::text::TextContent which fades its textual representation into the text range to which it is anchored.
Properties' Details
NumberingType
short NumberingType;
Description
determines the type of the numbering.
See also
? (no identifier found)
NumberingType
Offset
short Offset;
Description
determines an offset value to show a different page number.
SubType
::com::sun::star::text::PageNumberType SubType;
Description
determines which page the field refers to.
See also
? (no identifier found)
PageNumberType
UserText
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