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
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WordTableCell.Borders
Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public Nullable<WordBorderStyle> 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 OfficeColor LeftColor { get; set; } #Get or set left table cell border color using named colors
public Nullable<UInt32> LeftSpace { get; set; } #Get or set left table cell border space
public Nullable<UInt32> LeftSize { get; set; } #Get or set left table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor RightColor { get; set; } #Get or set right table cell border color using named colors
public Nullable<UInt32> RightSpace { get; set; } #Get or set right table cell border space
public Nullable<UInt32> RightSize { get; set; } #Get or set right table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor TopColor { get; set; } #Get or set top table cell border color using named colors
public Nullable<UInt32> TopSpace { get; set; } #Get or set top table cell border space
public Nullable<UInt32> TopSize { get; set; } #Get or set top table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor BottomColor { get; set; } #Get or set bottom table cell border color using named colors
public Nullable<UInt32> BottomSpace { get; set; } #Get or set bottom table cell border space
public Nullable<UInt32> BottomSize { get; set; } #Get or set bottom table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor InsideHorizontalColor { get; set; } #Get or set inside horizontal table cell border color using named colors
public Nullable<UInt32> InsideHorizontalSpace { get; set; } #Get or set inside horizontal table cell border space
public Nullable<UInt32> InsideHorizontalSize { get; set; } #Get or set inside horizontal table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor InsideVerticalColor { get; set; } #Get or set inside vertical table cell border color using named colors
public Nullable<UInt32> InsideVerticalSpace { get; set; } #Get or set inside vertical table cell border space
public Nullable<UInt32> InsideVerticalSize { get; set; } #Get or set inside vertical table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor StartColor { get; set; } #Get or set start table cell border color using named colors
public Nullable<UInt32> StartSpace { get; set; } #Get or set start table cell border space
public Nullable<UInt32> StartSize { get; set; } #Get or set start table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor EndColor { get; set; } #Get or set end table cell border color using named colors
public Nullable<UInt32> EndSpace { get; set; } #Get or set end table cell border space
public Nullable<UInt32> EndSize { get; set; } #Get or set end table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor TopLeftToBottomRightColor { get; set; } #Get or set top left to bottom right table cell border color using named colors
public Nullable<UInt32> TopLeftToBottomRightSpace { get; set; } #Get or set top left to bottom right table cell border space
public Nullable<UInt32> TopLeftToBottomRightSize { get; set; } #Get or set top left to bottom right table cell border size
public Nullable<WordBorderStyle> 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 OfficeColor TopRightToBottomLeftColor { get; set; } #Get or set top right to bottom left table cell border color using named colors
public Nullable<UInt32> TopRightToBottomLeftSpace { get; set; } #Get or set top right to bottom left table cell border space
public Nullable<UInt32> TopRightToBottomLeftSize { get; set; } #Get or set top right to bottom left table cell border size