Table of Contents

Property Lines

Namespace
LMKit.Document.Layout
Assembly
LM-Kit.NET.dll

Lines

Gets the ordered collection of lines that compose this paragraph.

public IReadOnlyList<LineElement> Lines { get; }

Property Value

IReadOnlyList<LineElement>

Remarks

The list preserves the reading order determined by the layout engine.