Uses of Class
com.itextpdf.text.pdf.PdfStream
-
Packages that use PdfStream Package Description com.itextpdf.text.pdf -
-
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 ColorSpaceclassPRStreamMethods 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.PdfStreamDocumentFont. getFullFontStream()Always returns null.PdfStreamType3Font. getFullFontStream()Always returns null, because you can't get the FontStream of a Type3 font.
-