Class URIAction

java.lang.Object
com.datalogics.PDFL.Action
com.datalogics.PDFL.URIAction

public class URIAction extends Action
A text string, typically a hyperlink. A Uniform Resource Identifier (URI) is a text string that identifies a resource on the Internet, typically a hyperlink to a web page.

A URI Action within a PDF file allows a reader to click on a hyperlink and open a separate web page or another PDF or other kind of file accessed through a web link.

  • Constructor Details

    • URIAction

      public URIAction(String URIstring, boolean useMap)
      General constructor

      Parameters:
      URIstring - String for the URI
      useMap - Send mouse position with the URI
  • Method Details

    • delete

      public void delete()
      Overrides:
      delete in class Action
    • getURI

      public String getURI()
      The URI string for this action.

      Returns:
      URI for this action
    • setURI

      public void setURI(String arg0)
      The URI string for this action.

    • getIsMap

      public boolean getIsMap()
      The IsMap property include mouse coordinates with URI.

      Returns:
      IsMap boolean
    • setIsMap

      public void setIsMap(boolean arg0)
      The IsMap property include mouse coordinates with URI.