MoveToNextLineShowText
Overview
MoveToNextLineShowText is a class in Aspose.Pdf FOSS for Java.
Inherits from: TextShowOperator.
Move to next line and show text operator (’).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | String | Read | Returns the text string. |
Methods
| Signature | Description |
|---|---|
MoveToNextLineShowText(text: String) | Creates a MoveToNextLineShowText (’) operator with the specified text. |
MoveToNextLineShowText(operands: List<COSBase>) | Creates a MoveToNextLineShowText (’) operator from parsed operands. |
getText() → String | Returns the text string. |