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

com :: sun :: star :: text :: textfield ::

service User

Description
specifies service of a user defined field.
See also
com::sun::star::text::TextField


Included Services

com::sun::star::text::TextField
Description
A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.

Exported Interfaces

com::sun::star::text::XDependentTextField
Description
makes it possible to attach this TextField to a TextFieldMaster .

Properties' Summary

IsShowFormula [ OPTIONAL ]
determins if the content is shown as text rather than as value.
IsVisible [ OPTIONAL ]
determins if the field is visible.
NumberFormat [ OPTIONAL ]
this is the number format for this field.

Properties' Details

IsShowFormula
 
boolean IsShowFormula;
[ OPTIONAL ]
Description
determins if the content is shown as text rather than as value.
IsVisible
 
boolean IsVisible;
[ OPTIONAL ]
Description
determins if the field is visible.
NumberFormat
 
long NumberFormat;
[ OPTIONAL ]
Description
this is the number format for this field.
See also
com::sun::star::util::NumberFormatter

Top of Page