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