SetTextMatrix
Overview
SetTextMatrix is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextPlaceOperator.
Set text matrix operator (Tm).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
matrix | Matrix | Read | Returns the text matrix. |
Methods
| Signature | Description |
|---|---|
SetTextMatrix(matrix: Matrix) | Creates a SetTextMatrix (Tm) operator with the specified matrix. |
SetTextMatrix(operands: List<COSBase>) | Creates a SetTextMatrix (Tm) operator from parsed operands. |
getMatrix() → Matrix | Returns the text matrix. |