Uses of Class
org.verapdf.pd.actions.PDAction
-
Packages that use PDAction Package Description org.verapdf.features.gf org.verapdf.features.gf.objects org.verapdf.gf.model.impl.pd.actions org.verapdf.pd org.verapdf.pd.actions -
-
Uses of PDAction in org.verapdf.features.gf
Methods in org.verapdf.features.gf with parameters of type PDAction Modifier and Type Method Description static ActionFeaturesObjectGFFeaturesObjectCreator. createActionFeaturesObject(PDAction action, ActionFeaturesObjectAdapter.Location location) -
Uses of PDAction in org.verapdf.features.gf.objects
Constructors in org.verapdf.features.gf.objects with parameters of type PDAction Constructor Description GFActionFeaturesObjectAdapter(PDAction action, ActionFeaturesObjectAdapter.Location location) -
Uses of PDAction in org.verapdf.gf.model.impl.pd.actions
Methods in org.verapdf.gf.model.impl.pd.actions with parameters of type PDAction Modifier and Type Method Description static PDActionGFPDAction. getAction(PDAction action)Constructors in org.verapdf.gf.model.impl.pd.actions with parameters of type PDAction Constructor Description GFPDAction(PDAction simplePDObject)GFPDAction(PDAction simplePDObject, String type)GFPDGoToAction(PDAction simplePDObject)GFPDGoToAction(PDAction simplePDObject, String type)GFPDGoToRemoteAction(PDAction simplePDObject)GFPDNamedAction(PDAction simplePDObject)GFPDRenditionAction(PDAction simplePDObject) -
Uses of PDAction in org.verapdf.pd
Methods in org.verapdf.pd that return PDAction Modifier and Type Method Description PDActionPDAnnotation. getA()PDActionPDOutlineItem. getAction()PDActionPDNavigationNode. getNA()PDActionPDCatalog. getOpenAction()PDActionPDNavigationNode. getPA() -
Uses of PDAction in org.verapdf.pd.actions
Methods in org.verapdf.pd.actions that return PDAction Modifier and Type Method Description protected PDActionPDAbstractAdditionalActions. getAction(ASAtom key)Methods in org.verapdf.pd.actions that return types with arguments of type PDAction Modifier and Type Method Description List<PDAction>PDAbstractAdditionalActions. getActions()List<PDAction>PDAction. getNext()
-