Java org.apache.pdfbox.pdmodel.interactive.action PDActionURI fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.interactive.action PDActionURI fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.interactive.action PDActionURI.

The text is from its open source code.

Constructor

PDActionURI()
Default constructor.

Method

StringgetURI()
This will get the uniform resource identifier to resolve.
voidsetURI(String uri)
This will set the uniform resource identifier to resolve, encoded in 7-bit ASCII.