com.lowagie.text.pdf

Class PdfContents

class PdfContents extends PdfStream

PdfContents is a PdfStream containing the contents (text + graphics) of a PdfPage.
Field Summary
static byte[]RESTORESTATE
static byte[]ROTATE180
static byte[]ROTATE270
static byte[]ROTATE90
static byte[]ROTATEFINAL
static byte[]SAVESTATE
Constructor Summary
PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page)
Constructs a PdfContents-object, containing text and general graphics.

Field Detail

RESTORESTATE

static final byte[] RESTORESTATE

ROTATE180

static final byte[] ROTATE180

ROTATE270

static final byte[] ROTATE270

ROTATE90

static final byte[] ROTATE90

ROTATEFINAL

static final byte[] ROTATEFINAL

SAVESTATE

static final byte[] SAVESTATE

Constructor Detail

PdfContents

PdfContents(PdfContentByte under, PdfContentByte content, PdfContentByte text, PdfContentByte secondContent, Rectangle page)
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