Gets the owner text body.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Body OwnerTextBody { get; }
Public ReadOnly Property OwnerTextBody As Body
	Get
public:
property Body^ OwnerTextBody {
	Body^ get ();
}
member OwnerTextBody : Body with get

Property Value

Body
The owner text body.

See Also