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

Public methods

final @NonNull Uri

The Uri extracted from the PDF document, representing the destination of the external link.

Public constructors

ExternalLink

Added in 1.0.0-alpha10
public ExternalLink(@NonNull Uri uri)
Parameters
@NonNull Uri uri

The Uri extracted from the PDF document, representing the destination of the external link.

Public methods

getUri

Added in 1.0.0-alpha10
public final @NonNull Uri getUri()

The Uri extracted from the PDF document, representing the destination of the external link.