SetTextMatrix

SetTextMatrix

Overview

SetTextMatrix is a class in Aspose.Pdf FOSS for Java. Inherits from: TextPlaceOperator.

Set text matrix operator (Tm).

Properties

NameTypeAccessDescription
matrixMatrixReadReturns the text matrix.

Methods

SignatureDescription
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()MatrixReturns the text matrix.

See Also