Class
TextBoxWordInfo

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:

cs-api-definition
public class TextBoxWordInfo : IWordInfo

Inheritance: objectTextBoxWordInfo

Implements: IWordInfo

Constructors

TextBoxWordInfo(string, int)

Declaration

cs-api-definition
public TextBoxWordInfo(string word, int startPosition)

Parameters

word

string

startPosition

int

Properties

StartPosition

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

Declaration

cs-api-definition
public int StartPosition { get; set; }

Property Value

int

Word

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

Declaration

cs-api-definition
public string Word { get; }

Property Value

string

Implements IWordInfo.Word