[]
Represents a collection of Run objects.
public class RunCollection : ContentObjectCollection<Run>, IContentList<Run>, IReadOnlyList<Run>, IReadOnlyCollection<Run>, IEnumerable<Run>, IEnumerable
| Name | Description |
|---|---|
| Add() | |
| Add(Style) | |
| Add(string) | |
| Add(string, Style) | |
| Insert(InsertLocation) | Inserts a Run into this collection at a specified location. |
| Insert(Style, InsertLocation) | Inserts a Run into this collection at a specified location. |
| Insert(string, InsertLocation) | Inserts a Run into this collection at a specified location. |
| Insert(string, Style, InsertLocation) | Inserts a Run into this collection at a specified location. |