Package com.itextpdf.text.pdf.parser
Class PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.TextMoveStartNextLineWithLeading extends java.lang.Object implements ContentOperator
A content operator implementation (TD).
-
-
Field Summary
Fields Modifier and Type Field Description private PdfContentStreamProcessor.TextMoveStartNextLine
moveStartNextLine
private PdfContentStreamProcessor.SetTextLeading
setTextLeading
-
Constructor Summary
Constructors Constructor Description TextMoveStartNextLineWithLeading(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine, PdfContentStreamProcessor.SetTextLeading setTextLeading)
-
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
-
setTextLeading
private final PdfContentStreamProcessor.SetTextLeading setTextLeading
-
-
Constructor Detail
-
TextMoveStartNextLineWithLeading
public TextMoveStartNextLineWithLeading(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine, PdfContentStreamProcessor.SetTextLeading setTextLeading)
-
-
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
-
-