Class PDActionNamed

    • Constructor Detail

      • PDActionNamed

        public PDActionNamed()
        Default constructor.
      • PDActionNamed

        public PDActionNamed​(COSDictionary a)
        Constructor.
        Parameters:
        a - The action dictionary.
    • Method Detail

      • getN

        public String getN()
        This will get the name of the action to be performed.
        Returns:
        The name of the action to be performed.
      • setN

        public void setN​(String name)
        This will set the name of the action to be performed.
        Parameters:
        name - The name of the action to be performed.