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