.NET Framework Class Library

LineText.Words Property

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > LineText Class > LineText Properties >

.NET Framework Class Library

LineText.Words Property

List of words contained on this line.

Namespace: Gnostice.Core.DOM

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public ReadOnly Property Words As List(Of WordText)
 Get

C#

public List<WordTextWords { get; }

Visual C++

public:
property List<WordText^>^ Words {
 List<WordText^>^ get ();
}

See Also

LineText Class

LineText Members

Gnostice.Core.DOM Namespace