Package apple.uikit.enums
Class UIPrinterJobTypes
- java.lang.Object
-
- apple.uikit.enums.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.
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Document
public static final long Document
- See Also:
- Constant Field Values
-
Envelope
public static final long Envelope
- See Also:
- Constant Field Values
-
Label
public static final long Label
- See Also:
- Constant Field Values
-
Photo
public static final long Photo
- See Also:
- Constant Field Values
-
Receipt
public static final long Receipt
- See Also:
- Constant Field Values
-
Roll
public static final long Roll
- See Also:
- Constant Field Values
-
LargeFormat
public static final long LargeFormat
- See Also:
- Constant Field Values
-
Postcard
public static final long Postcard
- See Also:
- Constant Field Values
-
-