Enum Class ZplPrintMode

Object
Enum<ZplPrintMode>
com.zebra.sdk.printer.ZplPrintMode
All Implemented Interfaces:
Serializable, Comparable<ZplPrintMode>, Constable

public enum ZplPrintMode extends Enum<ZplPrintMode>
Enumeration of the various print modes supported by Zebra Printers.
  • Enum Constant Details

    • REWIND

      public static final ZplPrintMode REWIND
      Rewind print mode
    • PEEL_OFF

      public static final ZplPrintMode PEEL_OFF
      Peel-off print mode
    • TEAR_OFF

      public static final ZplPrintMode TEAR_OFF
      Tear-off print mode (this also implies Linerless Tear print mode)
    • CUTTER

      public static final ZplPrintMode CUTTER
      Cutter print mode
    • APPLICATOR

      public static final ZplPrintMode APPLICATOR
      Applicator print mode
    • DELAYED_CUT

      public static final ZplPrintMode DELAYED_CUT
      Delayed cut print mode
    • LINERLESS_PEEL

      public static final ZplPrintMode LINERLESS_PEEL
      Linerless peel print mode
    • LINERLESS_REWIND

      public static final ZplPrintMode LINERLESS_REWIND
      Linerless rewind print mode
    • PARTIAL_CUTTER

      public static final ZplPrintMode PARTIAL_CUTTER
      Partial cutter print mode
    • RFID

      public static final ZplPrintMode RFID
      RFID print mode
    • KIOSK

      public static final ZplPrintMode KIOSK
      Kiosk print mode
    • UNKNOWN

      public static final ZplPrintMode UNKNOWN
      Unknown print mode
  • Method Details

    • values

      public static ZplPrintMode[] 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 ZplPrintMode 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
    • toString

      public String toString()
      The print mode - (e.g. "Rewind").
      Overrides:
      toString in class Enum<ZplPrintMode>
      See Also: