| 
Footnote
TextBody Property
  | 
 Gets the text body of the footnote.
 Namespace:
 Spire.Doc.Fields
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Body TextBody { get; }
 
Public ReadOnly Property TextBody As Body
	Get
 
public:
property Body^ TextBody {
	Body^ get ();
}
 
member TextBody : Body with get
 
 
 
Property Value
 
 Type:
 
Body
 
 The text body.
 
 See Also
See Also