Uses of Class
com.etymon.pjx.PdfWriter

Packages that use PdfWriter
com.etymon.pjx The fundamental classes for creation and modification of PDF documents. 
com.etymon.pjx.util Utility classes for performing common functions on PDF documents. 
 

Uses of PdfWriter in com.etymon.pjx
 

Methods in com.etymon.pjx with parameters of type PdfWriter
 long PdfManager.writeDocument(PdfWriter pdfWriter)
          Writes the document in PDF format, including all modifications made through this PdfManager.
 long PdfManager.writeDocument(PdfWriter pdfWriter, boolean useIncrementalUpdate)
          Writes the document in PDF format, including all modifications made through this PdfManager.
protected  int PdfArray.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfBoolean.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfDictionary.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfFloat.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfInteger.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfLong.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfName.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfNull.writePdf(PdfWriter w, boolean spacing)
           
protected abstract  int PdfObject.writePdf(PdfWriter w, boolean spacing)
          Writes this object in PDF format.
protected  int PdfReader.ParserObject.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfReference.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfStream.writePdf(PdfWriter w, boolean spacing)
           
protected  int PdfString.writePdf(PdfWriter w, boolean spacing)
           
protected  int XrefTable.writePdf(PdfWriter w, long startxref)
          Writes the cross-reference table, associated trailer dictionary, and a complete PDF trailer in PDF format.
 

Uses of PdfWriter in com.etymon.pjx.util
 

Fields in com.etymon.pjx.util declared as PdfWriter
protected  PdfWriter PdfAppender._w
          The PDF writer.
 

Constructors in com.etymon.pjx.util with parameters of type PdfWriter
PdfAppender(java.util.List managers, PdfWriter writer)
          The class is initialized to read a list of PDF documents (PdfManager objects) in order and to write the resultant document to a specified PdfWriter.
PdfAppender(PdfManager[] managers, PdfWriter writer)
          Deprecated. Use PdfAppender(List, PdfWriter).