Property TextPartitions
TextPartitions
Gets a read-only list of TextPartition objects contained within this section.
Each TextPartition represents a distinct segment of text, potentially formatted or divided according to specific criteria.
public IReadOnlyList<TextPartition> TextPartitions { get; }