Table of Contents

Class Border

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Represents border/frame of an element within word document.

public class Border
Inheritance
Border
Inherited Members

Constructors

Border()

Constructor for border.

public Border()

Properties

Color

Gets or sets the border color.

public string Color { get; set; }

Property Value

string

Size

Gets or sets the border color.

public int Size { get; set; }

Property Value

int

Width

Gets or sets the border width.

public BorderWidth Width { get; set; }

Property Value

BorderWidth