Table of Contents

Property Text

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

Text

Gets the full paragraph text.

public string Text { get; }

Property Value

string

A single string formed by concatenating each line’s Text with a newline (\n) separator. Returns Empty when there are no lines.