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 class
Class that knows how to process marked content operators.private static class
Class that knows how to process the BT operator.private static class
Class that processes content by just printing the operator and its operands.private static class
Class that knows how to process Do operators.private static class
Class that knows how to the ET operators.private static class
Class that knows how to the text state operators that result in a newline.private static class
Class that knows how to the ET operators.private static class
Class 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.operators
A map with all supported operators operators (PDF syntax).