Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.IXObjectDoHandler
-
Packages that use IXObjectDoHandler Package Description com.itextpdf.kernel.pdf.canvas.parser -
-
Uses of IXObjectDoHandler in com.itextpdf.kernel.pdf.canvas.parser
Classes in com.itextpdf.kernel.pdf.canvas.parser that implement IXObjectDoHandler Modifier and Type Class Description private static classPdfCanvasProcessor.FormXObjectDoHandlerAn XObject subtype handler for FORMprivate static classPdfCanvasProcessor.IgnoreXObjectDoHandlerAn XObject subtype handler that does nothingprivate static classPdfCanvasProcessor.ImageXObjectDoHandlerAn XObject subtype handler for IMAGEFields in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type IXObjectDoHandler Modifier and Type Field Description private java.util.Map<PdfName,IXObjectDoHandler>PdfCanvasProcessor. xobjectDoHandlersA map with all supported XObject handlersMethods in com.itextpdf.kernel.pdf.canvas.parser that return IXObjectDoHandler Modifier and Type Method Description IXObjectDoHandlerPdfCanvasProcessor. registerXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)Registers a Do handler that will be called when Do for the provided XObject subtype is encountered during content processing.Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type IXObjectDoHandler Modifier and Type Method Description IXObjectDoHandlerPdfCanvasProcessor. registerXObjectDoHandler(PdfName xobjectSubType, IXObjectDoHandler handler)Registers a Do handler that will be called when Do for the provided XObject subtype is encountered during content processing.
-