TextBodySelection
TextBody Property
|
Gets the text body.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
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