Content for OpenOffice.org version 3.3.
| Constructors' Summary |
| createDefault |
creates a default DefaultComponentInspectorModel, providing factories for all
handlers listed above.
|
| createWithHelpSection |
creates a default DefaultComponentInspectorModel, providing factories for all
handlers listed above, and describing an ObjectInspector which has a help section.
|
| Constructors' Details |
createDefault
- Description
- creates a default DefaultComponentInspectorModel, providing factories for all
handlers listed above.
- Since
- OOo 2.2
|
|
createWithHelpSection
- Description
- creates a default DefaultComponentInspectorModel, 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
- OOo 2.2
- See also
- XObjectInspectorModel::HasHelpSection, XObjectInspectorModel::MinHelpTextLines, XObjectInspectorModel::MaxHelpTextLines
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.