com.spire.doc.compoundfile
Interface IDocCloneable


public interface IDocCloneable

Supports cloning, which creates a new instance of a class with the same value as an existing instance.


Method Summary
 java.lang.Object deepClone()
          Creates a new object that is a copy of the current instance.
 

Method Detail

deepClone

java.lang.Object deepClone()
Creates a new object that is a copy of the current instance.

Returns:
A new object that is a copy of this instance.