TextBlock
in package
FinalYes
A block of text extracted from a PDF page, grouped by font/size.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$fontName read-only
public
string|null
$fontName
= null
$fontSize read-only
public
float|null
$fontSize
= null
$text read-only
public
string
$text
Methods
__construct()
public
__construct(string $text[, string|null $fontName = null ][, float|null $fontSize = null ]) : mixed
Parameters
- $text : string
- $fontName : string|null = null
- $fontSize : float|null = null