IStructureElementAttributeCollection Interface
A collection of attributes of a structure element.
Declaration
public interface IStructureElementAttributeCollection extends IObjectCollectionBase<StructureElementAttribute>
Remarks
Use the StructureElement.getAttributes() method to obtain structure element attributes.
Refer to the following help topic for additional information: Generate and Edit Tagged PDF Documents.
Implements
com.devexpress.docs.pdf.IObjectCollectionBase<com.devexpress.docs.pdf.StructureElementAttribute>