public class PdfPage extends PdfDictionary
PdfPage is the PDF Page-object.
A Page object is a dictionary whose keys describe a single page containing text,
graphics, and images. A Page object is a leaf of the Pages tree.
This object is described in the 'Portable Document Format Reference Manual version 1.3'
section 6.4 (page 73-81)
PdfPages| Modifier and Type | Field | Description |
|---|---|---|
static PdfNumber |
INVERTEDPORTRAIT |
value of the Rotate key for a page in INVERTEDPORTRAIT
|
static PdfNumber |
LANDSCAPE |
value of the Rotate key for a page in LANDSCAPE
|
static PdfNumber |
PORTRAIT |
value of the Rotate key for a page in PORTRAIT
|
static PdfNumber |
SEASCAPE |
value of the Rotate key for a page in SEASCAPE
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isParent() |
Checks if this page element is a tree of pages.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckType, clear, 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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic static final PdfNumber PORTRAIT
public static final PdfNumber LANDSCAPE
public static final PdfNumber INVERTEDPORTRAIT
public static final PdfNumber SEASCAPE
Copyright © 2018. All rights reserved.