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

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

service HiddenParagraph

Description
specifies service of a hidden paragraph 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

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

Properties' Details

Condition
 
string Condition;
Description
contains the condition.
IsHidden
 
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