com.spire.doc.documents.xml
Class DocumentSerializableCollection

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.collections.CollectionEx
          extended by com.spire.doc.documents.xml.DocumentSerializableCollection
All Implemented Interfaces:
IXDLSSerializableCollection, java.lang.Iterable
Direct Known Subclasses:
ColumnCollection, DocumentObjectCollection, DropDownCollection, ListLevelCollection, ListStyleCollection, StyleCollection, TabCollection

public abstract class DocumentSerializableCollection
extends CollectionEx
implements IXDLSSerializableCollection


Constructor Summary
protected DocumentSerializableCollection(Document doc, OwnerHolder owner)
           
 
Method Summary
 
Methods inherited from class com.spire.doc.collections.CollectionEx
getCount, iterator
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 
Methods inherited from interface com.spire.doc.interfaces.IXDLSSerializableCollection
addNewItem, getCount, getTagItemNameEx
 

Constructor Detail

DocumentSerializableCollection

protected DocumentSerializableCollection(Document doc,
                                         OwnerHolder owner)