com.lowagie.text.pdf.parser
Class PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
java.lang.Object
com.lowagie.text.pdf.parser.PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
- All Implemented Interfaces:
- ContentOperator
- Enclosing class:
- PdfContentStreamProcessor
private static class PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
- extends Object
- implements ContentOperator
A content operator implementation (TD).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moveStartNextLine
private final PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine
setTextLeading
private final PdfContentStreamProcessor.SetTextLeading setTextLeading
PdfContentStreamProcessor.TextMoveStartNextLineWithLeading
public PdfContentStreamProcessor.TextMoveStartNextLineWithLeading(PdfContentStreamProcessor.TextMoveStartNextLine moveStartNextLine,
PdfContentStreamProcessor.SetTextLeading setTextLeading)
invoke
public void invoke(PdfContentStreamProcessor processor,
PdfLiteral operator,
ArrayList operands)
- Description copied from interface:
ContentOperator
- Invokes a content operator.
- Specified by:
invoke
in interface ContentOperator
- 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