Uses of Class
com.itextpdf.text.pdf.PdfStream
-
Packages that use PdfStream Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.internal com.itextpdf.text.pdf.parser -
-
Uses of PdfStream in com.itextpdf.text.pdf
Subclasses of PdfStream in com.itextpdf.text.pdf Modifier and Type Class Description classPdfEFStreamExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classPdfFormXObjectPdfFormObjectis a type of XObject containing a template-object.classPdfICCBasedAPdfICCBaseddefines a ColorSpaceclassPdfImagePdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfPatternAPdfPatterndefines a ColorSpaceclassPRStreamFields in com.itextpdf.text.pdf with type parameters of type PdfStream Modifier and Type Field Description protected java.util.HashMap<PdfStream,PdfIndirectReference>PdfWriter. JBIG2GlobalsA HashSet with Stream objects containing JBIG2 GlobalsMethods in com.itextpdf.text.pdf that return PdfStream Modifier and Type Method Description protected PdfStreamPdfCopy. copyStream(PRStream in)Translate a PRStream to a PdfStream.PdfStreamPdfArray. getAsStream(int idx)Returns aPdfObjectas aPdfStream, resolving indirect references.PdfStreamPdfDictionary. getAsStream(PdfName key)Returns aPdfObjectas aPdfStream, resolving indirect references.PdfStreamPdfImportedPage. getFormXObject(int compressionLevel)Gets the stream representing this page.PdfStreamPdfPSXObject. getFormXObject(int compressionLevel)Gets the stream representing this object.PdfStreamPdfTemplate. getFormXObject(int compressionLevel)Gets the stream representing this template.PdfStreamDocumentFont. getFullFontStream()Always returns null.PdfStreamType3Font. getFullFontStream()Always returns null, because you can't get the FontStream of a Type3 font.Methods in com.itextpdf.text.pdf with parameters of type PdfStream Modifier and Type Method Description PdfNamePdfContentByte. addFormXObj(PdfStream formXObj, PdfName name, double a, double b, double c, double d, double e, double f)Adds a form XObject to this content.PdfNamePdfContentByte. addFormXObj(PdfStream formXObj, PdfName name, float a, float b, float c, float d, float e, float f)Adds a form XObject to this content. -
Uses of PdfStream in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal that return PdfStream Modifier and Type Method Description protected PdfStreamPdfAChecker. getDirectStream(PdfObject obj) -
Uses of PdfStream in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfStream Modifier and Type Method Description voidXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)voidXObjectDoHandler. handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref, java.util.Stack<MarkedContentInfo> markedContentStack)
-