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

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

Included Services
::com::sun::star::text::TextFieldMaster
A ::com::sun::star::text::TextFieldMaster specifies important data for its ::com::sun::star::text::DependentTextField s.
Properties' Summary
IsExpression determins whether the field contains an expression.
Value contains the value.
Content contains the content.
Properties' Details
IsExpression
boolean IsExpression;
Description
determins whether the field contains an expression.
Value
double Value;
Description
contains the value.
Content
string Content;
Description
contains the content.

 
Top of Page