Package org.verapdf.model.pdlayer
Interface PDPage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsAA()true if the page dictionary contains the AA entryBooleangetcontainsGroupCS()contains group color spaceBooleangetcontainsPresSteps()true if the page contains presentation steps (/PresSteps in the page dictionary)BooleangetcontainsTransparency()true if the page contains transparencyStringgetorientation()page orientation (Portrait, Landscape or Square)StringgetoutputColorSpace()color space of output icc profileStringgetTabs()value of the /Tabs key in the page dictionary-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
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
-
-