Package org.verapdf.gf.model.impl.pd
Class GFPDPage
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.GFPDPage
the object representing PDF page.
- Author:
- Sergey Shemyakov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringLink name for all output intentsstatic final Stringstatic final StringType name for GFPDPagestatic final Stringstatic final Stringstatic final StringFields inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
contentStream, document, id, MAX_NUMBER_OF_ELEMENTS, pdcMap, pdFont, simpleCOSObject, simplePDObjectFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
Constructors -
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 transparencygetLinkedObjects(String link) page orientation (Portrait, Landscape or Square)color space of output icc profilepage numbergetTabs()value of the /Tabs key in the page dictionaryMethods inherited from class org.verapdf.gf.model.impl.pd.GFPDObject
getentries, getID, getobjectKeyMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
PD_PAGE_TYPE
Type name for GFPDPage- See Also:
-
OUTPUT_INTENTS
Link name for all output intents- See Also:
-
PORTRAIT_ORIENTATION
- See Also:
-
LANDSCAPE_ORIENTATION
- See Also:
-
SQUARE_ORIENTATION
- See Also:
-
TRANSPARENCY_COLOR_SPACE
- See Also:
-
PARENT_TRANSPARENCY_COLOR_SPACE
- See Also:
-
-
Constructor Details
-
GFPDPage
Default constructor- Parameters:
pdPage- is greenfield parser PDPage.
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGenericModelObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getcontainsPresSteps
Description copied from interface:PDPagetrue if the page contains presentation steps (/PresSteps in the page dictionary)- Specified by:
getcontainsPresStepsin interfacePDPage- Returns:
- true if the page contains presentation steps (/PresSteps in the page dictionary).
-
getcontainsTransparency
Description copied from interface:PDPagetrue if the page contains transparency- Specified by:
getcontainsTransparencyin interfacePDPage- Returns:
- true if the page contains transparency.
-
getcontainsGroupCS
Description copied from interface:PDPagecontains group color space- Specified by:
getcontainsGroupCSin interfacePDPage- Returns:
- true if the page contains group which contains color space
-
getcontainsAA
Description copied from interface:PDPagetrue if the page dictionary contains the AA entry- Specified by:
getcontainsAAin interfacePDPage
-
getTabs
Description copied from interface:PDPagevalue of the /Tabs key in the page dictionary -
getorientation
Description copied from interface:PDPagepage orientation (Portrait, Landscape or Square)- Specified by:
getorientationin interfacePDPage
-
getoutputColorSpace
Description copied from interface:PDPagecolor space of output icc profile- Specified by:
getoutputColorSpacein interfacePDPage
-
getpageNumber
Description copied from interface:PDPagepage number- Specified by:
getpageNumberin interfacePDPage
-
getBlendingColorSpace
-