PdfPageTextContent


public final class PdfPageTextContent


Represents a continuous stream of text in a page of a PDF document in the order of viewing.

Summary

Public constructors

PdfPageTextContent(
    @NonNull List<@NonNull RectF> bounds,
    @NonNull String text
)

Public methods

final @NonNull List<@NonNull RectF>

: Bounds for the text content

final @NonNull String

: Text content within the bounds.

Public constructors

PdfPageTextContent

public PdfPageTextContent(
    @NonNull List<@NonNull RectF> bounds,
    @NonNull String text
)
Parameters
@NonNull List<@NonNull RectF> bounds

: Bounds for the text content

@NonNull String text

: Text content within the bounds.

Public methods

getBounds

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

: Bounds for the text content

getText

Added in 1.0.0-alpha10
public final @NonNull String getText()

: Text content within the bounds.