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

service DropDown

Included Services - Summary
::com::sun::star::text::TextField
(referenced entity's summary:)
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 empty 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.  
Included Services - Details
::com::sun::star::text::TextField
(referenced entity's summary:)
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 empty 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