- Description
- creates a default DefaultFormComponentInspectorModel, providing factories for all
handlers listed above, and describing an ObjectInspector which has a help section.
- 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 minHelpTextLines or maxHelpTextLines are negative,
or if minHelpTextLines is greater than maxHelpTextLines.
- Since
- OpenOffice 2.2.0
- See also
- XObjectInspectorModel::HasHelpSection, XObjectInspectorModel::MinHelpTextLines, XObjectInspectorModel::MaxHelpTextLines
|