SetSpacingMoveToNextLineShowText
Overview
SetSpacingMoveToNextLineShowText is a class in Aspose.PDF FOSS for Java.
Inherits from: TextShowOperator.
Set spacing, move to next line, and show text operator (").
This class provides 4 methods for working with SetSpacingMoveToNextLineShowText objects in Java programs.
Available methods include: SetSpacingMoveToNextLineShowText, getCharSpacing, getText, getWordSpacing.
All exported members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: charSpacing, text, wordSpacing.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
wordSpacing | double | Read | Returns the word spacing value. |
charSpacing | double | Read | Returns the character spacing value. |
text | String | Read | Returns the text string. |
Methods
| Signature | Description |
|---|---|
SetSpacingMoveToNextLineShowText(aw: double, ac: double, text: String) | Creates a SetSpacingMoveToNextLineShowText (") operator with the specified parameters. |
SetSpacingMoveToNextLineShowText(operands: List<COSBase>) | Creates a SetSpacingMoveToNextLineShowText (") operator from parsed operands. |
getWordSpacing() → double | Returns the word spacing value. |
getCharSpacing() → double | Returns the character spacing value. |
getText() → String | Returns the text string. |