private static class PdfContentStreamProcessor.MoveNextLineAndShowText extends java.lang.Object implements ContentOperator
| Modifier and Type | Field and Description |
|---|---|
private PdfContentStreamProcessor.ShowText |
showText |
private PdfContentStreamProcessor.TextMoveNextLine |
textMoveNextLine |
| Constructor and Description |
|---|
MoveNextLineAndShowText(PdfContentStreamProcessor.TextMoveNextLine textMoveNextLine,
PdfContentStreamProcessor.ShowText showText) |
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(PdfContentStreamProcessor processor,
PdfLiteral operator,
java.util.ArrayList operands)
Invokes a content operator.
|
private final PdfContentStreamProcessor.TextMoveNextLine textMoveNextLine
private final PdfContentStreamProcessor.ShowText showText
public MoveNextLineAndShowText(PdfContentStreamProcessor.TextMoveNextLine textMoveNextLine, PdfContentStreamProcessor.ShowText showText)
public void invoke(PdfContentStreamProcessor processor, PdfLiteral operator, java.util.ArrayList operands)
ContentOperatorinvoke in interface ContentOperatorprocessor - the processor that is dealing with the PDF contentoperator - the literal PDF syntax of the operatoroperands - the operands that come with the operator