[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.BorderCollection

Class BorderCollection

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

Represents a collection of Borders for the four sides of an object.

public class BorderCollection : FormattingBag, IEnumerable<Border>, IEnumerable
Inheritance
object
BorderCollection
Implements
System.Collections.Generic.IEnumerable<T><Border>
System.Collections.IEnumerable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

BaseKey

Gets the base (this class) key for formatting properties.

protected override string BaseKey { get; }

Property Value

string

Bottom

Gets the bootom border.

public Border Bottom { get; }

Property Value

Border

Left

Gets the left border.

public Border Left { get; }

Property Value

Border

Right

Gets the right border.

public Border Right { get; }

Property Value

Border

Top

Gets the top border.

public Border Top { get; }

Property Value

Border

Methods

ClearFormatting()

Resets all borders of an object to default.

public override void ClearFormatting()

GetEnumerator()

Gets an enumerator that iterates through the borders.

public IEnumerator<Border> GetEnumerator()

Returns

System.Collections.Generic.IEnumerator<T><Border>

Returns an enumerator that iterates through the borders.