Class GFPDGoToAction
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.pd.GFPDObject
org.verapdf.gf.model.impl.pd.actions.GFPDAction
org.verapdf.gf.model.impl.pd.actions.GFPDGoToAction
- All Implemented Interfaces:
Object,PDAction,PDGoToAction,PDObject
- Author:
- Maksim Bezrukov
-
Field Summary
FieldsFields inherited from class org.verapdf.gf.model.impl.pd.actions.GFPDAction
ACTION_TYPE, GO_TO_R_SUBTYPE, GO_TO_SUBTYPE, NAMED_SUBTYPE, NEXT, RENDITION_SUBTYPEFields 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 this GoTo action contains structure destinationMethods inherited from class org.verapdf.gf.model.impl.pd.actions.GFPDAction
getAction, getLinkedObjects, getSMethods 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, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from interface org.verapdf.model.pdlayer.PDObject
getentries, getobjectKey
-
Field Details
-
GOTO_ACTION_TYPE
- See Also:
-
-
Constructor Details
-
GFPDGoToAction
-
-
Method Details
-
getcontainsStructDestination
Description copied from interface:PDGoToActiontrue if this GoTo action contains structure destination- Specified by:
getcontainsStructDestinationin interfacePDGoToAction
-