[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapeEffectsList

Class ShapeEffectsList

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

Represents a set of three or more shape effects styles for use within a theme.

public class ShapeEffectsList : FormattingBagList<ShapeEffects>, IReadOnlyList<ShapeEffects>, IReadOnlyCollection<ShapeEffects>, IEnumerable<ShapeEffects>, IEnumerable
Inheritance
object
ShapeEffectsList
Implements
System.Collections.Generic.IReadOnlyList<T><ShapeEffects>
System.Collections.Generic.IReadOnlyCollection<T><ShapeEffects>
System.Collections.Generic.IEnumerable<T><ShapeEffects>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Methods

Add()

Adds a new shape effects to the list.

public ShapeEffects Add()

Returns

ShapeEffects

The added ShapeEffects.

Remove(int)

Removes a shape effects from the list.

public override void Remove(int index)

Parameters

index int

The index of the shape effects to remove.