SetSpacingMoveToNextLineShowText

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

NameTypeAccessDescription
wordSpacingdoubleReadReturns the word spacing value.
charSpacingdoubleReadReturns the character spacing value.
textStringReadReturns the text string.

Methods

SignatureDescription
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()doubleReturns the word spacing value.
getCharSpacing()doubleReturns the character spacing value.
getText()StringReturns the text string.

See Also