Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
class: PdfContents [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.PdfObject
      com.lowagie.text.pdf.PdfDictionary
         com.lowagie.text.pdf.PdfStream
            com.lowagie.text.pdf.PdfContents
PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage.
Field Summary
static final  byte[] SAVESTATE     
static final  byte[] RESTORESTATE     
static final  byte[] ROTATE90     
static final  byte[] ROTATE180     
static final  byte[] ROTATE270     
static final  byte[] ROTATEFINAL     
Fields inherited from com.lowagie.text.pdf.PdfStream:
DEFAULT_COMPRESSION,  NO_COMPRESSION,  BEST_SPEED,  BEST_COMPRESSION,  compressed,  compressionLevel,  streamBytes,  inputStream,  ref,  inputStreamLength,  writer,  rawLength,  STARTSTREAM,  ENDSTREAM,  SIZESTREAM
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:
 PdfContents(PdfContentByte under,
    PdfContentByte content,
    PdfContentByte text,
    PdfContentByte secondContent,
    Rectangle page) throws BadPdfFormatException 
    Constructs a PdfContents-object, containing text and general graphics.
    Parameters:
    under - the direct content that is under all others
    content - the graphics in a page
    text - the text in a page
    secondContent - the direct content that is over all others
    Throws:
    BadPdfFormatException - on error
Methods from com.lowagie.text.pdf.PdfStream:
flateCompress,   flateCompress,   getRawLength,   superToPdf,   toPdf,   toString,   writeContent,   writeLength
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