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

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

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