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
Fields in com.itextpdf.text.pdf.parser with type parameters of type MarkedContentInfo Modifier and Type Field Description private java.util.Collection<MarkedContentInfo>
ImageRenderInfo. markedContentInfos
Array containing marked content info for the text.private java.util.Collection<MarkedContentInfo>
TextRenderInfo. markedContentInfos
Array containing marked content info for the text.private java.util.Stack<MarkedContentInfo>
PdfContentStreamProcessor. markedContentStack
A stack containing marked content info.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type MarkedContentInfo Modifier and Type Method Description protected static ImageRenderInfo
ImageRenderInfo. createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)
Create an ImageRenderInfo object based on inline image data.static ImageRenderInfo
ImageRenderInfo. 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)void
PdfContentStreamProcessor.FormXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
PdfContentStreamProcessor.IgnoreXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
PdfContentStreamProcessor.ImageXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
void
XObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
Constructor parameters in com.itextpdf.text.pdf.parser with type arguments of type MarkedContentInfo Constructor Description ImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)
ImageRenderInfo(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, java.util.Collection<MarkedContentInfo> markedContentInfo)
TextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, java.util.Collection<MarkedContentInfo> markedContentInfo)
Creates a new TextRenderInfo object
-