| 
IBody
Paragraphs Property
  | 
 Gets inner paragraphs.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
ParagraphCollection Paragraphs { get; }
 
ReadOnly Property Paragraphs As ParagraphCollection
	Get
 
property ParagraphCollection^ Paragraphs {
	ParagraphCollection^ get ();
}
 
abstract Paragraphs : ParagraphCollection with get
 
 
 
Property Value
 
 Type:
 
ParagraphCollection
 
 
 See Also
See Also