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

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

service GetExpression

Description
specifies service of a get expression text 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.

Properties' Summary

Content contains the textual content of the field.
CurrentPresentation contains the current content of the text field.
NumberFormat this is the number format for this field.
NumberingType specifies the type of the numbering as NumberingType
IsShowFormula determins whether the content is displayed or evaluated.
SubType determins the type of the variable as described in SetVariableType
Value contains the numerical value of the field.
VariableSubtype deprecated

Properties' Details

Content
 
string Content;
Description
contains the textual content of the field.
CurrentPresentation
 
string CurrentPresentation;
Description
contains the current content of the text field.

This property is escpecially usefull for import/export purposes.

NumberFormat
 
long NumberFormat;
Description
this is the number format for this field.
See also
com::sun::star::util::NumberFormatter
NumberingType
 
short NumberingType;
Description
specifies the type of the numbering as NumberingType
IsShowFormula
 
boolean IsShowFormula;
Description
determins whether the content is displayed or evaluated.
SubType
 
short SubType;
Description
determins the type of the variable as described in SetVariableType
Value
 
double Value;
Description
contains the numerical value of the field.
VariableSubtype
 
short VariableSubtype;
Description
deprecated

Top of Page