LinkSelection


public interface LinkSelection extends Selection


Represents a link within a PDF document that has been selected.

Summary

Public methods

abstract @NonNull CharSequence

The visible text of the selected link.

Inherited methods

From androidx.pdf.selection.Selection
abstract @NonNull List<@NonNull PdfRect>

The PdfRect bounds of this selection.

Public methods

getLinkText

Added in 1.0.0-alpha11
abstract @NonNull CharSequence getLinkText()

The visible text of the selected link.