MoveTextPositionSetLeading

MoveTextPositionSetLeading

Overview

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

Move text position and set leading operator (TD).

This class provides 4 methods for working with MoveTextPositionSetLeading objects in Java programs. Available methods include: MoveTextPositionSetLeading, getX, getY. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: x, y.

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<PdfBase>)Creates a MoveTextPositionSetLeading (TD) operator from parsed operands.
getX()doubleReturns the horizontal offset.
getY()doubleReturns the vertical offset.

See Also

 English