| 
SDTInlineContent
Text Property
  | 
 Returns or sets STD text.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public string Text { get; }
 
Public ReadOnly Property Text As String
	Get
 
public:
property String^ Text {
	String^ get ();
}
 
member Text : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also