Editor
Description
A group of APIs to access the editor.
APIs belonging to the area
| Name | Description |
|---|---|
| IRepresentation | Object for accessing representation information. |
| IEditor | Object for accessing editor information. |
| IEditorElement | Object for accessing editor elements. |
| IForm | Object for accessing form editor information. If the EditorType of IEditor is "DocumentForm", you can access form-specific information by casting to this interface type. |
| IFormElement | Object that provides access to form element information. |
| IShape | Provides access to shape information. |
| IDiagram | Object that provides access to diagram editor information. If the EditorType of IEditor is "ERDiagram" or "TreeDiagram", you can access diagram editor-specific information by casting to this interface type. |
| IGrid | Provides access to the form's grid. |
| IGridColumn | Provides access to a grid column on a form. |
| IGridRow | Provides access to a grid row on a form. |
| IGridCell | Provides access to a cell in a grid row on a form. |
| INode | Object that provides access to node shape element information. |
| IPort | Object that provides access to port shape element information. |
| IConnector | Object that provides access to connector shape element information. |
| IShapeStyle | Provides access to style information for shapes. |
| ITreeGrid | Object to access tree grid information. If the EditorType of IEditor is "TreeGrid", you can access tree grid specific information by casting to this interface type. |
| ITreeGridColumn | Object to access column information for tree grid. |
| ITreeGridNode | Object to access node information for tree grid. |
| ITreeGridCell | Provides access to a tree grid node cell. |
| IConfigurationEditor | An object to access configuration editor information. |
| ICustomEditor | An object to access custom editor information. |
| ICustomEditorSettings | Settings specific to a custom editor. |
| INodeShapeStyle | Provides access to style information for node shapes. |