public class StructureAttributeCollection extends Object
Represents collection of attributes of structure elements.
Constructor and Description |
---|
StructureAttributeCollection(com.aspose.pdf.engine.data.IPdfPrimitive entityA,
StructureElement structureElement) |
StructureAttributeCollection(StructureElement structureElement) |
Modifier and Type | Method and Description |
---|---|
StructureAttributes |
createAttributes(AttributeOwnerStandard ownerStandard)
Create and return
StructureAttributes of structure element by standard attribute owner. |
StructureAttributes |
getAttributes(AttributeOwnerStandard ownerStandard)
Return
StructureAttributes of structure element by standard attribute owner. |
com.aspose.pdf.engine.data.IPdfPrimitive |
getEngineAttributeCollection() |
public StructureAttributeCollection(com.aspose.pdf.engine.data.IPdfPrimitive entityA, StructureElement structureElement)
public StructureAttributeCollection(StructureElement structureElement)
public final com.aspose.pdf.engine.data.IPdfPrimitive getEngineAttributeCollection()
public final StructureAttributes getAttributes(AttributeOwnerStandard ownerStandard)
Return StructureAttributes
of structure element by standard attribute owner.
ownerStandard
- Standard attribute owner.StructureAttributes
of structure element. Return null if not found.public final StructureAttributes createAttributes(AttributeOwnerStandard ownerStandard)
Create and return StructureAttributes
of structure element by standard attribute owner.
ownerStandard
- Standard attribute owner.StructureAttributes
of structure element. Structure Attributes will be created if it needed.