[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BidirectionalOverrideCollection

BidirectionalOverrideCollection Class

Represents a collection of BidirectionalOverride objects.

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

Methods

Name Description
Add()

Adds a BidirectionalOverride to this collection at the End location.

Add(BiDirection)

Adds a BidirectionalOverride to this collection at the End location.

Insert(BiDirection, InsertLocation)

Inserts a BidirectionalOverride into this collection at a specified location.

Insert(InsertLocation)

Inserts a BidirectionalOverride into this collection at a specified location.