| Modifier and Type | Method and Description |
|---|---|
Inclusion |
PrintParams.getIncBaseFonts() |
Inclusion |
PrintParams.getIncCIDFonts() |
Inclusion |
PrintParams.getIncEmbeddedFonts() |
Inclusion |
PrintParams.getIncOtherResources() |
Inclusion |
PrintParams.getIncProcsets() |
Inclusion |
PrintParams.getIncTrueTypeFonts() |
Inclusion |
PrintParams.getIncType1Fonts() |
static Inclusion |
Inclusion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Inclusion[] |
Inclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintParams.setIncBaseFonts(Inclusion value) |
void |
PrintParams.setIncCIDFonts(Inclusion value) |
void |
PrintParams.setIncEmbeddedFonts(Inclusion value) |
void |
PrintParams.setIncOtherResources(Inclusion value) |
void |
PrintParams.setIncProcsets(Inclusion value) |
void |
PrintParams.setIncTrueTypeFonts(Inclusion value) |
void |
PrintParams.setIncType1Fonts(Inclusion value) |