SetTextMatrix

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

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