Gets list of all paragraphs in a text box.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<Paragraph> Paragraphs { get; }
Visual Basic
Public ReadOnly Property Paragraphs As List(Of Paragraph)
	Get
Visual C++
public:
property List<Paragraph^>^ Paragraphs {
	List<Paragraph^>^ get ();
}

See Also