[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.AliasCollection

AliasCollection Class

Represents a collection of alternative style names.

Inheritance
AliasCollection
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class AliasCollection : IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable
Public Class AliasCollection
    Implements IReadOnlyCollection(Of String), IEnumerable(Of String), IEnumerable

Properties

Name Description
Count

Gets the number of aliases in the collection.

Methods

Name Description
Add(string)

Adds a new alias to the collection.

Clear()

Removes all aliases from the collection.

GetEnumerator()

Gets the enumerator that interates through the collection.

Remove(string)

Removes an alias from the collection.