Uses of Interface
com.itextpdf.text.pdf.mc.MCParser.PdfOperator
Packages that use MCParser.PdfOperator
-
Uses of MCParser.PdfOperator in com.itextpdf.text.pdf.mc
Classes in com.itextpdf.text.pdf.mc that implement MCParser.PdfOperatorModifier and TypeClassDescriptionprivate static classClass that knows how to process marked content operators.private static classClass that knows how to process the BT operator.private static classClass that processes content by just printing the operator and its operands.private static classClass that knows how to process Do operators.private static classClass that knows how to the ET operators.private static classClass that knows how to the text state operators that result in a newline.private static classClass that knows how to the ET operators.private static classClass that knows how to the text state operators.Fields in com.itextpdf.text.pdf.mc with type parameters of type MCParser.PdfOperatorModifier and TypeFieldDescriptionprotected Map<String, MCParser.PdfOperator> MCParser.operatorsA map with all supported operators operators (PDF syntax).