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

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

service Chapter

Description
specifies service of a chapter 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

ChapterFormat determins how the chapter should be displayed as described in ChapterFormat .
Level determins which chapter level should be used. The highest chapter level has the value 0.

Properties' Details

ChapterFormat
 
short ChapterFormat;
Description
determins how the chapter should be displayed as described in ChapterFormat .
Level
 
byte Level;
Description
determins which chapter level should be used. The highest chapter level has the value 0.

Top of Page