RichTextContentControl::Text Property

 

Gets or sets the text in the RichTextContentControl.

Namespace:   Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The text in the RichTextContentControl.

To access the formatting of the text in the control and other text properties, use the Range property.

Return to top
Show: