SetTextMatrix
Overview
SetTextMatrix is a class in Aspose.PDF FOSS for Java.
Inherits from: TextPlaceOperator.
Set text matrix operator (Tm).
This class provides 2 methods for working with SetTextMatrix objects in Java programs.
Available methods include: SetTextMatrix, getMatrix.
All exported members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: matrix.
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. |