com.spire.doc
Class OwnerHolder

java.lang.Object
  extended by com.spire.doc.OwnerHolder
Direct Known Subclasses:
CollectionEx, DocumentSerializable

public abstract class OwnerHolder
extends java.lang.Object


Constructor Summary
OwnerHolder()
          Initializes a new instance of the OwnerHolder class.
OwnerHolder(Document doc)
          Initializes a new instance of the OwnerHolder class.
OwnerHolder(Document doc, OwnerHolder owner)
          Initializes a new instance of the OwnerHolder class.
 
Method Summary
 Document getDocument()
          Gets the document.
 

Constructor Detail

OwnerHolder

public OwnerHolder()
Initializes a new instance of the OwnerHolder class.


OwnerHolder

public OwnerHolder(Document doc)
Initializes a new instance of the OwnerHolder class.

Parameters:
doc - The doc.

OwnerHolder

public OwnerHolder(Document doc,
                   OwnerHolder owner)
Initializes a new instance of the OwnerHolder class.

Parameters:
doc - The doc.
owner - The owner.
Method Detail

getDocument

public Document getDocument()
Gets the document.

Returns:
The document.