IdxRichEditTextBox.GetDocument Method
Returns the subdocument that hosts all the text box content.
Declaration
function GetDocument: IdxRichEditSubDocument;
Returns
Type |
---|
IdxRichEditSubDocument |
Remarks
Call this function to edit the text box content. Text boxes support all the functionality provided by the Rich Edit control’s IdxRichEditSubDocument interface, except for floating shapes.
The GetDocument function is the Document property’s getter.
See Also