Class TableBorders
Represents the borders of a table element.
Inheritance
System.Object
TableBorders
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class TableBorders : Object
Constructors
TableBorders()
Initializes a new instance of the TableBorders class.
Declaration
public TableBorders()
Properties
BottomBorder
Gets or sets the style of the bottom border.
Declaration
public BorderStyle BottomBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
LeftBorder
Gets or sets the style of the left border.
Declaration
public BorderStyle LeftBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
RightBorder
Gets or sets the style of the right border.
Declaration
public BorderStyle RightBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
TopBorder
Gets or sets the style of the top border.
Declaration
public BorderStyle TopBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |