ISmartArtNode class
Contents
[
Hide
]ISmartArtNode class
Represents node of a SmartArt diagram.
The ISmartArtNode type exposes the following members:
Properties
Property | Description |
---|---|
child_nodes | Returns collections of all child nodes of current node. Read-only ISmartArtNodeCollection . |
shapes | Returns collections of all shapes associated with the node. Read-only ISmartArtShapeCollection . |
text_frame | Returns or sets text of the node. Read-only ITextFrame . |
is_assistant | Returns or sets the node as assistant. Read/write bool. |
level | Returns nesting level of the node. Read-only int. |
bullet_fill_format | Returns the FillFormat object that contains fill formatting properties for a node bullet. Note: can return None for certain types of SmartArt layout which does not provide bullets for nodes. Read-only IFillFormat . |
position | Returns or sets zero-based position of the node among sibling nodes. Read/write int. |
is_hidden | Returns true if this node is a hidden node in the data model. Read-only bool. |
organization_chart_layout | Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType . |
Methods
Method | Description |
---|---|
remove | Remove current node. |
See Also
- module
aspose.slides.smartart
- library
Aspose.Slides