| LibreOffice
    LibreOffice 24.8 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. | |
| 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. | |
| Public Member Functions inherited from XObjectInspectorModel | |
| sequence< PropertyCategoryDescriptor > | describeCategories () | 
| describes the property categories used by the property handlers. | |
| long | getPropertyOrderIndex ([in] string PropertyName) | 
| retrieves an index in a global property ordering, for a given property name | |
| Additional Inherited Members | |
| Public Types inherited from XObjectInspectorModel | |
| typedef sequence< any > | HandlerFactories | 
| describes a set of factories for creating XPropertyHandlers | |
| Public Attributes inherited from XObjectInspectorModel | |
| boolean | HasHelpSection | 
| indicates that the object inspector should have a help section. | |
| long | MinHelpTextLines | 
| denotes the minimum number of lines of text to be reserved for the help section. | |
| long | MaxHelpTextLines | 
| denotes the maximum number of lines of text to be reserved for the help section. | |
| boolean | IsReadOnly | 
| determines whether the object inspector's UI should be read-only. | |
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. |