Uses of Class
com.itextpdf.text.pdf.PdfStream

Packages that use PdfStream
com.itextpdf.text.pdf   
com.itextpdf.text.pdf.parser   
 

Uses of PdfStream in com.itextpdf.text.pdf
 

Subclasses of PdfStream in com.itextpdf.text.pdf
 class PdfEFStream
          Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).
 class PdfFormXObject
          PdfFormObject is a type of XObject containing a template-object.
 class PdfICCBased
          A PdfICCBased defines a ColorSpace
 class PdfImage
          PdfImage is a PdfStream containing an image-Dictionary and -stream.
 class PdfPattern
          A PdfPattern defines a ColorSpace
 class PRStream
           
 

Fields in com.itextpdf.text.pdf with type parameters of type PdfStream
protected  HashMap<PdfStream,PdfIndirectReference> PdfWriter.JBIG2Globals
          A HashSet with Stream objects containing JBIG2 Globals
 

Methods in com.itextpdf.text.pdf that return PdfStream
protected  PdfStream PdfCopy.copyStream(PRStream in)
          Translate a PRStream to a PdfStream.
 PdfStream PdfArray.getAsStream(int idx)
          Returns a PdfObject as a PdfStream, resolving indirect references.
 PdfStream PdfDictionary.getAsStream(PdfName key)
          Returns a PdfObject as a PdfStream, resolving indirect references.
 PdfStream PdfTemplate.getFormXObject(int compressionLevel)
          Gets the stream representing this template.
 PdfStream PdfPSXObject.getFormXObject(int compressionLevel)
          Gets the stream representing this object.
 PdfStream PdfImportedPage.getFormXObject(int compressionLevel)
          Gets the stream representing this page.
 PdfStream Type3Font.getFullFontStream()
          Always returns null, because you can't get the FontStream of a Type3 font.
 PdfStream DocumentFont.getFullFontStream()
          Always returns null.
 

Uses of PdfStream in com.itextpdf.text.pdf.parser
 

Methods in com.itextpdf.text.pdf.parser with parameters of type PdfStream
 void XObjectDoHandler.handleXObject(PdfContentStreamProcessor processor, PdfStream stream, PdfIndirectReference ref)
           
 



Copyright © 2013. All Rights Reserved.