public class PBoxPDPage extends PBoxPDObject implements PDPage
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION
Link name for page additional actions
|
static String |
ANNOTS
Link name for page annotations
|
static String |
ART_BOX
Link name for page art box
|
static String |
BLEED_BOX
Link name for page bleed box
|
static String |
CONTENT_STREAM
Link name for page content stream
|
static String |
CROP_BOX
Link name for page crop box
|
static String |
GROUP
Link name for page transparency group
|
static String |
LANDSCAPE_ORIENTATION |
static int |
MAX_NUMBER_OF_ACTIONS
Maximal number of actions in page dictionary
|
static String |
MEDIA_BOX
Link name for page media box
|
static String |
PAGE_TYPE
Type name for
PBoxPDPage |
static String |
PORTRAIT_ORIENTATION |
static String |
PRESENTATION_STEPS
Link name for page presentation steps
|
static String |
SQUARE_ORIENTATION |
static String |
TRIM_BOX
Link name for trim media box
|
cMap, contentStream, MAX_NUMBER_OF_ELEMENTS, pdFontLike, simplePDObjectcontextDependent| Constructor and Description |
|---|
PBoxPDPage(PDPage simplePDObject,
PDDocument document,
PDFAFlavour flavour)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getcontainsAA()
true if the page dictionary contains the AA entry
|
Boolean |
getcontainsGroupCS()
contains group color space
|
Boolean |
getcontainsPresSteps()
true if the page contains presentation steps (/PresSteps in the page dictionary)
|
Boolean |
getcontainsTransparency()
true if the page contains transparency
|
List<? extends Object> |
getLinkedObjects(String link) |
String |
getorientation()
page orientation (Portrait, Landscape or Square)
|
String |
getTabs()
value of the /Tabs key in the page dictionary
|
addAction, getIDgetContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String PAGE_TYPE
PBoxPDPagepublic static final String ANNOTS
public static final String ACTION
public static final String CONTENT_STREAM
public static final String GROUP
public static final String MEDIA_BOX
public static final String CROP_BOX
public static final String BLEED_BOX
public static final String TRIM_BOX
public static final String ART_BOX
public static final String PRESENTATION_STEPS
public static final String PORTRAIT_ORIENTATION
public static final String LANDSCAPE_ORIENTATION
public static final String SQUARE_ORIENTATION
public static final int MAX_NUMBER_OF_ACTIONS
public PBoxPDPage(PDPage simplePDObject, PDDocument document, PDFAFlavour flavour)
simplePDObject - Apache PDFBox page representationpublic Boolean getcontainsPresSteps()
PDPagegetcontainsPresSteps in interface PDPagepublic Boolean getcontainsTransparency()
PDPagegetcontainsTransparency in interface PDPagepublic Boolean getcontainsGroupCS()
PDPagegetcontainsGroupCS in interface PDPagepublic Boolean getcontainsAA()
PDPagegetcontainsAA in interface PDPagepublic String getTabs()
PDPagepublic String getorientation()
PDPagegetorientation in interface PDPagepublic List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.