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
, Serialized Form
Modifier and Type | Field and 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 and Description |
---|---|
boolean |
isParent()
Checks if this page element is a tree of pages.
|
checkType, 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, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public static final PdfNumber PORTRAIT
public static final PdfNumber LANDSCAPE
public static final PdfNumber INVERTEDPORTRAIT
public static final PdfNumber SEASCAPE
Copyright © 2016. All rights reserved.