'Declaration Public Enum TableCellBorderResolutionFlags Inherits System.Enum
public enum TableCellBorderResolutionFlags : System.Enum
Member | Description |
---|---|
IgnoreTableAreaCellSettingsForAllEdges | For the Start, Top, End, and Bottom borders of the cell, the applicable table area cell settings should be ignored when resolving the borders. Instead, the owning table's resolved InsideVertical and InsideHorizontal borders should be used. |
IgnoreTableAreaCellSettingsForBottom | For the Bottom border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideHorizontal border should be used. |
IgnoreTableAreaCellSettingsForEnd | For the End border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideVertical border should be used. |
IgnoreTableAreaCellSettingsForStart | For the Start border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideVertical border should be used. |
IgnoreTableAreaCellSettingsForTop | For the Top border of the cell, the applicable table area cell settings should be ignored when resolving the border. Instead, the owning table's resolved InsideHorizontal border should be used. |
None | Use the default resolution for all table cell borders. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2