Uses of Interface
com.itextpdf.text.pdf.ocg.OCGParser.PdfOperator
Packages that use OCGParser.PdfOperator
-
Uses of OCGParser.PdfOperator in com.itextpdf.text.pdf.ocg
Classes in com.itextpdf.text.pdf.ocg that implement OCGParser.PdfOperatorModifier and TypeClassDescriptionprivate static class
Class that processes unknown content.private static class
Class that knows how to process graphics state operators.private static class
Class that knows how to process inline image operators.private static class
Class that knows how to process marked content operators.private static class
Class that knows how to process path construction, path painting and path clipping operators.private static class
Class that knows how to process text state operators.private static class
Class that knows how to process XObject operators.Fields in com.itextpdf.text.pdf.ocg with type parameters of type OCGParser.PdfOperatorModifier and TypeFieldDescriptionprotected static final Map<String,
OCGParser.PdfOperator> OCGParser.operators
A map with all supported operators operators (PDF syntax).