API Reference
WordTableCellBorder
Provides a rich API for configuring the borders of a WordTableCell. Every edge of the cell—including the diagonals—has properties for style, color, spacing and size so that callers can individually tailor each side of a cell.
Inheritance
- Object
- WordTableCellBorder
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<BorderValues> LeftStyle { get; set; } #Get or set left table cell border style
public String LeftColorHex { get; set; } #Get or set left table cell border color using hex color codes
public Color LeftColor { get; set; } #Get or set left table cell border color using named colors
public UInt32Value LeftSpace { get; set; } #Get or set left table cell border space
public UInt32Value LeftSize { get; set; } #Get or set left table cell border size
public Nullable<BorderValues> RightStyle { get; set; } #Get or set right table cell border style
public String RightColorHex { get; set; } #Get or set right table cell border color using hex color codes
public Color RightColor { get; set; } #Get or set right table cell border color using named colors
public UInt32Value RightSpace { get; set; } #Get or set right table cell border space
public UInt32Value RightSize { get; set; } #Get or set right table cell border size
public Nullable<BorderValues> TopStyle { get; set; } #Get or set top table cell border style
public String TopColorHex { get; set; } #Get or set top table cell border color using hex color codes
public Color TopColor { get; set; } #Get or set top table cell border color using named colors
public UInt32Value TopSpace { get; set; } #Get or set top table cell border space
public UInt32Value TopSize { get; set; } #Get or set top table cell border size
public Nullable<BorderValues> BottomStyle { get; set; } #Get or set bottom table cell border style
public String BottomColorHex { get; set; } #Get or set bottom table cell border color using hex color codes
public Color BottomColor { get; set; } #Get or set bottom table cell border color using named colors
public UInt32Value BottomSpace { get; set; } #Get or set bottom table cell border space
public UInt32Value BottomSize { get; set; } #Get or set bottom table cell border size
public Nullable<BorderValues> InsideHorizontalStyle { get; set; } #Get or set inside horizontal table cell border style
public String InsideHorizontalColorHex { get; set; } #Get or set inside horizontal table cell border color using hex color codes
public Color InsideHorizontalColor { get; set; } #Get or set inside horizontal table cell border color using named colors
public UInt32Value InsideHorizontalSpace { get; set; } #Get or set inside horizontal table cell border space
public UInt32Value InsideHorizontalSize { get; set; } #Get or set inside horizontal table cell border size
public Nullable<BorderValues> InsideVerticalStyle { get; set; } #Get or set inside vertical table cell border style
public String InsideVerticalColorHex { get; set; } #Get or set inside vertical table cell border color using hex color codes
public Color InsideVerticalColor { get; set; } #Get or set inside vertical table cell border color using named colors
public UInt32Value InsideVerticalSpace { get; set; } #Get or set inside vertical table cell border space
public UInt32Value InsideVerticalSize { get; set; } #Get or set inside vertical table cell border size
public Nullable<BorderValues> StartStyle { get; set; } #Get or set start table cell border style
public String StartColorHex { get; set; } #Get or set start table cell border color using hex color codes
public Color StartColor { get; set; } #Get or set start table cell border color using named colors
public UInt32Value StartSpace { get; set; } #Get or set start table cell border space
public UInt32Value StartSize { get; set; } #Get or set start table cell border size
public Nullable<BorderValues> EndStyle { get; set; } #Get or set end table cell border style
public String EndColorHex { get; set; } #Get or set end table cell border color using hex color codes
public Color EndColor { get; set; } #Get or set end table cell border color using named colors
public UInt32Value EndSpace { get; set; } #Get or set end table cell border space
public UInt32Value EndSize { get; set; } #Get or set end table cell border size
public Nullable<BorderValues> TopLeftToBottomRightStyle { get; set; } #Get or set top left to bottom right table cell border style
public String TopLeftToBottomRightColorHex { get; set; } #Get or set top left to bottom right table cell border color using hex color codes
public Color TopLeftToBottomRightColor { get; set; } #Get or set top left to bottom right table cell border color using named colors
public UInt32Value TopLeftToBottomRightSpace { get; set; } #Get or set top left to bottom right table cell border space
public UInt32Value TopLeftToBottomRightSize { get; set; } #Get or set top left to bottom right table cell border size
public Nullable<BorderValues> TopRightToBottomLeftStyle { get; set; } #Get or set top right to bottom left table cell border style
public String TopRightToBottomLeftColorHex { get; set; } #Get or set top right to bottom left table cell border color using hex color codes
public Color TopRightToBottomLeftColor { get; set; } #Get or set top right to bottom left table cell border color using named colors
public UInt32Value TopRightToBottomLeftSpace { get; set; } #Get or set top right to bottom left table cell border space
public UInt32Value TopRightToBottomLeftSize { get; set; } #Get or set top right to bottom left table cell border size