20 #ifndef __com_sun_star_text_textfield_SetExpression_idl__
21 #define __com_sun_star_text_textfield_SetExpression_idl_
27 module com { module sun { module star { module text { module textfield {
string CurrentPresentation
contains the current content of the text field.
Definition: SetExpression.idl:43
boolean IsFixedLanguage
determines whether changes in language attributes at the position the text field is located also chan...
Definition: SetExpression.idl:96
boolean IsInput
determines whether this field is an input field.
Definition: SetExpression.idl:66
string Content
contains the textual content of the field.
Definition: SetExpression.idl:34
short SequenceValue
contains the sequence value when this field is used as sequence field.
Definition: SetExpression.idl:74
double Value
contains the numerical value of the field.
Definition: SetExpression.idl:83
string VariableName
contains the name of the set expression field master this field is connected to.
Definition: SetExpression.idl:88
string Hint
contains an informational text that is displayed at the user interface if it's an input field...
Definition: SetExpression.idl:62
boolean IsShowFormula
determines whether the content is displayed or evaluated.
Definition: SetExpression.idl:57
long NumberFormat
this is the number format for this field.
Definition: SetExpression.idl:48
specifies service of an expression text field.
Definition: SetExpression.idl:32
short NumberingType
specifies the type of the numbering as com::sun::star::style::NumberingType
Definition: SetExpression.idl:53
boolean IsVisible
determines whether the field is visible.
Definition: SetExpression.idl:70
short SubType
determines the type of the variable as described in com::sun::star::text::SetVariableType ...
Definition: SetExpression.idl:79
is a TextField which is not specified by itself, but dependent on a TextFieldMaster.
Definition: DependentTextField.idl:33