Search
TableNode Methods
 


 Public Methods

  Name Description

AcceptLinks

DiagramNode.AcceptLinks override.

AddColumn

Adds new empty column at the right end of the table.

AddLabel

Overloaded. Adds a new label to this node. (Inherited from DiagramNode.)

AddRelation

Creates a relation with the specified table.

AddRow

Adds new empty row at the bottom of the table.

Animate

Animates the item. (Inherited from DiagramItem.)

AttachManipulator

Adds the specified manipulator to this node. (Inherited from DiagramNode.)

AttachTo

Overloaded. Attaches this node to another diagram item. (Inherited from DiagramNode.)

BreakRelation

Breaks the relation with the specified table.

CellFromPoint

Returns the row and column indices of the cell located at the specified point, taking into consideration the cells span.

Clone

Creates a copy of this item. (Inherited from DiagramItem.)

Collapse

Hides all nodes and links in the subtree starting from this node. (Inherited from DiagramNode.)

ContainsPoint

Overloaded.   (Inherited from DiagramNode.)

CreateConnectionPoint

DiagramNode.CreateConnectionPoint override.

DeleteColumn

Deletes the column with the specified index within the table.

DeleteRow

Deletes the row at the specified position within the table.

Detach

Detaches this node from its master item. (Inherited from DiagramNode.)

DetachManipulator

Removes the specified manipulator from this node. (Inherited from DiagramNode.)

DoModify

For internal use. (Inherited from DiagramItem.)

Draw

DiagramItem.Draw override. Draws the item on the specified IGraphics surface. (Inherited from DiagramNode.)

DrawAnchors

DiagramNode.DrawAnchors override.

DrawHandles

DiagramItem.DrawHandles override. Renders the adjustment handles of this item. (Inherited from DiagramNode.)

DrawInRect

Draws this node at specified location. (Inherited from DiagramNode.)

DrawLocal

Draws the node on the specified IGraphics surface.

DrawShadow

DiagramItem.DrawShadow override. Draws the shadow of this item on the specified IGraphics surface. (Inherited from DiagramNode.)

DrawShadowLocal

Draws the shadow of this node on the specified IGraphics surface.

Expand

Shows all nodes and links in the subtree starting from this node. (Inherited from DiagramNode.)

GetAllLinks

Gets all links connected to this node. (Inherited from DiagramNode.)

GetBounds

Gets the bounding rectangle of this item. (Inherited from DiagramItem.)

GetCenter

Gets the center of this node's bounding rectangle. (Inherited from DiagramNode.)

GetClosestAnchorPoint

Returns the index of the anchor point that lies at the shortest distance from the specified point. (Inherited from DiagramNode.)

GetEffectiveBrush

Creates a System.Drawing.Brush object representing the currently effective brush of the item. (Inherited from DiagramItem.)

GetEffectiveCaptionBackBrush

Creates a System.Drawing.Brush object representing the currently effective caption back brush of the table.

GetEffectiveCaptionBrush

Creates a System.Drawing.Brush object representing the currently effective caption brush of the table.

GetEffectiveCellTextBrush

Creates a System.Drawing.Brush object representing the currently effective text brush of the table cells.

GetEffectivePen

Creates a System.Drawing.Pen object representing the currently effective pen of the item. (Inherited from DiagramItem.)

GetEffectiveShadowBrush

Creates a System.Drawing.Brush object representing the currently effective shadow brush of the item. (Inherited from DiagramItem.)

GetEffectiveTextBrush

Creates a System.Drawing.Brush object representing the currently effective text brush of the item. (Inherited from DiagramItem.)

GetIntersection

DiagramNode.GetIntersection override.

GetNearestBorderPoint

Returns a point that lies on the outline of this node, at the shortest distance from the specified point. (Inherited from DiagramNode.)

GetOutlinePoly

DiagramItem.GetOutlinePoly override. (Inherited from DiagramNode.)

GetRepaintRect

DiagramItem.GetRepaintRect override. (Inherited from DiagramNode.)

GetRotatedBounds

Overloaded. Gets the bounding rectangle of this node or the bounding rectangle of another rectangle rotated at a specified angle around a specified point. (Inherited from DiagramNode.)

GetRotationAngle

Gets the rotation angle of this node. (Inherited from DiagramNode.)

GetSpannedCellRect

Overloaded. Calculates the bounding rectangle of the specified cell, taking in consideration the cell's row and column spans.

GetToolTip

