LibreOffice
LibreOffice 7.4 SDK API Reference
|
implements a com::sun::star::inspection::XObjectInspectorModel for inspecting form components, in particular all components implementing the FormComponent service. More...
import"DefaultFormComponentInspectorModel.idl";
Public Member Functions | |
createDefault () | |
creates a default DefaultFormComponentInspectorModel, providing factories for all handlers listed above. More... | |
createWithHelpSection ([in] long minHelpTextLines, [in] long maxHelpTextLines) raises ( ::com::sun::star::lang::IllegalArgumentException ) | |
creates a default DefaultFormComponentInspectorModel, providing factories for all handlers listed above, and describing an ObjectInspector which has a help section. More... | |
![]() | |
sequence< PropertyCategoryDescriptor > | describeCategories () |
describes the property categories used by the property handlers. More... | |
long | getPropertyOrderIndex ([in] string PropertyName) |
retrieves an index in a global property ordering, for a given property name More... | |
Additional Inherited Members | |
![]() | |
typedef sequence< any > | HandlerFactories |
describes a set of factories for creating XPropertyHandlers More... | |
![]() | |
boolean | HasHelpSection |
indicates that the object inspector should have a help section. More... | |
long | MinHelpTextLines |
denotes the minimum number of lines of text to be reserved for the help section. More... | |
long | MaxHelpTextLines |
denotes the maximum number of lines of text to be reserved for the help section. More... | |
boolean | IsReadOnly |
determines whether the object inspector's UI should be read-only. More... | |
implements a com::sun::star::inspection::XObjectInspectorModel for inspecting form components, in particular all components implementing the FormComponent service.
A DefaultFormComponentInspectorModel provides the following handlers by default:
createDefault | ( | ) |
creates a default DefaultFormComponentInspectorModel, providing factories for all handlers listed above.
createWithHelpSection | ( | [in] long | minHelpTextLines, |
[in] long | maxHelpTextLines | ||
) | |||
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |
) |
creates a default DefaultFormComponentInspectorModel, providing factories for all handlers listed above, and describing an ObjectInspector which has a help section.
minHelpTextLines | denotes the minimum number of lines of text to be reserved for the help section. |
maxHelpTextLines | denotes the maximum number of lines of text to be reserved for the help section. |
com::sun::star::lang::IllegalArgumentException | if minHelpTextLines or maxHelpTextLines are negative, or if minHelpTextLines is greater than maxHelpTextLines. |