Package com.itextpdf.text.pdf.parser
Interface XObjectDoHandler
- All Known Implementing Classes:
PdfContentStreamProcessor.FormXObjectDoHandler
,PdfContentStreamProcessor.IgnoreXObjectDoHandler
,PdfContentStreamProcessor.ImageXObjectDoHandler
public interface XObjectDoHandler
- Since:
- iText 5.0.1
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleXObject
(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref) void
handleXObject
(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack)
-
Method Details
-
handleXObject
-
handleXObject
void handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack)
-