fragments property

Get text fragments that organizes the full text structure.

The fullText is the composed result of all fragments' text. Any character in fullText must be included in one of the fragments.

Implementation

List<PdfPageTextFragment> get fragments;