Package com.lowagie.text.pdf.parser
Class PdfContentStreamHandler.MoveNextLineAndShowText
- java.lang.Object
-
- com.lowagie.text.pdf.parser.PdfContentStreamHandler.MoveNextLineAndShowText
-
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
- PdfContentStreamHandler
static class PdfContentStreamHandler.MoveNextLineAndShowText extends java.lang.Object implements ContentOperator
A content operator implementation (').
-
-
Field Summary
Fields Modifier and Type Field Description private PdfContentStreamHandler.ShowText
showText
private PdfContentStreamHandler.TextMoveNextLine
textMoveNextLine
-
Constructor Summary
Constructors Constructor Description MoveNextLineAndShowText(PdfContentStreamHandler.TextMoveNextLine textMoveNextLine, PdfContentStreamHandler.ShowText showText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOperatorName()
void
invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
Invokes a content operator.
-
-
-
Field Detail
-
textMoveNextLine
private final PdfContentStreamHandler.TextMoveNextLine textMoveNextLine
-
showText
private final PdfContentStreamHandler.ShowText showText
-
-
Constructor Detail
-
MoveNextLineAndShowText
public MoveNextLineAndShowText(PdfContentStreamHandler.TextMoveNextLine textMoveNextLine, PdfContentStreamHandler.ShowText showText)
-
-
Method Detail
-
getOperatorName
public java.lang.String getOperatorName()
- Specified by:
getOperatorName
in interfaceContentOperator
- Returns:
- the name of the operator as it will be recognized in the pdf stream
- See Also:
ContentOperator.getOperatorName()
-
invoke
public void invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
Description copied from interface:ContentOperator
Invokes a content operator.- Specified by:
invoke
in interfaceContentOperator
- Parameters:
operands
- the operands that come with the operatorhandler
- content stream handler that is invoking usresources
- Pdf Resources found in the file containing the stream.
-
-