officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-2e498a1e.md
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
[Flags]
public enum TablePropertiesMask
<Flags>
Public Enum TablePropertiesMask
| Name | Description |
|---|---|
LeftPadding |
TablePropertiesBase.LeftPadding
|
| RightPadding |
TablePropertiesBase.RightPadding
|
| TopPadding |
TablePropertiesBase.TopPadding
|
| BottomPadding |
|
| CellSpacing |
TablePropertiesBase.TableCellSpacing
|
| TableIndent |
|
| TableLayout |
TablePropertiesBase.TableLayout
|
| TableLook |
|
| PreferredWidth |
|
| TableStyleColBandSize |
0x200
|
| TableStyleRowBandSize |
0x400
|
| LeftBorder |
|
| RightBorder |
|
| TopBorder |
|
| BottomBorder |
|
| InsideHorizontalBorder |
TableBorders.InsideHorizontalBorder
|
| InsideVerticalBorder |
TableBorders.InsideVerticalBorder
|
| BackgroundColor |
TablePropertiesBase.TableBackgroundColor
|
| TableAlignment |
TablePropertiesBase.TableAlignment
|
| Borders |
|
| RightToLeftTableLayout |
TablePropertiesBase.RightToLeftTableLayout
|
| All |
Specifies all table properties.
|
A TablePropertiesMask enumeration value is returned by the TablePropertiesBase.Reset property.
See Also