Class UIPrinterJobTypes


  • public final class UIPrinterJobTypes
    extends java.lang.Object
    [@enum] UIPrinterJobTypes Job types supported by a printer. This enumeration provides the abstract job types reported by the UIPrinter supportedJobTypes method. [@constant] UIPrinterJobTypeUnknown Unknown printer support. [@constant] UIPrinterJobTypeDocument The printer supports standard document printing. [@constant] UIPrinterJobTypeEnvelope The printer supports printing on envelopes. [@constant] UIPrinterJobTypeLabel The printer supports printing on cut labels. [@constant] UIPrinterJobTypePhoto The printer supports printing with photographic print quality. [@constant] UIPrinterJobTypeReceipt The printer supports printing receipts on continuous rolls. [@constant] UIPrinterJobTypeRoll The printer supports printing documents or photos on continuous rolls. [@constant] UIPrinterJobTypeLargeFormat The printer supports printing larger than ISO A3 size. [@constant] UIPrinterJobTypePostcard The printer supports printing on postcards.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait