Table of Contents

Property TextPartitions

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

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; }

Property Value

IReadOnlyList<TextPartition>