Package com.adobe.xfa

Class Delta

java.lang.Object
com.adobe.xfa.Obj
com.adobe.xfa.Delta
All Implemented Interfaces:
Peer

public final class Delta extends Obj
This object will manages the restoration xfa properties.
  • Constructor Details

  • Method Details

    • getClassAtom

      public String getClassAtom()
      Description copied from class: Obj
      Returns the atomic name of this element's class.
      Overrides:
      getClassAtom in class Obj
      Returns:
      the class name as an interned string.
      See Also:
    • getClassName

      public String getClassName()
      Description copied from class: Obj
      Gets the name of this object's class. Overriden by derived classes such as Element that have a local name that may be returned instead.
      Overrides:
      getClassName in class Obj
      Returns:
      the class name.
      See Also:
    • getScriptTable

      public ScriptTable getScriptTable()
      Overrides:
      getScriptTable in class Obj
    • restore

      public void restore()