menu
syncfusion_flutter_pdf package
documentation
pdf.dart
TextLine
wordCollection property
wordCollection property
dark_mode
light_mode
wordCollection
property
List
<
TextWord
>
wordCollection
getter/setter pair
Gets the collection of words present in the line.
Implementation
late List<TextWord> wordCollection;
syncfusion_flutter_pdf package
documentation
pdf
TextLine
wordCollection property
TextLine class