Package com.lowagie.text.pdf.parser
Class PdfContentStreamHandler.TextMoveStartNextLineWithLeading
java.lang.Object
com.lowagie.text.pdf.parser.PdfContentStreamHandler.TextMoveStartNextLineWithLeading
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamHandler
static class PdfContentStreamHandler.TextMoveStartNextLineWithLeading
extends Object
implements ContentOperator
A content operator implementation (TD).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PdfContentStreamHandler.TextMoveStartNextLine
private final PdfContentStreamHandler.SetTextLeading
-
Constructor Summary
ConstructorsConstructorDescriptionTextMoveStartNextLineWithLeading
(PdfContentStreamHandler.TextMoveStartNextLine moveStartNextLine, PdfContentStreamHandler.SetTextLeading setTextLeading) -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.
-
Field Details
-
moveStartNextLine
-
setTextLeading
-
-
Constructor Details
-
TextMoveStartNextLineWithLeading
public TextMoveStartNextLineWithLeading(PdfContentStreamHandler.TextMoveStartNextLine moveStartNextLine, PdfContentStreamHandler.SetTextLeading setTextLeading)
-
-
Method Details
-
getOperatorName
- Specified by:
getOperatorName
in interfaceContentOperator
- Returns:
- the name of the operator as it will be recognized in the pdf stream
- See Also:
-
invoke
public void invoke(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.
-