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 class
PdfCanvasProcessor.FormXObjectDoHandler
An XObject subtype handler for FORMprivate static class
PdfCanvasProcessor.IgnoreXObjectDoHandler
An XObject subtype handler that does nothingprivate static class
PdfCanvasProcessor.ImageXObjectDoHandler
An 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. xobjectDoHandlers
A map with all supported XObject handlersMethods in com.itextpdf.kernel.pdf.canvas.parser that return IXObjectDoHandler Modifier and Type Method Description IXObjectDoHandler
PdfCanvasProcessor. 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 IXObjectDoHandler
PdfCanvasProcessor. 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.
-