PageMatchBounds


public final class PageMatchBounds


Represents the bounds of a single search match on a page of the PDF document.

Summary

Public constructors

PageMatchBounds(@NonNull List<@NonNull RectF> bounds, int textStartIndex)

Public methods

final @NonNull List<@NonNull RectF>

: Bounds of the text match.

final int

: starting index of the text match.

Public constructors

PageMatchBounds

public PageMatchBounds(@NonNull List<@NonNull RectF> bounds, int textStartIndex)
Parameters
@NonNull List<@NonNull RectF> bounds

: Bounds of the text match.

int textStartIndex

: starting index of the text match.

Public methods

getBounds

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

: Bounds of the text match.

getTextStartIndex

Added in 1.0.0-alpha10
public final int getTextStartIndex()

: starting index of the text match.