com.lowagie.text.pdf
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.
|
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