:: com :: sun :: star :: report :: inspection ::

service DefaultComponentInspectorModel
Supported Interface
::com::sun::star::inspection::XObjectInspectorModel


Constructors' Summary
createDefault creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above.
Since OOo 2.2  
createWithHelpSection creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above, and describing an ObjectInspector which has a help section.  
Constructors' Details
createDefault
createDefault();

Description
creates a default DefaultComponentInspectorModel, providing factories for all handlers listed above.
Since OOo 2.2
createWithHelpSection
createWithHelpSection( [in] long  minHelpTextLines,
[in] long  maxHelpTextLines )
raises( ::com::sun::star::lang::IllegalArgumentException );

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.
See also
XObjectInspectorModel::HasHelpSection, XObjectInspectorModel::MinHelpTextLines
See also
XObjectInspectorModel::MaxHelpTextLines

Since OOo 2.2

 
Top of Page