Uses of Interface
com.lowagie.text.pdf.parser.ContentOperator
-
Packages that use ContentOperator Package Description com.lowagie.text.pdf.parser -
-
Uses of ContentOperator in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser that return types with arguments of type ContentOperator Modifier and Type Method Description Optional<ContentOperator>PdfContentStreamHandler. lookupOperator(String operatorName)Get the operator to process a command with a given nameMethods in com.lowagie.text.pdf.parser with parameters of type ContentOperator Modifier and Type Method Description voidPdfContentStreamHandler. registerContentOperator(ContentOperator operator)Registers a content operator that will be called when the specified operator string is encountered during content processing.
-