Class StandardStructureTypes.StructureTypeImpl

java.lang.Object
org.apache.fop.pdf.StandardStructureTypes.StructureTypeImpl
All Implemented Interfaces:
Serializable, StructureType
Enclosing class:
StandardStructureTypes

private static class StandardStructureTypes.StructureTypeImpl extends Object implements StructureType, Serializable
  • Field Details

  • Constructor Details

    • StructureTypeImpl

      protected StructureTypeImpl(String name)
  • Method Details

    • getName

      public PDFName getName()
      Description copied from interface: StructureType
      Returns the name of this structure type.
      Specified by:
      getName in interface StructureType
      Returns:
      the name object identifying this structure type
    • toString

      public String toString()
      Overrides:
      toString in class Object