Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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.

Properties' 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

Properties' Details

NumberingType
 
short NumberingType;
Description
determins the type of the numbering.
See also
unknown ?
NumberingType
Offset
 
short Offset;
Description
determins an offset value to show a different page number.
SubType
 
com::sun::star::text::textfield::PageNumberType SubType;
Description
determins which page the field refers to.
See also
unknown ?
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