Package com.adobe.xfa

Class DeltaScript

java.lang.Object
com.adobe.xfa.ObjScript
com.adobe.xfa.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 Details

    • DeltaScript

      public DeltaScript()
  • Method Details

    • 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)