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

service DropDown
Description
specifies service of an author text field.
See also
::com::sun::star::text::TextField

Included Services
::com::sun::star::text::TextField
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.
Properties' Summary
Name The name of the drop down field.
Items The items of the dropdown field.
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