TablePropertiesMask Enum
Lists the value masks available for table cell properties.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
LeftPadding
|
|
RightPadding
|
|
TopPadding
|
|
BottomPadding
|
|
CellSpacing
|
|
TableIndent
|
|
TableLayout
|
|
TableLook
|
|
PreferredWidth
|
|
TableStyleColBandSize
|
0x200 |
TableStyleRowBandSize
|
0x400 |
LeftBorder
|
|
RightBorder
|
|
TopBorder
|
|
BottomBorder
|
|
InsideHorizontalBorder
|
|
InsideVerticalBorder
|
|
BackgroundColor
|
|
TableAlignment
|
|
Borders
|
|
RightToLeftTableLayout
|
|
All
|
Specifies all table properties. |
Remarks
A TablePropertiesMask enumeration value is returned by the TablePropertiesBase.Reset property.
See Also