Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.TextMoveNextLine
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.TextMoveNextLine
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.TextMoveNextLine extends java.lang.Object implements ContentOperator
A content operator implementation (T*).
-
-
Field Summary
Fields Modifier and Type Field Description private PdfContentStreamProcessor.TextMoveStartNextLine
moveStartNextLine
-
Constructor Summary
Constructors Constructor Description TextMoveNextLine(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Invokes a content operator.
-
-
-
Field Detail
-
moveStartNextLine
private final PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine
-
-
Constructor Detail
-
TextMoveNextLine
public TextMoveNextLine(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine)
-
-
Method Detail
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList<PdfObject> operands)
Description copied from interface:ContentOperator
Invokes a content operator.- Specified by:
invoke
in 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
-
-