MoveToNextLineShowText

MoveToNextLineShowText

Overview

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

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

This class provides 3 methods for working with MoveToNextLineShowText objects in Java programs. Available methods include: MoveToNextLineShowText, getText. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: text.

Properties

NameTypeAccessDescription
textStringReadReturns the text string.

Methods

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

See Also

 English