Property Text NamespaceLMKit.Document.Layout AssemblyLM-Kit.NET.dll Text Gets the full text content of the line. public string Text { get; } Property Value string A single string formed by concatenating each word’s Text with a single space separator. Returns Empty when there are no words. Null word entries (if any) are skipped.