service SetExpression in module com::sun::star::text::textfield::

(Global Index)

Syntax

service SetExpression;

Description

specifies service of an expression text field.

See also

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.


Property 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.

Hint contains an informational text that is displayed at the user interface if it's an input field.

IsInput determines whether this field is an input field.

IsVisible determines whether the field is visible.

SequenceValue contains the sequence value when this field is used as sequence field.

SubType determins the type of the variable as described in SetVariableType

Value contains the numerical value of the field.

VariableName contains the name of the set expression field master this field is connected to.

Property Details



Content

Syntax

string Content;

Description

contains the textual content of the field.


CurrentPresentation

Syntax

string CurrentPresentation;

Description

contains the current content of the text field.

This property is escpecially usefull for import/export purposes.


NumberFormat

Syntax

long NumberFormat;

Description

this is the number format for this field.

See also

NumberFormatter

NumberingType

Syntax

short NumberingType;

Description

specifies the type of the numbering as NumberingType


IsShowFormula

Syntax

boolean IsShowFormula;

Description

determins whether the content is displayed or evaluated.


Hint

Syntax

string Hint;

Description

contains an informational text that is displayed at the user interface if it's an input field.


IsInput

Syntax

boolean IsInput;

Description

determines whether this field is an input field.


IsVisible

Syntax

boolean IsVisible;

Description

determines whether the field is visible.


SequenceValue

Syntax

short SequenceValue;

Description

contains the sequence value when this field is used as sequence field.


SubType

Syntax

short SubType;

Description

determins the type of the variable as described in SetVariableType


Value

Syntax

double Value;

Description

contains the numerical value of the field.


VariableName

Syntax

string VariableName;

Description

contains the name of the set expression field master this field is connected to.

Top of Page