Class PdfCanvasProcessor.MoveNextLineAndShowTextOperator
java.lang.Object
com.itextpdf.kernel.pdf.canvas.parser.PdfCanvasProcessor.MoveNextLineAndShowTextOperator
- All Implemented Interfaces:
IContentOperator
- Enclosing class:
PdfCanvasProcessor
private static class PdfCanvasProcessor.MoveNextLineAndShowTextOperator
extends Object
implements IContentOperator
A handler that implements operator ('). For more information see Table 51 ISO-32000-1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfCanvasProcessor.ShowTextOperator
private final PdfCanvasProcessor.TextMoveNextLineOperator
-
Constructor Summary
ConstructorsConstructorDescriptionMoveNextLineAndShowTextOperator
(PdfCanvasProcessor.TextMoveNextLineOperator textMoveNextLine, PdfCanvasProcessor.ShowTextOperator showText) Creates the new instance of this handler -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.
-
Field Details
-
textMoveNextLine
-
showText
-
-
Constructor Details
-
MoveNextLineAndShowTextOperator
public MoveNextLineAndShowTextOperator(PdfCanvasProcessor.TextMoveNextLineOperator textMoveNextLine, PdfCanvasProcessor.ShowTextOperator showText) Creates the new instance of this handler- Parameters:
textMoveNextLine
- the handler for T* operatorshowText
- the handler for Tj operator
-
-
Method Details
-
invoke
Called when a content operator should be processed.- Specified by:
invoke
in interfaceIContentOperator
- Parameters:
processor
- The processor that is dealing with the PDF content stream.operator
- The literal PDF syntax of the operator.operands
- The operands that come with the operator.
-