Uses of Interface
org.openpdf.text.pdf.parser.ContentOperator
Packages that use ContentOperator
-
Uses of ContentOperator in org.openpdf.text.pdf.parser
Methods in org.openpdf.text.pdf.parser that return types with arguments of type ContentOperatorModifier and TypeMethodDescriptionPdfContentStreamHandler.lookupOperator(String operatorName) Get the operator to process a command with a given nameMethods in org.openpdf.text.pdf.parser with parameters of type ContentOperatorModifier and TypeMethodDescriptionvoidPdfContentStreamHandler.registerContentOperator(ContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.