public class GFPDPage extends GFPDObject implements PDPage
| Modifier and Type | Field and Description |
|---|---|
static String |
LANDSCAPE_ORIENTATION |
static int |
MAX_NUMBER_OF_ACTIONS |
static String |
PD_PAGE_TYPE
Type name for GFPDPage
|
static String |
PORTRAIT_ORIENTATION |
static String |
SQUARE_ORIENTATION |
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectcontextDependent| Constructor and Description |
|---|
GFPDPage(PDPage pdPage)
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, getIDgetExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String PD_PAGE_TYPE
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 GFPDPage(PDPage pdPage)
pdPage - is greenfield parser PDPage.public List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkpublic 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 PDPageCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.