ExternalLink
public final class ExternalLink
Represents an external link on a page of the PDF document. External links typically point to web URLs or other resources that are meant to be handled by external applications (e.g., browsers).
Summary
Public constructors |
|---|
ExternalLink(@NonNull Uri uri) |
Public methods |
|
|---|---|
boolean |
|
final @NonNull Uri |
getUri()The |
int |
hashCode() |
@NonNull String |
toString() |
Public constructors
Public methods
getUri
Added in 1.0.0-alpha19
public final @NonNull Uri getUri()
The Uri extracted from the PDF document, representing the destination of the external link.