Included Services - Summary |
::com::sun::star::text::TextField |
- (referenced entity's summary:)
- A ::com::sun::star::text::TextField is a ::com::sun::star::text::TextContent which fades its
textual representation into the text range to which it is anchored.
|
Properties' Summary |
string
Name |
The name of the drop down field.
|
sequence< string >
Items |
The items of the dropdown field.
|
string
SelectedItem |
The selected item. If no item is selected this property
contains an emtpy string. If this property is set to a value
not present in the items of the dropdown field it is
invalidated, i.e. it is set to an empty string.
|
Properties' Details |
Name
string Name;
- Description
- The name of the drop down field.
|
|
Items
sequence< string > Items;
- Description
- The items of the dropdown field.
|
|
SelectedItem
string SelectedItem;
- Description
- The selected item. If no item is selected this property
contains an emtpy string. If this property is set to a value
not present in the items of the dropdown field it is
invalidated, i.e. it is set to an empty string.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.