Package com.aowagie.text.pdf.parser
Class PdfContentStreamProcessor.BeginText
java.lang.Object
com.aowagie.text.pdf.parser.PdfContentStreamProcessor.BeginText
- All Implemented Interfaces:
ContentOperator
- Enclosing class:
PdfContentStreamProcessor
A content operator implementation (BT).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke
(PdfContentStreamProcessor processor, PdfLiteral operator, ArrayList operands) Invokes a content operator.
-
Constructor Details
-
BeginText
private BeginText()
-
-
Method Details
-
invoke
Description copied from interface:ContentOperator
Invokes a content operator.- Specified by:
invoke
in interfaceContentOperator
- 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
-