| 
FixedLayoutSpan
Text Property
  | 
 Exports the contents of the entity into a string in plain text format.
 Namespace:
 Spire.Doc.Pages
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public override string Text { get; }
 
Public Overrides ReadOnly Property Text As String
	Get
 
public:
virtual property String^ Text {
	String^ get () override;
}
 
abstract Text : string with get
override Text : string with get
 
 
 
Property Value
 
 Type:
 
String
 
 
 See Also
See Also