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 (").
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. |