This service specifies a content control with properties in a TextDocument.  
 More...
import "ContentControl.idl";
|  | 
| boolean | ShowingPlaceHolder | 
|  | Current content is placeholder text. 
 | 
|  | 
| boolean | Checkbox | 
|  | Display the content control as a checkbox. 
 | 
|  | 
| boolean | Checked | 
|  | If Checkbox is true, is the checkbox checked? 
 | 
|  | 
| string | CheckedState | 
|  | If Checkbox is true, the value of a checked checkbox. 
 | 
|  | 
| string | UncheckedState | 
|  | If Checkbox is true, the value of an unchecked checkbox. 
 | 
|  | 
| boolean | Picture | 
|  | Display the content control as a picture. 
 | 
|  | 
| boolean | Date | 
|  | Display the content control as a date. 
 | 
|  | 
| string | DateFormat | 
|  | If Date is true, the date format in a syntax accepted by the NumberFormatter. 
 | 
|  | 
| string | DateLanguage | 
|  | If Date is true, the date's BCP 47 language tag. 
 | 
|  | 
| string | CurrentDate | 
|  | Date in YYYY-MM-DDT00:00:00Z format. 
 | 
|  | 
| boolean | PlainText | 
|  | Plain text, i.e. 
 | 
|  | 
| string | PlaceholderDocPart | 
|  | The placeholder's doc part: just remembered. 
 | 
|  | 
| string | DataBindingPrefixMappings | 
|  | The data bindings's prefix mappings: just remembered. 
 | 
|  | 
| string | DataBindingXpath | 
|  | The data bindings's XPath: just remembered. 
 | 
|  | 
| string | DataBindingStoreItemID | 
|  | The data bindings's store item ID: just remembered. 
 | 
|  | 
| string | Color | 
|  | The color: just remembered. 
 | 
|  | 
| string | Appearance | 
|  | The appearance: just remembered. 
 | 
|  | 
| boolean | ComboBox | 
|  | Combo box that allows free-form text as well, i.e. 
 | 
|  | 
| boolean | DropDown | 
|  | Drop-down that does not allow free-form text, i.e. 
 | 
|  | 
| string | Alias | 
|  | The alias: kind of a human-readable title / description, show up on the UI. 
 | 
|  | 
| string | Tag | 
|  | The tag: similar to Alias, but is meant to be machine-readable. 
 | 
|  | 
| string | DateString | 
|  | The formatted date string, based on DateFormat, DateLanguage and CurrentDate. 
 | 
|  | 
| long | Id | 
|  | A unique numeric id, used by macros to identify a specific control. 
 | 
|  | 
| unsigned long | TabIndex | 
|  | Describes the order in which keyboard navigation moves between controls. 
 | 
|  | 
| string | Lock | 
|  | Describes whether the control itself and/or its data can be modified or deleted by the user. 
 | 
|  | 
| string | MultiLine | 
|  | Indicates if the control accepts soft breaks. 
 | 
|  | 
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 
◆ ListItems
List items of a dropdown: DisplayText + Value pairs with string values for each item. 
 
 
◆ 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 
 
 
◆ 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: