Property Text NamespaceLMKit.Document.Layout AssemblyLM-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.