Class StandardStructureTypes

java.lang.Object
org.apache.fop.pdf.StandardStructureTypes

public final class StandardStructureTypes extends Object
Standard structure types, as defined in section 10.7.4 of the PDF Reference, Fourth Edition (PDF 1.5).
  • Method Details

    • get

      public static StructureType get(String name)
      Returns the standard structure type of the given name.
      Parameters:
      name - the name of a structure type, case sensitive. For example, Document, Sect, H1, etc.
      Returns:
      the corresponding StructureType instance, or null if the given name does not correspond to a standard structure type