com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class GoToURIAction

  • All Implemented Interfaces:
    IAppointment


    public final class GoToURIAction
    extends PdfAction

    Represents a URI action causes a URI to be resolved.

    • Constructor Detail

      • GoToURIAction

        public GoToURIAction()

        Constructor.

      • GoToURIAction

        public GoToURIAction(String uri)

        Constructor.

        Parameters:
        uri - String object
    • Method Detail

      • getURI

        public String getURI()

        Gets the uniform resource identifier to resolve.

        Returns:
        String value
      • setURI

        public void setURI(String value)

        Sets the uniform resource identifier to resolve.

        Parameters:
        value - String value