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

(Global Index)

[ DEPRECATED ]

Syntax

service TableFormula;

Description

specifies service of a table formula 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

Formula contains the formula.

CurrentPresentation contains the current content of the text field.

IsShowFormula determins whether the formula displayed as text or evaluated.

NumberFormat this is the number format for this field.

Property Details



Formula

Syntax

string Formula;

Description

contains the formula.


CurrentPresentation

Syntax

string CurrentPresentation;

Description

contains the current content of the text field.

This property is escpecially usefull for import/export purposes.


IsShowFormula

Syntax

boolean IsShowFormula;

Description

determins whether the formula displayed as text or evaluated.


NumberFormat

Syntax

short NumberFormat;

Description

this is the number format for this field.

See also

NumberFormatter
Top of Page