10 module
com { module sun { module star { module text {
47 [optional, property] sequence< sequence< com::sun::star::beans::PropertyValue > >
ListItems;
57 [optional, property]
boolean Date;
93 [optional, property]
string Color;
125 [optional, property]
string Tag;
137 [optional, property]
long Id;
149 [optional, property]
string Lock;
string Tag
The tag: similar to Alias, but is meant to be machine-readable.
Definition: ContentControl.idl:125
string CurrentDate
Date in YYYY-MM-DDT00:00:00Z format.
Definition: ContentControl.idl:69
string UncheckedState
If Checkbox is true, the value of an unchecked checkbox.
Definition: ContentControl.idl:43
string Alias
The alias: kind of a human-readable title / description, show up on the UI.
Definition: ContentControl.idl:118
string DateFormat
If Date is true, the date format in a syntax accepted by the NumberFormatter.
Definition: ContentControl.idl:61
enables objects to be inserted into a text and to provide their location in a text once they are inse...
Definition: XTextContent.idl:28
unsigned long TabIndex
Describes the order in which keyboard navigation moves between controls.
Definition: ContentControl.idl:143
boolean ShowingPlaceHolder
Current content is placeholder text.
Definition: ContentControl.idl:23
string DateLanguage
If Date is true, the date's BCP 47 language tag.
Definition: ContentControl.idl:65
Definition: Ambiguous.idl:20
string DataBindingPrefixMappings
The data bindings's prefix mappings: just remembered.
Definition: ContentControl.idl:81
string DataBindingStoreItemID
The data bindings's store item ID: just remembered.
Definition: ContentControl.idl:89
string Color
The color: just remembered.
Definition: ContentControl.idl:93
string Lock
Describes whether the control itself and/or its data can be modified or deleted by the user...
Definition: ContentControl.idl:149
boolean Date
Display the content control as a date.
Definition: ContentControl.idl:57
string Appearance
The appearance: just remembered.
Definition: ContentControl.idl:99
This service specifies a content control with properties in a TextDocument.
Definition: ContentControl.idl:18
boolean Checked
If Checkbox is true, is the checkbox checked?
Definition: ContentControl.idl:35
boolean DropDown
Drop-down that does not allow free-form text, i.e.
Definition: ContentControl.idl:111
string CheckedState
If Checkbox is true, the value of a checked checkbox.
Definition: ContentControl.idl:39
long Id
A unique numeric id, used by macros to identify a specific control.
Definition: ContentControl.idl:137
string DataBindingXpath
The data bindings's XPath: just remembered.
Definition: ContentControl.idl:85
boolean PlainText
Plain text, i.e.
Definition: ContentControl.idl:73
boolean Checkbox
Display the content control as a checkbox.
Definition: ContentControl.idl:31
string PlaceholderDocPart
The placeholder's doc part: just remembered.
Definition: ContentControl.idl:77
string DateString
The formatted date string, based on DateFormat, DateLanguage and CurrentDate.
Definition: ContentControl.idl:131
string MultiLine
Indicates if the control accepts soft breaks.
Definition: ContentControl.idl:155
sequence< sequence< com::sun::star::beans::PropertyValue > > ListItems
List items of a dropdown: DisplayText + Value pairs with string values for each item.
Definition: ContentControl.idl:47
boolean ComboBox
Combo box that allows free-form text as well, i.e.
Definition: ContentControl.idl:105
boolean Picture
Display the content control as a picture.
Definition: ContentControl.idl:51