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