Package | Description |
---|---|
com.aspose.eps.device | |
com.aspose.page |
Modifier and Type | Method and Description |
---|---|
TextRenderingMode |
ImageDevice.getTextRenderingMode()
Gets current text rendering mode.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDevice.setTextRenderingMode(TextRenderingMode trm)
Specifies current text rendering mode.
|
Modifier and Type | Method and Description |
---|---|
TextRenderingMode |
Device.getTextRenderingMode()
Gets current text rendering mode.
|
static TextRenderingMode |
TextRenderingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextRenderingMode[] |
TextRenderingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Device.setTextRenderingMode(TextRenderingMode textRenderingMode)
Specifies text rendering mode.
|