[]
Represents a collection of Run objects.
public class RunCollection : ContentObjectCollection<Run>, IContentList<Run>, IReadOnlyList<Run>, IReadOnlyCollection<Run>, IEnumerable<Run>, IEnumerable
Public Class RunCollection
Inherits ContentObjectCollection(Of Run)
Implements IContentList(Of Run), IReadOnlyList(Of Run), IReadOnlyCollection(Of Run), IEnumerable(Of 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. |