TextMatch
in package
FinalYes
A single text search match within a PDF.
Table of Contents
Properties
- $offset : int
- $pageNumber : int
- $text : string
Methods
- __construct() : mixed
Properties
$offset read-only
public
int
$offset
Character offset within the page text
$pageNumber read-only
public
int
$pageNumber
1-based page number
$text read-only
public
string
$text
Methods
__construct()
public
__construct(int $pageNumber, string $text, int $offset) : mixed
Parameters
- $pageNumber : int
- $text : string
- $offset : int