[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RunCollection

RunCollection Class

Represents a collection of Run objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
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

Methods

Name Description
Add()

Adds a Run to this collection at the End location.

Add(Style)

Adds a Run to this collection at the End location.

Add(string)

Adds a Run to this collection at the End location.

Add(string, Style)

Adds a Run to this collection at the End location.

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.