Class TableBorders
The border set of a table (ECMA-376 Part 1 §17.4.38 w:tblBorders).
public sealed class TableBorders
- Inheritance
-
TableBorders
- Inherited Members
Constructors
Properties
- Bottom
Gets or sets the bottom border, or null.
- InsideHorizontal
Gets or sets the border between rows (w:insideH), or null.
- InsideVertical
Gets or sets the border between columns (w:insideV), or null.
- Left
Gets or sets the left/leading border, or null.
- Right
Gets or sets the right/trailing border, or null.
- Top
Gets or sets the top border, or null.
Methods
- Clone()
Creates a deep copy.
- OverlayOnto(TableBorders)
Copies every specified edge onto
target.