Uses of Class
org.pdfbox.pdmodel.common.PDTextStream

Packages that use PDTextStream
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types. 
 

Uses of PDTextStream in org.pdfbox.pdmodel.common
 

Methods in org.pdfbox.pdmodel.common that return PDTextStream
static PDTextStream PDTextStream.createTextStream(COSBase base)
          This will create the text stream object.
 PDTextStream PDNamedTextStream.getStream()
          This will get the stream.
 

Methods in org.pdfbox.pdmodel.common with parameters of type PDTextStream
 void PDNamedTextStream.setStream(PDTextStream str)
          This will set the stream.
 

Uses of PDTextStream in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return PDTextStream
 PDTextStream FDFJavaScript.getAfter()
          This will get the javascript that is executed after the import.
 PDTextStream FDFJavaScript.getBefore()
          This will get the javascript that is executed before the import.
 PDTextStream FDFField.getRichText()
          This will set the rich text that is associated with this field.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type PDTextStream
 void FDFJavaScript.setAfter(PDTextStream after)
          This will set the javascript code the will get execute after the import.
 void FDFJavaScript.setBefore(PDTextStream before)
          This will set the javascript code the will get execute before the import.
 void FDFField.setRichText(PDTextStream rv)
          This will set the rich text value.
 

Uses of PDTextStream in org.pdfbox.pdmodel.interactive.action.type
 

Methods in org.pdfbox.pdmodel.interactive.action.type that return PDTextStream
 PDTextStream PDActionJavaScript.getAction()
           
 

Methods in org.pdfbox.pdmodel.interactive.action.type with parameters of type PDTextStream
 void PDActionJavaScript.setAction(PDTextStream sAction)
           
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.