MoveToNextLineShowText
Overview
MoveToNextLineShowText is a class in Aspose.PDF FOSS for Java.
Inherits from: TextShowOperator.
Move to next line and show text operator (’).
This class provides 3 methods for working with MoveToNextLineShowText objects in Java programs.
Available methods include: MoveToNextLineShowText, getText.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: text.
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<PdfBase>) | Creates a MoveToNextLineShowText (’) operator from parsed operands. |
getText() → String | Returns the text string. |