public class StructureAttributes extends Object
Represents attributes of structure element for standard attribute owners.
Modifier and Type | Method and Description |
---|---|
StructureAttribute |
getAttribute(AttributeKey key)
Gets StructureAttribute by AttributeKey.
|
com.aspose.pdf.engine.data.IPdfDictionary |
getEngineAttributes() |
AttributeOwnerStandard |
getOwner()
Gets standard attribute owner.
|
boolean |
hasAttribute(AttributeKey key) |
void |
setAttribute(StructureAttribute attribute)
Sets StructureAttribute into StructureAttributes.
|
public final com.aspose.pdf.engine.data.IPdfDictionary getEngineAttributes()
public final AttributeOwnerStandard getOwner()
Gets standard attribute owner.
Value: Standard attribute owner.public final StructureAttribute getAttribute(AttributeKey key)
Gets StructureAttribute by AttributeKey.
key
- AttributeKey.public final boolean hasAttribute(AttributeKey key)
public final void setAttribute(StructureAttribute attribute)
Sets StructureAttribute into StructureAttributes.
attribute
- StructureAttribute.