[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ParagraphCollection

ParagraphCollection Class

Represents a collection of Paragraph objects.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class ParagraphCollection : ContentObjectCollection<Paragraph>, IContentList<Paragraph>, IReadOnlyList<Paragraph>, IReadOnlyCollection<Paragraph>, IEnumerable<Paragraph>, IEnumerable
Public Class ParagraphCollection
    Inherits ContentObjectCollection(Of Paragraph)
    Implements IContentList(Of Paragraph), IReadOnlyList(Of Paragraph), IReadOnlyCollection(Of Paragraph), IEnumerable(Of Paragraph), IEnumerable

Methods

Name Description
Add()

Adds a Paragraph to this collection at the End location.

Add(Style)

Adds a Paragraph to this collection at the End location.

Add(string)

Adds a Paragraph to this collection at the End location.

Add(string, Style)

Adds a Paragraph to this collection at the End location.

Insert(InsertLocation)

Inserts a Paragraph into this collection at a specified location.

Insert(Style, InsertLocation)

Inserts a Paragraph into this collection at a specified location.

Insert(string, InsertLocation)

Inserts a Paragraph into this collection at a specified location.

Insert(string, Style, InsertLocation)

Inserts a Paragraph into this collection at a specified location.