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

(Global Index)

Syntax

service HiddenText;

Description

specifies service of a hidden 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 text content of the hidden text field.

Condition contains the condition.

IsHidden contains the result of the last evaluation of the condition.

Property Details



Content

Syntax

string Content;

Description

contains the text content of the hidden text field.

The content is displayed if the condition evaluates to .


Condition

Syntax

string Condition;

Description

contains the condition.


IsHidden

Syntax

boolean IsHidden;

Description

contains the result of the last evaluation of the condition.

This property has to be read/written in file export/import to save and restore the result without initiation of a new evaluation.

Top of Page