Back to Devexpress

TablePropertiesMask Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-2e498a1e.md

latest3.7 KB
Original Source

TablePropertiesMask Enum

Lists the value masks available for table cell properties.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Flags]
public enum TablePropertiesMask
vb
<Flags>
Public Enum TablePropertiesMask

Members

NameDescription
LeftPadding

TablePropertiesBase.LeftPadding

| | RightPadding |

TablePropertiesBase.RightPadding

| | TopPadding |

TablePropertiesBase.TopPadding

| | BottomPadding |

Table.BottomPadding

| | CellSpacing |

TablePropertiesBase.TableCellSpacing

| | TableIndent |

Table.Indent

| | TableLayout |

TablePropertiesBase.TableLayout

| | TableLook |

Table.TableLook

| | PreferredWidth |

Table.PreferredWidth

| | TableStyleColBandSize |

0x200

| | TableStyleRowBandSize |

0x400

| | LeftBorder |

TableBorders.Left

| | RightBorder |

TableBorders.Right

| | TopBorder |

Borders.Top

| | BottomBorder |

TableBorders.Bottom

| | InsideHorizontalBorder |

TableBorders.InsideHorizontalBorder

| | InsideVerticalBorder |

TableBorders.InsideVerticalBorder

| | BackgroundColor |

TablePropertiesBase.TableBackgroundColor

| | TableAlignment |

TablePropertiesBase.TableAlignment

| | Borders |

Table.Borders

| | RightToLeftTableLayout |

TablePropertiesBase.RightToLeftTableLayout

| | All |

Specifies all table properties.

|

Remarks

A TablePropertiesMask enumeration value is returned by the TablePropertiesBase.Reset property.

See Also

Reset

DevExpress.XtraRichEdit.API.Native Namespace