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
Direct Known Subclasses:
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)
          Initializes a new instance of the AttrCollection class
AttrCollection(IDocument doc)
          Initializes a new instance of the AttrCollection class
AttrCollection(IDocument doc, DocumentObject owner)
          Initializes a new instance of the AttrCollection class
 
Method Summary
 
Methods inherited from class com.spire.doc.formatting.FormatBase
clearFormatting, hasKey, isDefault
 
Methods inherited from class com.spire.doc.OwnerHolder
getDocument
 

Constructor Detail

AttrCollection

public AttrCollection(IDocument doc,
                      DocumentObject owner)
Initializes a new instance of the AttrCollection class

Parameters:
doc - doc
owner - owner

AttrCollection

public AttrCollection(IDocument doc)
Initializes a new instance of the AttrCollection class

Parameters:
doc - doc

AttrCollection

public AttrCollection(FormatBase parent,
                      int baseKey)
Initializes a new instance of the AttrCollection class

Parameters:
parent - formatBase
baseKey - basekey