PdfPageLinkContent


public final class PdfPageLinkContent


Represents the bounds and link on a page of the PDF document. Weblinks are those links implicitly embedded in PDF pages. Note: Only weblinks that are embedded will be supported. Links encoded as plain text will be returned as part of PdfPageTextContent.

Summary

Public constructors

Public methods

final @NonNull List<@NonNull RectF>

: Bounds which envelop the URI.

final @NonNull Uri

: Uri embedded in the PDF document.

Public constructors

PdfPageLinkContent

public PdfPageLinkContent(@NonNull List<@NonNull RectF> bounds, @NonNull Uri uri)
Parameters
@NonNull List<@NonNull RectF> bounds

: Bounds which envelop the URI.

@NonNull Uri uri

: Uri embedded in the PDF document.

Public methods

getBounds

Added in 1.0.0-alpha10
public final @NonNull List<@NonNull RectFgetBounds()

: Bounds which envelop the URI.

getUri

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

: Uri embedded in the PDF document.