20 #ifndef __com_sun_star_text_textfield_Input_idl__ 21 #define __com_sun_star_text_textfield_Input_idl__ 26 module
com { module sun { module star { module text { module textfield {
38 [optional, property]
string Content;
44 [optional, property]
string Hint;
51 [optional, property]
string Help;
const short TextField
denotes a control which allows the user to enter property values consisting of a single line of text
Definition: PropertyControlType.idl:63
string Content
contains the text content of the text field.
Definition: Input.idl:33
Definition: Ambiguous.idl:22
string Help
contains an internal-use-only multi purpose string.
Definition: Input.idl:51
string Hint
contains a hint text.
Definition: Input.idl:44
specifies service of a text input field.
Definition: Input.idl:31