Class PaperSource

java.lang.Object
com.datalogics.PDFL.PaperSource

public class PaperSource extends Object
Defines a set of paper trays in a printer that can be used to select the paper source when printing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Auto select based on paper size
    static final int
    Use paper from the cassette tray
    static final int
    Use paper from the envelope manual feed
    static final int
    Use paper from the envelope tray
    static final int
    Use paper from the upper tray
    static final int
    Use paper from the forms tray
    static final int
    Use paper from the large capacity tray
    static final int
    Use paper from the large forms tray
    static final int
    Use paper from the forms tray
    static final int
    Use paper from the lower tray
    static final int
    Use paper from the manual feed
    static final int
    Use paper from the middle tray
    static final int
    Use paper from the upper tray
    static final int
    Use paper from the small forms tray
    static final int
    Use paper from the tractor feed
    static final int
    Use paper from the upper tray
    static final int
    Use the default paper source
    static final int
    Use paper from device specific trays by setting PaperSource to a value larger than User
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • USE_SYSTEM_DEFAULT

      public static final int USE_SYSTEM_DEFAULT
      Use the default paper source
      See Also:
    • UPPER

      public static final int UPPER
      Use paper from the upper tray
      See Also:
    • FIRST

      public static final int FIRST
      Use paper from the upper tray
      See Also:
    • ONLY_ONE

      public static final int ONLY_ONE
      Use paper from the upper tray
      See Also:
    • LOWER

      public static final int LOWER
      Use paper from the lower tray
      See Also:
    • MIDDLE

      public static final int MIDDLE
      Use paper from the middle tray
      See Also:
    • MANUAL

      public static final int MANUAL
      Use paper from the manual feed
      See Also:
    • ENVELOPE

      public static final int ENVELOPE
      Use paper from the envelope tray
      See Also:
    • ENV_MAUAL

      public static final int ENV_MAUAL
      Use paper from the envelope manual feed
      See Also:
    • AUTO

      public static final int AUTO
      Auto select based on paper size
      See Also:
    • TRACTOR

      public static final int TRACTOR
      Use paper from the tractor feed
      See Also:
    • SMALL_FMT

      public static final int SMALL_FMT
      Use paper from the small forms tray
      See Also:
    • LARGE_FMT

      public static final int LARGE_FMT
      Use paper from the large forms tray
      See Also:
    • LARGE_CAPACITY

      public static final int LARGE_CAPACITY
      Use paper from the large capacity tray
      See Also:
    • CASSETTE

      public static final int CASSETTE
      Use paper from the cassette tray
      See Also:
    • FORM_SOURCE

      public static final int FORM_SOURCE
      Use paper from the forms tray
      See Also:
    • LAST

      public static final int LAST
      Use paper from the forms tray
      See Also:
    • USER

      public static final int USER
      Use paper from device specific trays by setting PaperSource to a value larger than User
      See Also:
  • Method Details

    • delete

      public void delete()