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