|
LibreOffice
LibreOffice 26.2 SDK API Reference
|
A TextFieldMaster specifies important data for its DependentTextFields. More...
import "TextFieldMaster.idl";
Public Types | |
| typedef sequence< XDependentTextField > | DependentTextFields |
| contains a sequence of all fields that depend on this master. | |
Exported Interfaces | |
| interface | com::sun::star::beans::XPropertySet |
| This optional interface makes it possible to access properties of this field master, if any. | |
Public Attributes | |
| string | Name |
| determines the name of the field master. | |
| string | InstanceName |
| contains the instance name as it is used in the com::sun::star::text::XTextFieldsSupplier. | |
A TextFieldMaster specifies important data for its DependentTextFields.
|
propertyreadonly |
contains a sequence of all fields that depend on this master.
|
optional |
This optional interface makes it possible to access properties of this field master, if any.
|
propertyreadonly |
contains the instance name as it is used in the com::sun::star::text::XTextFieldsSupplier.
|
optionalproperty |
determines the name of the field master.
The name is void as long as the instance is not member of the document structure. When the value is being set the instance is inserted into the document and the name cannot be changed afterwards. That does not apply to the Database text field master.