com.spire.doc.formatting
Class AttrCollection

java.lang.Object
  extended by com.spire.doc.OwnerHolder
      extended by com.spire.doc.documents.xml.DocumentSerializable
          extended by com.spire.doc.formatting.FormatBase
              extended by com.spire.doc.formatting.AttrCollection
All Implemented Interfaces:
IDocumentSerializable
Direct Known Subclasses:
Border, MathObject, TablePositioning, WordAttrCollection

public abstract class AttrCollection
extends FormatBase

Collection of attribute values and their keys. This is the backbone of the mechanism for objects to store and inherit attributes.


Constructor Summary
AttrCollection(FormatBase parent, int baseKey)
           
AttrCollection(IDocument doc)
           
AttrCollection(IDocument doc, DocumentObject owner)
           
 
Method Summary
 
Methods inherited from class com.spire.doc.formatting.FormatBase
clearBackground, clearFormatting, hasKey, isDefault
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Constructor Detail

AttrCollection

public AttrCollection(IDocument doc,
                      DocumentObject owner)

AttrCollection

public AttrCollection(IDocument doc)

AttrCollection

public AttrCollection(FormatBase parent,
                      int baseKey)