This class represents the attribute object dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 327, page 567.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 360, page 734.

An attributes element carries layout and other properties associated with a structure element. Attributes may be stored as a dictionary, as a stream for large attribute sets, or as an array combining multiple attribute objects.

The O entry names the attribute owner, identifying the specification that defines the attribute names and values. Standard owners include Layout, List, Table, PrintField, and UserProperties.

The NS entry associates the attribute dictionary with a namespace, used when the attribute owner corresponds to a namespace defined in the structure tree.

Attribute values describe visual and structural properties such as placement, spacing, borders, color, table spanning, and list numbering style.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.AttributesElement
          WebSupergoo.ABCpdf14.Elements.ArtifactAttributesElement
          WebSupergoo.ABCpdf14.Elements.LinkAttributesElement
          WebSupergoo.ABCpdf14.Elements.StandardStructureAttributesElement
          WebSupergoo.ABCpdf14.Elements.UserPropertiesAttributesElement

 

   
   
Method
Description
AttributesElement Create a new AttributesElement.
inherited methods...

 

   
   
Property
Description
StreamElement The StreamElement associated with this class.
EntryO Represents the "O" entry of the attribute object dictionary object.
EntryNS Represents the "NS" entry of the attribute object dictionary object.
inherited properties...