Syntax
service ConditionalText;
Description
specifies service of a hidden text field.
See also
- TextField
-
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
|
TrueContent |
contains the text that is displayed if the condition evaluates to .
|
|
FalseContent |
contains the text that is displayed if the condition evaluates to .
|
|
Condition |
contains the condition.
|
|
IsConditionTrue |
contains the result of the last evaluation of the condition.
|
|
Property Details
|
|
Syntax
string TrueContent;
Description
contains the text that is displayed if the condition evaluates to .
Syntax
string FalseContent;
Description
contains the text that is displayed if the condition evaluates to .
Syntax
string Condition;
Description
contains the condition.
Syntax
boolean IsConditionTrue;
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.