| Package | Description |
|---|---|
| com.teamdev.jxbrowser.chromium |
Contains the basic classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DuplexMode |
PrintSettings.getDuplexMode()
Returns the selected duplex mode.
|
static DuplexMode |
DuplexMode.valueOf(int value) |
static DuplexMode |
DuplexMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DuplexMode[] |
DuplexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintSettings.setDuplexMode(DuplexMode duplexMode)
Sets print duplex mode.
|