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