:: 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 - Summary
::com::sun::star::text::TextFieldMaster
(referenced entity's summary:)
A ::com::sun::star::text::TextFieldMaster specifies important data for its ::com::sun::star::text::DependentTextFields.
Properties' Summary
boolean
IsExpression
determins whether the field contains an expression.  
double
Value
contains the value.  
string
Content
contains the content.  
Included Services - Details
::com::sun::star::text::TextFieldMaster
(referenced entity's summary:)
A ::com::sun::star::text::TextFieldMaster specifies important data for its ::com::sun::star::text::DependentTextFields.
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