PDF4Java Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.logicalstructure Package
    In This Topic
    Provides support for PDF logical structure and PDF accessibility.
    Classes
    ClassDescription
    Defines a collection of attribute class names.
    Defines mappings between names and attributes or attribute collections.
    Defines a mapping between identifiers ( PDFStructureElement.getID) and structure elements.
    Defines a reference to a marked-content sequence.
    Defines a marked-content sequence identifier.
    Defines the mark information for a PDF document.
    Defines a reference to a PDF object.
    An object reference is used when a structure element's content consists of an entire PDF object, such as an XObject directly or indirectly referenced by a page description or an annotation.
    Defines a mapping between structure types ( PDFStructureElement.getType) used in the document and their approximate equivalents in the set of standard structure types (the constants in PDFStandardStructureTypes class).
    Defines a standard artifact attribute.
    Defines a standard layout attribute.
    Defines a standard list attribute.
    Defines a standard print field attribute.
    Defines standard structure types to be used with PDFStructureElement.setType method.
    Defines a standard table attribute.
    Defines a structure element.
    Structure elements are the nodes in a structure tree.
    Defines the base class for attributes used by structure elements.
    Defines a collection of structure elements.
    Defines a collection of structure elements.
    Defines a collection of structure element contents.
    Defines the logical structure of a document as a hierarchy of PDFStructureElement objects.
    Defines a set of user properties that can be used as an attribute for a structure element.
    Defines a user defined property.
    Defines a collection of user properties.
    Interfaces
    InterfaceDescription
    Common interface for structure elements.
     
    Enumerations
    EnumerationDescription
    Specifies the available values for PDFStandardArtifactAttribute.setSubtype method.
    Specifies the available values for PDFStandardArtifactAttribute.setType method.
    Specifies the available values for PDFStandardLayoutAttribute.setBlockAlign.
    Specifies the available values for PDFStandardLayoutAttribute.setBorderStyle method..
    Specifies the available values for PDFStandardLayoutAttribute.setInlineAlign method.
    Specifies the available values for PDFStandardLayoutAttribute.setPlacement method.
    Specifies the available values for PDFStandardLayoutAttribute.setRubyAlign method.
    Specifies the available values for PDFStandardLayoutAttribute.setRubyPositionmethod.
    Specifies the available values for PDFStandardLayoutAttribute.setTextAlignmethod.
    Specifies the available values for PDFStandardLayoutAttribute.setTextDecorationType method.
    Specifies the available values for PDFStandardLayoutAttribute.setTextPosition method.
    Specifies the available values for PDFStandardLayoutAttribute.setWritingMode method..
    Specifies the available values for PDFStandardListAttribute.setListNumbering method.
    Specifies the available values for PDFStandardPrintFieldAttribute.setChecked method.
    Specifies the available values for PDFStandardPrintFieldAttribute.setRole method.
    Specifies the available values for PDFStandardTableAttribute.setScope method.
    See Also