Package com.itextpdf.text.pdf.parser
Interface XObjectDoHandler
-
public interface XObjectDoHandler
- Since:
- iText 5.0.1
- Author:
- Kevin Day
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)
void
handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack)
-
-
-
Method Detail
-
handleXObject
void handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)
-
handleXObject
void handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack)
-
-