| 
TextBodyPart
BodyItems Property
  | 
 Gets the body items.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public BodyRegionCollection BodyItems { get; }
 
Public ReadOnly Property BodyItems As BodyRegionCollection
	Get
 
public:
property BodyRegionCollection^ BodyItems {
	BodyRegionCollection^ get ();
}
 
member BodyItems : BodyRegionCollection with get
 
 
 
Property Value
 
 Type:
 
BodyRegionCollection
 
 The body items.
 
 See Also
See Also