:: 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.
IsFixedLanguage [ OPTIONAL ]
determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language.
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
IsFixedLanguage
boolean IsFixedLanguage;
[ OPTIONAL ]
Description
determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language.
Since version
OpenOffice.org 1.1.5

 
Top of Page