Class ParagraphBorders
Represents the borders of a paragraph.
Inheritance
System.Object
ParagraphBorders
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class ParagraphBorders : Object
Constructors
ParagraphBorders()
Declaration
public ParagraphBorders()
Properties
BarBorder
Gets or sets the border style for a vertical bar on the left side of the paragraph.
Declaration
public BorderStyle BarBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
BetweenBorder
Gets or sets the border style for the space between columns in a paragraph with multiple columns.
Declaration
public BorderStyle BetweenBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
BottomBorder
Gets or sets the bottom border style.
Declaration
public BorderStyle BottomBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
LeftBorder
Gets or sets the left border style.
Declaration
public BorderStyle LeftBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
RightBorder
Gets or sets the right border style.
Declaration
public BorderStyle RightBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |
TopBorder
Gets or sets the top border style.
Declaration
public BorderStyle TopBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| BorderStyle |