public class GFPDPage extends GFPDObject implements PDPage
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_NUMBER_OF_ACTIONS |
static String |
PD_PAGE_TYPE
Type name for GFPDPage
|
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) |
addAction, getIDgetLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final String PD_PAGE_TYPE
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 PDPageCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.