:: com :: sun :: star :: util ::

interface XCloneable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XCloneable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
makes it possible to create a copy of the object which supports this interface.

Methods' Summary
createClone creates a copy of the object.  
Methods' Details
createClone
XCloneable
createClone();

Description
creates a copy of the object.
Top of Page