Package com.itextpdf.text.pdf.mc
Class MCParser.BeginTextOperator
java.lang.Object
com.itextpdf.text.pdf.mc.MCParser.BeginTextOperator
- All Implemented Interfaces:
MCParser.PdfOperator
- Enclosing class:
MCParser
Class that knows how to process the BT operator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Constructor Details
-
BeginTextOperator
private BeginTextOperator()
-
-
Method Details
-
process
public void process(MCParser parser, PdfLiteral operator, List<PdfObject> operands) throws IOException Description copied from interface:MCParser.PdfOperator
Methods that processes an operator- Specified by:
process
in interfaceMCParser.PdfOperator
- Parameters:
parser
- the parseroperator
- the operatoroperands
- its operands- Throws:
IOException
- See Also:
-