Uses of Class
com.itextpdf.text.pdf.parser.MarkedContentInfo
-
Packages that use MarkedContentInfo Package Description com.itextpdf.text.pdf.parser -
-
Uses of MarkedContentInfo in com.itextpdf.text.pdf.parser
Method parameters in com.itextpdf.text.pdf.parser with type arguments of type MarkedContentInfo Modifier and Type Method Description protected static ImageRenderInfoImageRenderInfo. createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)Create an ImageRenderInfo object based on inline image data.static ImageRenderInfoImageRenderInfo. createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)voidXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
-