Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.MoveNextLineAndShowText
java.lang.Object
com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.MoveNextLineAndShowText
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamProcessor
private static class PdfContentStreamProcessor.MoveNextLineAndShowText
extends Object
implements ContentOperator
A content operator implementation (').
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfContentStreamProcessor.ShowText
private final PdfContentStreamProcessor.TextMoveNextLine
-
Constructor Summary
ConstructorsConstructorDescriptionMoveNextLineAndShowText
(PdfContentStreamProcessor.TextMoveNextLine textMoveNextLine, PdfContentStreamProcessor.ShowText showText) -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList<PdfObject> operands) Invokes a content operator.
-
Field Details
-
textMoveNextLine
-
showText
-
-
Constructor Details
-
MoveNextLineAndShowText
public MoveNextLineAndShowText(PdfContentStreamProcessor.TextMoveNextLine textMoveNextLine, PdfContentStreamProcessor.ShowText showText)
-
-
Method Details
-
invoke
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, 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
-