MoveToNextLineShowText

MoveToNextLineShowText

Overview

MoveToNextLineShowText is a class in Aspose.Pdf FOSS for Java. Inherits from: TextShowOperator.

Move to next line and show text operator (’).

Properties

NameTypeAccessDescription
textStringReadReturns the text string.

Methods

SignatureDescription
MoveToNextLineShowText(text: String)Creates a MoveToNextLineShowText (’) operator with the specified text.
MoveToNextLineShowText(operands: List<COSBase>)Creates a MoveToNextLineShowText (’) operator from parsed operands.
getText()StringReturns the text string.

See Also