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

com :: sun :: star :: text :: FieldMaster ::

service SetExpression

Description
Specifies the service of a set expression field master.
See also
com::sun::star::text::TextFieldMaster


Included Services

com::sun::star::text::TextFieldMaster
Description
A TextFieldMaster specifies important data for its DependentTextField s.

Properties' Summary

ChapterNumberingLevel determins the number of the chapter. This values is used if the field master is set as number sequence.
NumberingSeparator determins the numbering separator string if the field master is set as number sequence.
SubType determins the type of the field as

Properties' Details

ChapterNumberingLevel
 
byte ChapterNumberingLevel;
Description
determins the number of the chapter. This values is used if the field master is set as number sequence.
NumberingSeparator
 
string NumberingSeparator;
Description
determins the numbering separator string if the field master is set as number sequence.
SubType
 
short SubType;
Description
determins the type of the field as

Top of Page