Package | Description |
---|---|
com.zebra.sdk.common.card.enumerations |
Provides card printer enumerated objects.
|
com.zebra.sdk.zmotif.job |
Provides container for ZMotif card printer job related functions.
|
com.zebra.sdk.zxp.job |
Provides container for ZXP job related functions
|
Modifier and Type | Method and Description |
---|---|
static PrintOptimizationMode |
PrintOptimizationMode.fromInteger(int id)
Returns the associated PrintOptimizationMode from the specified integer value.
|
static PrintOptimizationMode |
PrintOptimizationMode.fromString(String text)
Returns the PrintOptimizationMode enumeration for the specified text or null if no enumeration matches the specified text.
|
static PrintOptimizationMode |
PrintOptimizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintOptimizationMode[] |
PrintOptimizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PrintOptimizationMode |
JobControlHelperUtilZmotif.getPrintOptimizationMode()
Gets the print optimization mode.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZmotif.setPrintOptimizationMode(PrintOptimizationMode optimizationMode)
Sets the print optimization mode.
|
Modifier and Type | Method and Description |
---|---|
PrintOptimizationMode |
JobControlHelperUtilZxp.getPrintOptimizationMode()
Returns the print optimization mode.
|
Modifier and Type | Method and Description |
---|---|
void |
JobControlHelperUtilZxp.setPrintOptimizationMode(PrintOptimizationMode printMode)
Sets the print optimization mode.
|
© 2016 ZIH Corp. All Rights Reserved.