| Modifier and Type | Method and Description |
|---|---|
OverprintMode |
ExtendedGraphicState.getOverprintMode()
Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.
|
static OverprintMode |
OverprintMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverprintMode[] |
OverprintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedGraphicState.setOverprintMode(OverprintMode overprintMode)
Specifies the overprint mode - specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component or leave it unchanged when overprinting.
|