DiagramNode.GetToolTip override.

HitTest

Returns the diagram item that contains the specified point. (Inherited from DiagramItem.)

HitTestHandle

DiagramItem.HitTestHandle override. Determines whether a selection handle of this item is located at the specified point. (Inherited from DiagramNode.)

HitTestManipulators

DiagramItem.HitTestManipulators override.

InsertColumn

Inserts new empty column at the specified position within the table.

InsertRow

Inserts new empty row at the specified position within the table.

Intersects

Determines whether the node intersects another one, taking into account the outlines of node shapes. (Inherited from DiagramNode.)

LabelFromPoint

Returns the label whose layout rectangle contains the specified point. (Inherited from DiagramNode.)

Move

Moves the node to the specified location. (Inherited from DiagramNode.)

NotInteractive

Gets whether the user is prevented from manipulating this item. (Inherited from DiagramItem.)

NowModifying

Gets a flag indicating whether this object is being currently modified interactively by the user. (Inherited from DiagramItem.)

OnDragOut

Invoked when a diagram item is being dragged out of this node. (Inherited from DiagramNode.)

OnDragOver

Invoked when a diagram item is being dragged over this node. (Inherited from DiagramNode.)

OnDropOver

Invoked when a diagram item is dropped over this node. (Inherited from DiagramNode.)

OnLoad

DiagramItem.OnLoad override.

Query

Returns the items that can be reached from this item by following the path specified in the given query expression. (Inherited from DiagramItem.)

ReassignAnchorPoints

Reassigns links to anchor points so that they are evenly distributed. (Inherited from DiagramNode.)

ReassignUnanchoredLinks

Reassigns unanchored links (Inherited from DiagramNode.)

RedimTable

Sets new number of rows and columns for this table.

RemoveLabel

Removes the specified label from this node. (Inherited from DiagramNode.)

Resize

Resizes the node. (Inherited from DiagramNode.)

ResizeToFitImage

Makes a table as big as the image it displays.

ResizeToFitText

Overloaded.  

RestoreItemProperties

For internal use. (Inherited from DiagramItem.)

SaveItemProperties

For internal use. (Inherited from DiagramItem.)

ScrollDown

Scrolls the table rows downwards.

ScrollUp

Scrolls the table rows upwards.

SetBounds

Sets the location and size of this node. (Inherited from DiagramNode.)

SetExpandedFlag

Sets the 'expanded' flag, repainting the node. (Inherited from DiagramNode.)

SetPos

Sets the bounding rectangle of this node without updating connected arrows. (Inherited from DiagramNode.)

SetRect

This method is used internally by the Ruler control to align nodes. (Inherited from DiagramNode.)

UpdateAnimation

Invoked by running animations to update an item according to current animation progress. (Inherited from DiagramNode.)

ZBottom

Moves the item to the bottom of the z-order. (Inherited from DiagramItem.)

ZLevelDown

Moves the item one level down in the z-order. (Inherited from DiagramItem.)

ZLevelUp

Moves the item one level up in the z-order. (Inherited from DiagramItem.)

ZTop

Moves the item to the top of the z-order. (Inherited from DiagramItem.)

 Protected Methods

  Name Description

AddManipulator

Adds the specified manipulator to this object. (Inherited from DiagramItem.)

AllowCreate

DiagramItem.AllowCreate override. (Inherited from DiagramNode.)

AllowModify

DiagramItem.AllowModify override. (Inherited from DiagramNode.)

CancelModify

DiagramItem.CancelModify override. Invoked when the interactive modification of this object has been canceled. (Inherited from DiagramNode.)

CompleteCreate

DiagramItem.CompleteCreate override. (Inherited from DiagramNode.)

CompleteModify

DiagramItem.CompleteModify override. (Inherited from DiagramNode.)

ConstraintsInfringed

Checks whether the KeepInsideParent constrained is being violated. (Inherited from DiagramNode.)

CreateProperties

DiagramItem.CreateProperties override.

CreateState

DiagramItem.CreateState override. (Inherited from DiagramNode.)

Dispose

Disposes any disposable resources managed by this table.

DrawManipulators

Overloaded. Draws the associated manipulators on a specified graphics. (Inherited from DiagramItem.)

Finalize

DiagramItem finalizer. (Inherited from DiagramItem.)

FreeResources

Called when the node is completely disassociated from a Diagram, that is, when it is no longer referenced from an item collection or the undo/redo history. (Inherited from DiagramNode.)

