TableNode instances are diagram nodes that can be used to display tabular or list data.
The following tables list the members exposed by the TableNode type.
Name | Description | |
---|---|---|
Initializes a new instance of the TableNode class with default values supplied from the specified Diagram. |
Name | Description | |
---|---|---|
Set this flag to show full scrollbars for scrollable tables instead of up/down buttons in captions. |
Name | Description | |
---|---|---|
Adds a new column to the table. |
||
Adds a new row to the table. |
||
Returns the cell that contains the specified point. |
||
Checks if the TableNode contains the specified point. |
||
Creates a connection point between this node and the specified link at the specified point. |
||
Deletes the specified column. |
||
Deletes the specified row. |
||
Gets a value indicating whether users are allowed to resize table columns. |
||
Gets a value indicating whether users are allowed to resize table rows. |
||
Gets the object that specifies how to fill the caption bar. |
||
Gets the font used to render the table's caption text. |
||
Gets the height of the table's caption area. |
||
Returns a reference to the cell located at the specified column and row of this table. |
||
Gets the style of the cell frame lines. |
||
Returns a reference to the column at the specified position within the table's list of columns. |
||
Gets the number of columns in the table. |
||
Gets a value indicating whether drawing a link from/to this table should connecta row of the table, or the whole table as an integral entity. |
||
Gets the table's current scroll position. |
||
Gets a value indicating whether styled text rendering is enabled. |
||
Gets an array of points that define the outline of this node shape. |
||
Returns a reference to the row at the specified position within the table's list of rows. |
||
Gets the number of rows in the table. |
||
Returns the bounding rectangle of the specified row. |
||
Gets a value indicating whether the user is allowed to scroll the table rows. |
||
Gets the shape of the table's outline. |
||
Returns a Builder object used to configure this TableNode instance. |
||
Inserts a new column at the specified position. |
||
Inserts a new row at the specified position. |
||
DiagramNode.loadFromXml override. Loads the node's content from an XML element. |
||
Changes the number of columns and rows in this table. |
||
Resizes the columns and rows so that cells are large enough to fit their text. |
||
Returns the index of the table's row that contains the specified point. |
||
Saves the node's content into an XML element. |
||
Scrolls the table's rows down. |
||
Scrolls the table's rows up. |
||
Sets a value indicating whether users are allowed to resize table columns. |
||
Sets a value indicating whether users are allowed to resize table rows. |
||
Sets an object that specifies how to fill the caption bar. |
||
Sets the font used to render the table's caption text. |
||
Sets the height of the table's caption area. |
||
Sets the style of the cell frame lines. |
||
Sets the number of columns in the table. |
||
Sets a value indicating whether drawing a link from/to this table should connecta row of the table, or the whole table as an integral entity. |
||
Sets the table's current scroll position. |
||
Sets a value indicating whether styled text rendering is enabled. |
||
Sets the number of rows in the table. |
||
Sets a value indicating whether the user is allowed to scroll the table rows. |
||
Sets the shape of the table's outline. |
||
Returns a Builder object used to configure and create new TableNode instances. |