The XObjectInspectorModel implemented by this service will not provide any property
categories, nor apply any particular order to the properties provided by its handler(s).
creates a default ObjectInspectorModel, using an externally provided sequence of property handler
factories, and describing an ObjectInspector which has a help section.
creates a default ObjectInspectorModel, using an externally provided sequence of property handler
factories, and describing an ObjectInspector which has a help section.
Parameter handlerFactories
a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
method.
Parameter minHelpTextLines
denotes the minimum number of lines of text to be reserved for the help
section.
Parameter maxHelpTextLines
denotes the maximum number of lines of text to be reserved for the help
section.
Throws
::com::sun::star::lang::IllegalArgumentException
if handlerFactories is empty.
Throws
::com::sun::star::lang::IllegalArgumentException
if minHelpTextLines or maxHelpTextLines are negative,
or if minHelpTextLines is greater than maxHelpTextLines.