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
| Name | Type | Access | Description |
|---|---|---|---|
x | double | Read | Returns the horizontal offset. |
y | double | Read | Returns the vertical offset. |
Methods
| Signature | Description |
|---|---|
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() → double | Returns the horizontal offset. |
getY() → double | Returns the vertical offset. |