:: com :: sun :: star :: embed ::

service DocumentCloser
Supported Interface
::com::sun::star::lang::XComponent


Constructors' Summary
DocumentCloserCtor1 is used to initialize the object on it's creation.  
Constructors' Details
DocumentCloserCtor1
DocumentCloserCtor1( [in] ::com::sun::star::frame::XFrame  xFrame )
raises( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::frame::DoubleInitializationException,
::com::sun::star::uno::Exception );

Description
is used to initialize the object on it's creation.
Parameter xFrame
the frame of the document that should be closed.

 
Top of Page