Skip to main content

IdxRichEditTable Members

Exposes a table in a document.

Properties

Name Description
Borders Provides access to the table’s borders.
BottomPadding Specifies the table’s bottom padding.
FirstRow Provides access to the first row in the table.
Indent Specifies the table’s indent in the document.
LastRow Provides access to the last row in the table.
LeftPadding Specifies the table’s left padding.
NestingLevel Specifies the nesting level of the table.
ParentCell Provides access to the cell that contains the table.
PreferredWidth Specifies the preferred width of the table’s columns.
PreferredWidthType Specifies how the Rich Edit control calculates column widths.
Range Provides access to the document range that contains the table.
RightPadding Specifies the table’s right padding.
Rows Provides access to the table’s row collection.
Self Provides access to a cell by its row and column indexes.
Style Provides access to the table’s style settings.
TableAlignment Specifies the table’s alignment.
TableBackgroundColor Specifies the table’s background color.
TableCellSpacing Specifies the table’s cell spacing.
TableLayout Specifies the table’s layout type.
TableLook
TopPadding Specifies the table’s top padding.

Methods

Name Description
BeginUpdate Postpones document redraw operations until an EndUpdate call.
Cell(Integer,Integer) Provides access to a cell by row and column indexes.
EndUpdate Applies all pending changes made after a BeginUpdate call and allows the Rich Edit control to redraw the document.
ForEachCell(TdxRichEditTableCellProcessorDelegate) Executes a specified anonymous procedure for each cell in the table.
ForEachRow(TdxRichEditTableRowProcessorDelegate) Executes a specified anonymous procedure for each row in the table.
GetBorders Returns the table’s borders.
GetBottomPadding Returns the table’s bottom padding.
GetFirstRow Returns the first row in the table.
GetIndent Returns the table’s indent.
GetItem(Integer,Integer) Returns a cell by its row and column indexes.
GetLastRow Returns the last row in the table.
GetLeftPadding Returns the table’s left padding.
GetNestingLevel Returns the nesting level of the table.
GetParentCell Returns the cell that contains the table.
GetPreferredWidth Returns the preferred width of the table’s columns.
GetPreferredWidthType Returns the table’s column width calculation mode.
GetRange Returns the document range that contains the table.
GetRightPadding Return the table’s right padding.
GetRows Returns the table’s row collection.
GetStyle Returns the table’s style.
GetTableAlignment Returns the table’s alignment.
GetTableBackgroundColor Returns the table’s background color.
GetTableCellSpacing Specifies the table’s cell spacing.
GetTableLayout Specifies the table’s layout type.
GetTableLook
GetTopPadding Returns the table’s top padding.
MergeCells(IdxRichEditTableCell,IdxRichEditTableCell) Merges the specified cell range.
Reset Resets all style settings of the table.
Reset(TdxRichEditTablePropertiesMask) Resets the specified style settings of the table.
SetBottomPadding(Single) Sets the table’s bottom padding.
SetIndent(Single) Sets the table’s indent.
SetLeftPadding(Single) Sets the table’s left padding.
SetPreferredWidth(Single,TdxRichEditWidthType) Sets the table’s column width and its calculation mode.
SetPreferredWidth(Single) Sets the table’s column width.
SetPreferredWidthType(TdxRichEditWidthType) Sets the calculation mode of the table’s column width.
SetRightPadding(Single) Sets the table’s right padding.
SetStyle(IdxRichEditTableStyle) Sets the table’s style.
SetTableAlignment(TdxRichEditTableRowAlignment) Sets the table’s alignment.
SetTableBackgroundColor(TdxAlphaColor) Sets the table’s background color.
SetTableCellSpacing(Single) Sets the table’s cell spacing.
SetTableLayout(TdxRichEditTableLayoutType) Sets the table’s layout type.
SetTableLook(TdxRichEditTableLookTypes)
SetTopPadding(Single) Sets the table’s top padding.
Validate
See Also