SetTextRenderingMode
Overview
SetTextRenderingMode is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextStateOperator.
Set text rendering mode operator (Tr).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mode | int | Read | Returns the text rendering mode. |
Methods
| Signature | Description |
|---|---|
SetTextRenderingMode(mode: int) | Creates a SetTextRenderingMode (Tr) operator with the specified mode. |
SetTextRenderingMode(operands: List<COSBase>) | Creates a SetTextRenderingMode (Tr) operator from parsed operands. |
getMode() → int | Returns the text rendering mode. |