Package | Description |
---|---|
com.aspose.xps.rendering |
Modifier and Type | Method and Description |
---|---|
TextRenderingHint |
ImageSaveOptions.getTextRenderingHint()
Gets the text rendering hint.
|
static TextRenderingHint |
TextRenderingHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextRenderingHint[] |
TextRenderingHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageSaveOptions.setTextRenderingHint(TextRenderingHint value)
Sets the text rendering hint.
|