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

service ObjectInspector
Supported Interface
XObjectInspector


Constructors' Summary
createDefault creates a default instance of the ObjectInspector  
createWithModel creates an instance of the ObjectInspector, using a given ObjectInspectorModel  
Constructors' Details
createDefault
createDefault();

Description
creates a default instance of the ObjectInspector
Since
OOo 2.2
createWithModel
createWithModel( [in] XObjectInspectorModel  Model )
raises( ::com::sun::star::lang::IllegalArgumentException );

Description
creates an instance of the ObjectInspector, using a given ObjectInspectorModel
Throws
::com::sun::star::lang::IllegalArgumentException if Model is NULL.
Since
OOo 2.2

 
Top of Page