[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.HyperlinkCollection

HyperlinkCollection Class

Represents a collection of Hyperlink objects.

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

Methods

Name Description
Add()

Adds a Hyperlink to this collection at the End location.

Add(string, string, string, string)

Adds a Hyperlink to this collection at the End location.

Add(Uri, string, string, string, string)

Adds a Hyperlink to this collection at the End location.

Insert(InsertLocation)

Inserts a Hyperlink into this collection at a specified location.

Insert(string, string, InsertLocation, string, string)

Inserts a Hyperlink into this collection at a specified location.

Insert(Uri, string, string, InsertLocation, string, string)

Inserts a Hyperlink into this collection at a specified location.