  | DocxRunText Property | 
            Gets or sets the text.
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic string Text { get; set; }Public Property Text As String
	Get
	Set
public:
property String^ Text {
	String^ get ();
	void set (String^ value);
}member Text : string with get, set
Property Value
StringThe text.
See Also