public final class UIPrinterJobTypes
extends java.lang.Object
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.
public static final long Unknown
public static final long Document
public static final long Envelope
public static final long Label
public static final long Photo
public static final long Receipt
public static final long Roll
public static final long LargeFormat
public static final long Postcard