Class Borders
Inheritance
System.Object
Borders
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Borders : Object
Constructors
Borders()
Declaration
public Borders()
Properties
BottomBorder
Declaration
public BorderStyle BottomBorder { get; set; }
Property Value
Type | Description |
---|---|
BorderStyle |
LeftBorder
Declaration
public BorderStyle LeftBorder { get; set; }
Property Value
Type | Description |
---|---|
BorderStyle |
RightBorder
Declaration
public BorderStyle RightBorder { get; set; }
Property Value
Type | Description |
---|---|
BorderStyle |
TopBorder
Declaration
public BorderStyle TopBorder { get; set; }
Property Value
Type | Description |
---|---|
BorderStyle |