| 
IDocProperty
Text Property
  | 
 Gets / sets string value.
 Namespace:
 Spire.Doc.CompoundFile
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
string Text { get; set; }
 
Property Text As String
	Get
	Set
 
property String^ Text {
	String^ get ();
	void set (String^ value);
}
 
abstract Text : string with get, set
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also