:: 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::DependentTextField
is a ::com::sun::star::text::TextField which is not specified by itself, but dependent on a ::com::sun::star::text::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