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 classClass that processes unknown content.private static classClass that knows how to process graphics state operators.private static classClass that knows how to process inline image operators.private static classClass that knows how to process marked content operators.private static classClass that knows how to process path construction, path painting and path clipping operators.private static classClass that knows how to process text state operators.private static classClass 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.operatorsA map with all supported operators operators (PDF syntax).