Table of Contents

Class CellBorders

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The border set of a table cell (ECMA-376 Part 1 §17.4.66 w:tcBorders), including the diagonal borders.

public sealed class CellBorders
Inheritance
CellBorders
Inherited Members

Constructors

CellBorders()

Properties

Bottom

Gets or sets the bottom border, or null.

InsideHorizontal

Gets or sets the border between rows when applied from a table style (w:insideH), or null.

InsideVertical

Gets or sets the border between columns when applied from a table style (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.

TopLeftToBottomRight

Gets or sets the top-left to bottom-right diagonal (w:tl2br), or null.

TopRightToBottomLeft

Gets or sets the top-right to bottom-left diagonal (w:tr2bl), or null.

Methods

Clone()

Creates a deep copy.

OverlayOnto(CellBorders)

Copies every specified edge onto target.