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

boolean
equals(Object other)
final @NonNull Uri

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

int
@NonNull String

Public constructors

ExternalLink

Added in 1.0.0-alpha11
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

equals

public boolean equals(Object other)

getUri

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

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

hashCode

public int hashCode()

toString

public @NonNull String toString()