textBlocks property

List<TextBlock>? textBlocks
getter/setter pair

Gets an unmodifiable list of Text.TextBlock, which is a block of text and can be further decomposed to a list of Text.Line.

Implementation

List<TextBlock>? textBlocks;