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

service TextField
Description
A ::com::sun::star::form::component::TextField is a ::com::sun::star::text::TextContent which fades its textual representation into the text range to which it is anchored.
Developers Guide
Included Services
::com::sun::star::text::TextContent
(referenced entity's summary:)
is an object which can be anchored in a text, like instances of ::com::sun::star::text::TextFrame or ::com::sun::star::text::TextFields .
Exported Interfaces
::com::sun::star::text::XTextField
Description
This interface is used to access the textual representation of this field.
::com::sun::star::beans::XPropertySet
Usage Restrictions
optional
Description
makes it possible to access the properties of the field, if any.
Properties' Summary
[ readonly ] boolean
IsFieldUsed
[ OPTIONAL ]
specifies if the text field is actually used in the document.  
[ readonly ] boolean
IsFieldDisplayed
[ OPTIONAL ]
specifies if the text field is actually displayed.  
Properties' Details
IsFieldUsed
[ readonly ] boolean IsFieldUsed;
Usage Restrictions
optional
Description
specifies if the text field is actually used in the document.

Not all available text fields are used, for example fields that are part of unused styles.

Since
OpenOffice 2.0.1
IsFieldDisplayed
[ readonly ] boolean IsFieldDisplayed;
Usage Restrictions
optional
Description
specifies if the text field is actually displayed.

Not all available text fields are actually displayed even when they are used. For example hidden fields or fields in hidden text are used in the document but get not displayed.

Since
OpenOffice 2.0.1

 
Top of Page