This service specifies a content control with properties in a TextDocument.
More...
import"ContentControl.idl";
|
boolean | ShowingPlaceHolder |
| Current content is placeholder text. More...
|
|
boolean | Checkbox |
| Display the content control as a checkbox. More...
|
|
boolean | Checked |
| If Checkbox is true, is the checkbox checked? More...
|
|
string | CheckedState |
| If Checkbox is true, the value of a checked checkbox. More...
|
|
string | UncheckedState |
| If Checkbox is true, the value of an unchecked checkbox. More...
|
|
sequence< sequence< com::sun::star::beans::PropertyValue > > | ListItems |
| List items of a dropdown: DisplayText + Value pairs with string values for each item. More...
|
|
boolean | Picture |
| Display the content control as a picture. More...
|
|
boolean | Date |
| Display the content control as a date. More...
|
|
string | DateFormat |
| If Date is true, the date format in a syntax accepted by the NumberFormatter. More...
|
|
string | DateLanguage |
| If Date is true, the date's BCP 47 language tag. More...
|
|
string | CurrentDate |
| Date in YYYY-MM-DDT00:00:00Z format. More...
|
|
boolean | PlainText |
| Plain text, i.e. More...
|
|
string | PlaceholderDocPart |
| The placeholder's doc part: just remembered. More...
|
|
string | DataBindingPrefixMappings |
| The data bindings's prefix mappings: just remembered. More...
|
|
string | DataBindingXpath |
| The data bindings's XPath: just remembered. More...
|
|
string | DataBindingStoreItemID |
| The data bindings's store item ID: just remembered. More...
|
|
string | Color |
| The color: just remembered. More...
|
|
string | Appearance |
| The appearance: just remembered. More...
|
|
boolean | ComboBox |
| Combo box that allows free-form text as well, i.e. More...
|
|
boolean | DropDown |
| Drop-down that does not allow free-form text, i.e. More...
|
|
string | Alias |
| The alias: kind of a human-readable title / description, show up on the UI. More...
|
|
string | Tag |
| The tag: similar to Alias, but is meant to be machine-readable. More...
|
|
string | DateString |
| The formatted date string, based on DateFormat, DateLanguage and CurrentDate. More...
|
|
long | Id |
| A unique numeric id, used by macros to identify a specific control. More...
|
|
unsigned long | TabIndex |
| Describes the order in which keyboard navigation moves between controls. More...
|
|
string | Lock |
| Describes whether the control itself and/or its data can be modified or deleted by the user. More...
|
|
string | MultiLine |
| Indicates if the control accepts soft breaks. More...
|
|
This service specifies a content control with properties in a TextDocument.
A content control wraps one or more text portions and controls the behavior of that content.
- Since
- LibreOffice 7.4
◆ com::sun::star::text::XTextContent
Provides a way to insert the content control using insertTextContent().
◆ Alias
The alias: kind of a human-readable title / description, show up on the UI.
-also used by VBA to group controls into a smaller, indexed collection
- Since
- LibreOffice 7.5
◆ Appearance
The appearance: just remembered.
- Since
- LibreOffice 7.6
◆ Checkbox
Display the content control as a checkbox.
◆ Checked
If Checkbox is true, is the checkbox checked?
◆ CheckedState
If Checkbox is true, the value of a checked checkbox.
◆ Color
The color: just remembered.
◆ ComboBox
Combo box that allows free-form text as well, i.e.
not dropdown.
- Since
- LibreOffice 7.5
◆ CurrentDate
Date in YYYY-MM-DDT00:00:00Z format.
◆ DataBindingPrefixMappings
string DataBindingPrefixMappings |
|
optionalproperty |
The data bindings's prefix mappings: just remembered.
◆ DataBindingStoreItemID
string DataBindingStoreItemID |
|
optionalproperty |
The data bindings's store item ID: just remembered.
◆ DataBindingXpath
The data bindings's XPath: just remembered.
◆ Date
Display the content control as a date.
If true, a date picker is provided on the UI.
◆ DateFormat
If Date is true, the date format in a syntax accepted by the NumberFormatter.
◆ DateLanguage
If Date is true, the date's BCP 47 language tag.
◆ DateString
The formatted date string, based on DateFormat, DateLanguage and CurrentDate.
- Since
- LibreOffice 7.5
◆ DropDown
Drop-down that does not allow free-form text, i.e.
not combo box.
- Since
- LibreOffice 7.5
◆ Id
A unique numeric id, used by macros to identify a specific control.
- Since
- LibreOffice 7.5
◆ ListItems
List items of a dropdown: DisplayText + Value pairs with string values for each item.
◆ Lock
Describes whether the control itself and/or its data can be modified or deleted by the user.
- Since
- LibreOffice 7.6
◆ MultiLine
Indicates if the control accepts soft breaks.
- Since
- LibreOffice 24.2
◆ Picture
Display the content control as a picture.
◆ PlaceholderDocPart
string PlaceholderDocPart |
|
optionalproperty |
The placeholder's doc part: just remembered.
◆ PlainText
Plain text, i.e.
not rich text.
◆ ShowingPlaceHolder
boolean ShowingPlaceHolder |
|
optionalproperty |
Current content is placeholder text.
◆ TabIndex
Describes the order in which keyboard navigation moves between controls.
- Since
- LibreOffice 7.6
◆ Tag
The tag: similar to Alias, but is meant to be machine-readable.
-also used by VBA to group controls into a smaller, indexed collection
- Since
- LibreOffice 7.5
◆ UncheckedState
If Checkbox is true, the value of an unchecked checkbox.
The documentation for this service was generated from the following file: