| WdBorderType Enumeration |
Namespace: Aceoffix.WordWriter
| Member name | Value | Description | |
|---|---|---|---|
| wdNone | 0 | None. | |
| wdFullGrid | 1 | Full grid. | |
| wdAllEdges | 2 | All borders. | |
| wdLeftEdge | 3 | A left border. | |
| wdTopEdge | 4 | A top border. | |
| wdRightEdge | 5 | A right border. | |
| wdBottomEdge | 6 | A bottom border. | |
| wdDiagonalDown | 7 | A diagonal border starting in the top left corner. | |
| wdDiagonalUp | 8 | A diagonal border starting in the bottom left corner. |