public class EmbosserFeatures extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CELL_HEIGHT
Embosser feature key,
corresponding value should be a number, in millimeters
|
static String |
CELL_WIDTH
Embosser feature key,
corresponding value should be a number, in millimeters
|
static String |
DUPLEX
Embosser feature key,
corresponding value should be a boolean
|
static String |
NUMBER_OF_COPIES
Embosser feature key,
corresponding value should be an integer
|
static String |
PAGE_FORMAT
Embosser feature key,
corresponding value should be a
PageFormat object |
static String |
PAGES_IN_QUIRE
Embosser feature key,
corresponding value should be an integer
|
static String |
SADDLE_STITCH
Embosser feature key,
corresponding value should be a boolean
|
static String |
TABLE
Embosser feature key,
corresponding value should match a table identifier
|
static String |
UNSUPPORTED_CELL_FALLBACK_METHOD
Embosser feature key,
corresponding value should match a value in
EightDotFallbackMethod |
static String |
UNSUPPORTED_CELL_REPLACEMENT
Embosser feature key,
corresponding value should be a character in the range 0x2800-0x283F
|
static String |
Z_FOLDING
Embosser feature key,
corresponding value should be a boolean
|
Constructor and Description |
---|
EmbosserFeatures() |
public static final String CELL_WIDTH
public static final String CELL_HEIGHT
public static final String UNSUPPORTED_CELL_FALLBACK_METHOD
EightDotFallbackMethod
public static final String UNSUPPORTED_CELL_REPLACEMENT
public static final String TABLE
public static final String PAGE_FORMAT
PageFormat
objectpublic static final String NUMBER_OF_COPIES
public static final String SADDLE_STITCH
public static final String Z_FOLDING
public static final String DUPLEX
public static final String PAGES_IN_QUIRE