Package org.verapdf.model.pdlayer
Interface PDPage
the object representing PDF page
-
Method Summary
Modifier and TypeMethodDescriptiontrue if the page dictionary contains the AA entrycontains group color spacetrue if the page contains presentation steps (/PresSteps in the page dictionary)true if the page contains transparencypage orientation (Portrait, Landscape or Square)color space of output icc profilepage numbergetTabs()value of the /Tabs key in the page dictionaryMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Method Details
-
getcontainsPresSteps
Boolean getcontainsPresSteps()true if the page contains presentation steps (/PresSteps in the page dictionary) -
getcontainsTransparency
Boolean getcontainsTransparency()true if the page contains transparency -
getcontainsGroupCS
Boolean getcontainsGroupCS()contains group color space -
getcontainsAA
Boolean getcontainsAA()true if the page dictionary contains the AA entry -
getTabs
String getTabs()value of the /Tabs key in the page dictionary -
getorientation
String getorientation()page orientation (Portrait, Landscape or Square) -
getoutputColorSpace
String getoutputColorSpace()color space of output icc profile -
getpageNumber
Long getpageNumber()page number
-