service SetExpression in module com::sun::star::text::FieldMaster::

(Global Index)

Syntax

service SetExpression;

Description

Specifies the service of a set expression field master.

See also

TextFieldMaster

Included Services

com::sun::star::text::TextFieldMaster

Description

A TextFieldMaster specifies important data for its DependentTextField s.


Property 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

Property Details



ChapterNumberingLevel

Syntax

byte ChapterNumberingLevel;

Description

determins the number of the chapter. This values is used if the field master is set as number sequence.


NumberingSeparator

Syntax

string NumberingSeparator;

Description

determins the numbering separator string if the field master is set as number sequence.


SubType

Syntax

short SubType;

Description

determins the type of the field as

Top of Page