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

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
Description
A TextFieldMaster specifies important data for its 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