Uses of Class
com.itextpdf.text.pdf.parser.MarkedContentInfo
Packages that use MarkedContentInfo
-
Uses of MarkedContentInfo in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser with type parameters of type MarkedContentInfoModifier and TypeFieldDescriptionprivate final Collection<MarkedContentInfo> ImageRenderInfo.markedContentInfosArray containing marked content info for the text.private final Collection<MarkedContentInfo> TextRenderInfo.markedContentInfosArray containing marked content info for the text.private final Stack<MarkedContentInfo> PdfContentStreamProcessor.markedContentStackA stack containing marked content info.Method parameters in com.itextpdf.text.pdf.parser with type arguments of type MarkedContentInfoModifier and TypeMethodDescriptionprotected static ImageRenderInfoImageRenderInfo.createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on inline image data.static ImageRenderInfoImageRenderInfo.createForXObject(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) Create an ImageRenderInfo object based on an XObject (this is the most common way of including an image in PDF)voidPdfContentStreamProcessor.FormXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidPdfContentStreamProcessor.IgnoreXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidPdfContentStreamProcessor.ImageXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream xobjectStream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) voidXObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, Stack<MarkedContentInfo> markedContentStack) Constructor parameters in com.itextpdf.text.pdf.parser with type arguments of type MarkedContentInfoModifierConstructorDescriptionprivateImageRenderInfo(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) privateImageRenderInfo(GraphicsState gs, PdfIndirectReference ref, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) (package private)TextRenderInfo(PdfString string, GraphicsState gs, Matrix textMatrix, Collection<MarkedContentInfo> markedContentInfo) Creates a new TextRenderInfo object