|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
public abstract class AttrCollection
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 |
|---|
public AttrCollection(IDocument doc,
DocumentObject owner)
AttrCollection class
doc - docowner - ownerpublic AttrCollection(IDocument doc)
AttrCollection class
doc - doc
public AttrCollection(FormatBase parent,
int baseKey)
AttrCollection class
parent - formatBasebaseKey - basekey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||