New to Telerik UI for WPFStart a free 30-day trial

Represents information about a text box in a Word document, including its properties and contents.

Definition

Namespace:Telerik.Windows.Documents.Proofing

Assembly:Telerik.Windows.Documents.Proofing.dll

Syntax:

C#
public class TextBoxWordInfo : IWordInfo

Inheritance: objectTextBoxWordInfo

Implements: IWordInfo

Constructors

C#
public TextBoxWordInfo(string word, int startPosition)
Parameters:wordstringstartPositionint

Properties

Gets the start position of the text box within the document.

C#
public int StartPosition { get; set; }

Gets or sets the word information for the text box in a document.

C#
public string Word { get; }

Implements: IWordInfo.Word