Class PdfContentStreamProcessor.TextMoveNextLine
java.lang.Object
com.aowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveNextLine
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamProcessor
private static class PdfContentStreamProcessor.TextMoveNextLine
extends Object
implements ContentOperator
A content operator implementation (T*).
- Since:
- 2.1.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList operands) Invokes a content operator.
-
Constructor Details
-
TextMoveNextLine
private TextMoveNextLine()
-
-
Method Details
-
invoke
Description copied from interface:ContentOperatorInvokes a content operator.- Specified by:
invokein interfaceContentOperator- Parameters:
processor- the processor that is dealing with the PDF contentoperator- the literal PDF syntax of the operatoroperands- the operands that come with the operator
-