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

service User
Description
specifies service of a user defined field.

Included Services - Summary
::com::sun::star::text::DependentTextField
(referenced entity's summary:)
is a ::com::sun::star::text::TextField which is not specified by itself, but dependent on a ::com::sun::star::text::TextFieldMaster.
Properties' Summary
boolean
IsShowFormula
[ OPTIONAL ]
determins if the content is shown as text rather than as value.  
boolean
IsVisible
[ OPTIONAL ]
determins if the field is visible.  
long
NumberFormat
[ OPTIONAL ]
this is the number format for this field.  
boolean
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.  
Included Services - Details
::com::sun::star::text::DependentTextField
(referenced entity's summary:)
is a ::com::sun::star::text::TextField which is not specified by itself, but dependent on a ::com::sun::star::text::TextFieldMaster.
Properties' Details
IsShowFormula
boolean IsShowFormula;
Usage Restrictions
optional
Description
determins if the content is shown as text rather than as value.
IsVisible
boolean IsVisible;
Usage Restrictions
optional
Description
determins if the field is visible.
NumberFormat
long NumberFormat;
Usage Restrictions
optional
Description
this is the number format for this field.
IsFixedLanguage
boolean IsFixedLanguage;
Usage Restrictions
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.

 
Top of Page