Class TextBoxWordInfo
Represents information about a text box in a Word document, including its properties and contents.
Inheritance
System.Object
TextBoxWordInfo
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.Proofing.dll
Syntax
public class TextBoxWordInfo : Object, IWordInfo
Constructors
TextBoxWordInfo(String, Int32)
Declaration
public TextBoxWordInfo(string word, int startPosition)
Parameters
System.String
word
|
System.Int32
startPosition
|
Properties
StartPosition
Gets the start position of the text box within the document.
Declaration
public int StartPosition { get; set; }
Property Value
System.Int32
|
Word
Gets or sets the word information for the text box in a document.
Declaration
public string Word { get; }
Property Value
System.String
|