Click or drag to resize
WdBorderType Enumeration
The type of the border.

Namespace: Aceoffix.WordWriter
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public enum WdBorderType
Members
  Member nameValueDescription
wdNone0 None.
wdFullGrid1 Full grid.
wdAllEdges2 All borders.
wdLeftEdge3 A left border.
wdTopEdge4 A top border.
wdRightEdge5 A right border.
wdBottomEdge6 A bottom border.
wdDiagonalDown7 A diagonal border starting in the top left corner.
wdDiagonalUp8 A diagonal border starting in the bottom left corner.
See Also