Package com.adobe.xfa

Class DeltaScript


  • public class DeltaScript
    extends ObjScript
    This class contains all the script functionality associated with the Delta class. Broken out into a separate class for easier maintainability.
    • Constructor Detail

      • DeltaScript

        public DeltaScript()
    • Method Detail

      • getScriptTable

        public static ScriptTable getScriptTable()
      • getParent

        public static void getParent​(Obj pObj,
                                     Arg oRetVal)
      • getTarget

        public static void getTarget​(Obj pObj,
                                     Arg oRetVal)
      • getSavedValue

        public static void getSavedValue​(Obj pObj,
                                         Arg oRetVal)
      • getCurrentValue

        public static void getCurrentValue​(Obj pObj,
                                           Arg oRetVal)
      • restore

        public static void restore​(Obj pObj,
                                   Arg oRetVal,
                                   Arg[] pArgs)