MoveTextPosition
Overview
MoveTextPosition is a class in Aspose.PDF FOSS for Java.
Inherits from: TextPlaceOperator.
Move text position operator (Td).
This class provides 4 methods for working with MoveTextPosition objects in Java programs.
Available methods include: MoveTextPosition, 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 |
|---|---|
MoveTextPosition(x: double, y: double) | Creates a MoveTextPosition (Td) operator with the specified offsets. |
MoveTextPosition(operands: List<PdfBase>) | Creates a MoveTextPosition (Td) operator from parsed operands. |
getX() → double | Returns the horizontal offset. |
getY() → double | Returns the vertical offset. |