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

(Global Index)

Syntax

service User;

Description

Specifies the service of a user field master.

See also

TextFieldMaster

Included Services

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

Description

A TextFieldMaster specifies important data for its DependentTextField s.


Property Summary

IsExpression determins whether the field contains an expression.

Value contains the value.

Content contains the content.

Property Details



IsExpression

Syntax

boolean IsExpression;

Description

determins whether the field contains an expression.


Value

Syntax

double Value;

Description

contains the value.


Content

Syntax

string Content;

Description

contains the content.

Top of Page