Package com.itextpdf.text.pdf.mc
Class MCParser.TextNewLineOperator
java.lang.Object
com.itextpdf.text.pdf.mc.MCParser.TextNewLineOperator
- All Implemented Interfaces:
MCParser.PdfOperator
- Enclosing class:
- MCParser
Class that knows how to the text state operators that result in a newline.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(MCParser parser, PdfLiteral operator, List<PdfObject> operands) Methods that processes an operator
-
Constructor Details
-
TextNewLineOperator
private TextNewLineOperator()
-
-
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:
-