Package com.adobe.xfa

Class PacketScript


public class PacketScript extends ElementScript
This class contains all the script functionality associated with the Packet class. Broken out into a separate class for easier maintainability.
  • Constructor Details

    • PacketScript

      public PacketScript()
  • Method Details

    • getScriptTable

      public static ScriptTable getScriptTable()
    • getAttribute

      public static void getAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • getContent

      public static void getContent(Obj pObj, Arg oRetVal)
    • removeAttribute

      public static void removeAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • setAttribute

      public static void setAttribute(Obj pObj, Arg oRetVal, Arg[] pArgs)
    • setContent

      public static void setContent(Obj pObj, Arg oArg)
    • removeAttributePermsCheck

      public static boolean removeAttributePermsCheck(Obj obj, Arg[] args)
    • setAttributePermsCheck

      public static boolean setAttributePermsCheck(Obj pObj, Arg[] pArgs)