.NET Framework Class Library

CharText.WordText Property

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

CharText.WordText Property

Reference to the parent word text.

Namespace: Gnostice.Core.DOM

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

Syntax

Visual Basic

Public Property WordText As WordText
 Get
 Set

C#

public WordText WordText { getset; }

Visual C++

public:
property WordTextWordText {
 WordTextget ();
 void set (WordTextvalue);
}

See Also

CharText Class

CharText Members

Gnostice.Core.DOM Namespace