GetAllIncomingLinks

Node.GetAllIncomingLinks override.

GetAllOutgoingLinks

Node.GetAllOutgoingLinks override.

GetLocalBounds

Gets this node's bounding rectangle in local coordinates. (Inherited from DiagramNode.)

GetRgnInRect

Creates and returns a Region object for this node as though it is contained in the specified rectangle. (Inherited from DiagramNode.)

GetValue

Gets the effective value of the style property with the specified name. (Inherited from DiagramItem.)

GroupContains

Determines whether this node is a predecessor of the specified node in the group hierarchy. (Inherited from DiagramNode.)

LoadFrom

Deserializes the object from the specified reader.

LoadFromJson

Loads the node from a JSON object.

LoadFromXml

Loads the item content from an XML element.

LoadObsolete

For internal use. (Inherited from DiagramItem.)

OnAdd

DiagramItem.OnAdd override. (Inherited from DiagramNode.)

OnChildModified

Called when a group child node has been modified. (Inherited from DiagramItem.)

OnClick

Invoked when the user clicks this item. (Inherited from DiagramItem.)

OnDoubleClick

Invoked when the user double-clicks this item. (Inherited from DiagramItem.)

OnMeasureUnitChanged

Called when the Diagram's MeasureUnit changes.

OnModify

Invoked when the user moves or resizes this node. (Inherited from DiagramNode.)

OnRemove

DiagramItem.OnRemove override. (Inherited from DiagramNode.)

OnRotationAngleChanged

Invoked when the rotation angle of this node has been changed, either programmatically or interactively. (Inherited from DiagramNode.)

OnStyleChanged

DiagramItem.OnStyleChanged override.

OnTextChanged

DiagramItem.OnTextChanged override.

OnTextFormatChanged

DiagramItem.OnTextFormatChanged override.

OnUpdateBounds

DiagramNode.OnUpdateBounds override.

OnZoomChanged

Called when the DiagramView.ZoomFactor changes.

RemoveManipulator

Removes the specified manipulator from the object. (Inherited from DiagramItem.)

Repaint

Overloaded.   (Inherited from DiagramItem.)

RestoreProperties

DiagramNode.RestoreProperties override.

RestoreState

DiagramItem.RestoreState override. (Inherited from DiagramNode.)

SaveProperties

DiagramNode.SaveProperties override.

SaveState

DiagramItem.SaveState override. (Inherited from DiagramNode.)

SaveTo

Serializes the object to the specified writer.

SaveToJson

Saves the node as a JSON object.

SaveToXml

Saves the item content into an XML element.

ScaleElements

DiagramNode.ScaleElements override.

SetDiagramDirty

Marks the diagram as changed. (Inherited from DiagramItem.)

SetExpandable

Internally sets the expandable state of this object to the specified value, adding or removing an Expander manipulator object if necessary. (Inherited from DiagramNode.)

SetExpanded

DiagramItem.SetExpanded override. (Inherited from DiagramNode.)

SetIncomingLinks

Sets the incoming links collection of this node. (Inherited from DiagramNode.)

SetOutgoingLinks

Sets the outgoing links collection of this node. (Inherited from DiagramNode.)

SetReference

Updates the reference to the specified object.

SetReflexive

Invoked to let a node set the shape of a reflexive link connected to it.

ShouldRender

Determines whether the item should be rendered in the current context. (Inherited from DiagramItem.)

ShouldRenderAnchors

Determines whether the node should render its anchor points. (Inherited from DiagramNode.)

StartCreate

DiagramItem.StartCreate override. (Inherited from DiagramNode.)

StartModify

DiagramItem.StartModify override. Invoked when the user starts modifying this item interactively. (Inherited from DiagramNode.)

UpdateCreate

DiagramItem.UpdateCreate override. (Inherited from DiagramNode.)

UpdateGroup

Called to update the positions of subordinate nodes attached to this item when the attachment style is set to ControlledByMaster. (Inherited from DiagramItem.)

UpdateLinkIntersections

Updates the intersection points of links, connected to this node and its outline, usually in response to change in the node's shape. (Inherited from DiagramNode.)

UpdateLinkPositions

Updates the end points of the links, connected to this node, usually in response to change in the node's size or shape. (Inherited from DiagramNode.)

UpdateModify

DiagramItem.UpdateModify override. Invoked during interactive modification of this item. (Inherited from DiagramNode.)

 See Also