MoveTextPositionSetLeading

MoveTextPositionSetLeading

Overview

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

Move text position and set leading operator (TD).

Properties

NameTypeAccessDescription
xdoubleReadReturns the horizontal offset.
ydoubleReadReturns the vertical offset.

Methods

SignatureDescription
MoveTextPositionSetLeading(x: double, y: double)Creates a MoveTextPositionSetLeading (TD) operator with the specified offsets.
MoveTextPositionSetLeading(operands: List<COSBase>)Creates a MoveTextPositionSetLeading (TD) operator from parsed operands.
getX()doubleReturns the horizontal offset.
getY()doubleReturns the vertical offset.

See Also