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

(Global Index)

Syntax

service User;

Description

specifies service of a user defined 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.


Exported Interfaces

com::sun::star::text::XDependentTextField

Description

makes it possible to attach this TextField to a TextFieldMaster .


Property Summary

IsShowFormula determins if the content is shown as text rather than as value.

IsVisible determins if the field is visible.

NumberFormat this is the number format for this field.

Property Details



IsShowFormula [ O P T I O N A L ]

Syntax

boolean IsShowFormula;

Description

determins if the content is shown as text rather than as value.


IsVisible [ O P T I O N A L ]

Syntax

boolean IsVisible;

Description

determins if the field is visible.


NumberFormat [ O P T I O N A L ]

Syntax

long NumberFormat;

Description

this is the number format for this field.

See also

NumberFormatter
Top of Page