Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
static class: PdfWriter.PdfTrailer [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PdfObject
      com.lowagie.text.pdf.PdfDictionary
         com.lowagie.text.pdf.PdfWriter$PdfTrailer
PdfTrailer is the PDF Trailer object.

This object is described in the 'Portable Document Format Reference Manual version 1.3' section 5.16 (page 59-60).
Field Summary
 int offset     
Fields inherited from com.lowagie.text.pdf.PdfDictionary:
FONT,  OUTLINES,  PAGE,  PAGES,  CATALOG,  hashMap
Fields inherited from com.lowagie.text.pdf.PdfObject:
BOOLEAN,  NUMBER,  STRING,  NAME,  ARRAY,  DICTIONARY,  STREAM,  NULL,  INDIRECT,  NOTHING,  TEXT_PDFDOCENCODING,  TEXT_UNICODE,  bytes,  type,  indRef
Constructor:
 PdfTrailer(int size,
    int offset,
    PdfIndirectReference root,
    PdfIndirectReference info,
    PdfIndirectReference encryption,
    PdfObject fileID,
    int prevxref) 
    Constructs a PDF-Trailer.
    Parameters:
    size - the number of entries in the PdfCrossReferenceTable
    offset - offset of the PdfCrossReferenceTable
    root - an indirect reference to the root of the PDF document
    info - an indirect reference to the info object of the PDF document
    encryption -
    fileID -
    prevxref -
Method from com.lowagie.text.pdf.PdfWriter$PdfTrailer Summary:
toPdf
Methods from com.lowagie.text.pdf.PdfDictionary:
contains,   get,   getAsArray,   getAsBoolean,   getAsDict,   getAsIndirectObject,   getAsName,   getAsNumber,   getAsStream,   getAsString,   getDirectObject,   getKeys,   isCatalog,   isFont,   isOutlineTree,   isPage,   isPages,   merge,   mergeDifferent,   put,   putAll,   putEx,   remove,   size,   toPdf,   toString
Methods from com.lowagie.text.pdf.PdfObject:
canBeInObjStm,   getBytes,   getIndRef,   isArray,   isBoolean,   isDictionary,   isIndirect,   isName,   isNull,   isNumber,   isStream,   isString,   length,   setContent,   setIndRef,   toPdf,   toString,   type
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.PdfWriter$PdfTrailer Detail:
 public  void toPdf(PdfWriter writer,
    OutputStream os) throws IOException 
    Returns the PDF representation of this PdfObject.