MoveTextPosition
Overview
MoveTextPosition is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextPlaceOperator.
Move text position operator (Td).
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<COSBase>) | Creates a MoveTextPosition (Td) operator from parsed operands. |
getX() → double | Returns the horizontal offset. |
getY() → double | Returns the vertical offset. |