com :: sun :: star :: text :: textfield :: service HiddenText
- Description
- specifies service of a hidden text field.
- See also
- com::sun::star::text::TextField
Properties' 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.
|
Properties' Details
|
- Content
-  
string Content;
- Description
- contains the text content of the hidden text field.
The content is displayed if the condition evaluates to .
|
- 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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.