Class PDActionNamed

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SUB_TYPE
      This type of action this object represents.
      • Fields inherited from class org.apache.pdfbox.pdmodel.interactive.action.PDAction

        action, TYPE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getN()
      This will get the name of the action to be performed.
      void setN​(java.lang.String name)
      This will set the name of the action to be performed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SUB_TYPE

        public static final java.lang.String SUB_TYPE
        This type of action this object represents.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PDActionNamed

        public PDActionNamed()
        Default constructor.
      • PDActionNamed

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

      • getN

        public java.lang.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​(java.lang.String name)
        This will set the name of the action to be performed.
        Parameters:
        name - The name of the action to be performed.