Enum Class PageFormat.Type

java.lang.Object
java.lang.Enum<PageFormat.Type>
org.daisy.paper.PageFormat.Type
All Implemented Interfaces:
Serializable, Comparable<PageFormat.Type>, Constable
Enclosing interface:
PageFormat

public static enum PageFormat.Type extends Enum<PageFormat.Type>
Defines page format types
  • Enum Constant Details

    • SHEET

      public static final PageFormat.Type SHEET
      Defines a cut-sheet paper format. Implementation must extend SheetPaperFormat
    • TRACTOR

      public static final PageFormat.Type TRACTOR
      Defines a tractor paper format. Implementation must extend TractorPaperFormat
    • ROLL

      public static final PageFormat.Type ROLL
      Defines a roll paper format. Implementation must extend RollPaperFormat
  • Method Details

    • values

      public static PageFormat.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PageFormat.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null