[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BidirectionalOverrideCollection

Class BidirectionalOverrideCollection

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a collection of BidirectionalOverride objects.

public class BidirectionalOverrideCollection : ContentObjectCollection<BidirectionalOverride>, IContentList<BidirectionalOverride>, IReadOnlyList<BidirectionalOverride>, IReadOnlyCollection<BidirectionalOverride>, IEnumerable<BidirectionalOverride>, IEnumerable
Inheritance
object
BidirectionalOverrideCollection
Implements
System.Collections.Generic.IReadOnlyList<T><BidirectionalOverride>
System.Collections.Generic.IReadOnlyCollection<T><BidirectionalOverride>
System.Collections.Generic.IEnumerable<T><BidirectionalOverride>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a BidirectionalOverride to this collection at the End location.

public BidirectionalOverride Add()

Returns

BidirectionalOverride

The added BidirectionalOverride.

Add(BiDirection)

Adds a BidirectionalOverride to this collection at the End location.

public BidirectionalOverride Add(BiDirection direction)

Parameters

direction BiDirection

BidirectionalOverride direction value.

Returns

BidirectionalOverride

The added BidirectionalOverride.

Insert(BiDirection, InsertLocation)

Inserts a BidirectionalOverride into this collection at a specified location.

public BidirectionalOverride Insert(BiDirection direction, InsertLocation location)

Parameters

direction BiDirection

BidirectionalOverride direction value.

location InsertLocation

The target InsertLocation for the insertion.

Returns

BidirectionalOverride

The inserted BidirectionalOverride.

Insert(InsertLocation)

Inserts a BidirectionalOverride into this collection at a specified location.

public BidirectionalOverride Insert(InsertLocation location)

Parameters

location InsertLocation

The target InsertLocation for the insertion.

Returns

BidirectionalOverride

The inserted BidirectionalOverride.