Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.IContentOperator
Packages that use IContentOperator
-
Uses of IContentOperator in com.itextpdf.kernel.pdf.canvas.parser
Classes in com.itextpdf.kernel.pdf.canvas.parser that implement IContentOperatorModifier and TypeClassDescriptionprivate static class
A handler that implements operator (BDC).private static class
A handler that implements operator (BMC).private static class
A handler that implements operator (BT).private static class
A handler that implements operator (W, W*).private static class
A handler that implements operator (h).private static class
A handler that implements operator (v).private static class
A handler that implements operator (y).private static class
A handler that implements operator (c).private static class
A handler that implements operator (Do).private static class
A handler that implements operator (EI).private static class
A handler that implements operator (EMC).private static class
A handler that implements operator (ET).private static class
A handler that implements operator (unregistered).private static class
A handler that implements operator (l).private static class
A handler that implements operator (cm).private static class
A handler that implements operator (').private static class
A handler that implements operator (").private static class
A handler that implements operator (m).private static class
A handler that implements operator (S, s, f, F, f*, B, B*, b, b*).protected static class
A handler that implements operator (Q).private static class
A handler that implements operator (gs).private static class
A handler that implements operator (q).private static class
A handler that implements operator (re).private static class
A handler that implements operator (k).private static class
A handler that implements operator (K).private static class
A handler that implements operator (sc / scn).private static class
A handler that implements operator (CS).private static class
A handler that implements operator (cs).private static class
A handler that implements operator (SC / SCN).private static class
A handler that implements operator (g).private static class
A handler that implements operator (G).private static class
A handler that implements operator (J).private static class
A handler that implements operator (d).private static class
A handler that implements operator (j).private static class
A handler that implements operator (w).private static class
A handler that implements operator (M).private static class
A handler that implements operator (rg).private static class
A handler that implements operator (RG).private static class
A handler that implements operator (Tc).private static class
A handler that implements operator (Tf).private static class
A handler that implements operator (Tz).private static class
A handler that implements operator (TL).private static class
A handler that implements operator (Tr).private static class
A handler that implements operator (Ts).private static class
A handler that implements operator (Tw).private static class
A handler that implements operator (TJ).private static class
A handler that implements operator (Tj).private static class
A handler that implements operator (T*).private static class
A handler that implements operator (Td).private static class
A handler that implements operator (TD).private static class
A handler that implements operator (Tm).Fields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type IContentOperatorModifier and TypeFieldDescriptionprivate Map
<String, IContentOperator> PdfCanvasProcessor.operators
A map with all supported operators (PDF syntax).Methods in com.itextpdf.kernel.pdf.canvas.parser that return IContentOperatorModifier and TypeMethodDescriptionPdfCanvasProcessor.registerContentOperator
(String operatorString, IContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type IContentOperatorModifier and TypeMethodDescriptionPdfCanvasProcessor.registerContentOperator
(String operatorString, IContentOperator operator) Registers a content operator that will be called when the specified operator string is encountered during content processing.Method parameters in com.itextpdf.kernel.pdf.canvas.parser with type arguments of type IContentOperatorModifier and TypeMethodDescriptionstatic String
PdfTextExtractor.getTextFromPage
(PdfPage page, ITextExtractionStrategy strategy, Map<String, IContentOperator> additionalContentOperators) Extract text from a specified page using an extraction strategy.<E extends IEventListener>
EPdfDocumentContentParser.processContent
(int pageNumber, E renderListener, Map<String, IContentOperator> additionalContentOperators) Processes content from the specified page number using the specified listener.Constructor parameters in com.itextpdf.kernel.pdf.canvas.parser with type arguments of type IContentOperatorModifierConstructorDescriptionPdfCanvasProcessor
(IEventListener eventListener, Map<String, IContentOperator> additionalContentOperators) Creates a new PDF Content Stream Processor that will send its output to the designated render listener.