[]
        
(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
BorderCollection
Implements
Derived
Inherited Members

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

IEnumerator<Border>

Returns an enumerator that iterates through the borders.