20module
com { module sun { module star { module inspection {
22interface XPropertyHandler;
describes the model of an ObjectInspector
Definition XObjectInspectorModel.idl:31
long MaxHelpTextLines
denotes the maximum number of lines of text to be reserved for the help section.
Definition XObjectInspectorModel.idl:149
sequence< PropertyCategoryDescriptor > describeCategories()
describes the property categories used by the property handlers.
long MinHelpTextLines
denotes the minimum number of lines of text to be reserved for the help section.
Definition XObjectInspectorModel.idl:135
boolean HasHelpSection
indicates that the object inspector should have a help section.
Definition XObjectInspectorModel.idl:121
sequence< any > HandlerFactories
describes a set of factories for creating XPropertyHandlers
Definition XObjectInspectorModel.idl:58
boolean IsReadOnly
determines whether the object inspector's UI should be read-only.
Definition XObjectInspectorModel.idl:163
long getPropertyOrderIndex([in] string PropertyName)
retrieves an index in a global property ordering, for a given property name
Definition Ambiguous.idl:20