Gets list of all text runs in a paragraph.

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

Syntax

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

See Also