API Reference
Class
PowerPointSmartArtNode
One editable node in an imported SmartArt topology.
Inheritance
- Object
- PowerPointSmartArtNode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PowerPointSmartArtTopology.Nodes
Accepted by parameters
Constructors
public PowerPointSmartArtNode(String id, String text, String parentId, UInt32 order) #Creates a topology node.
Parameters
- id System.String
- text System.String
- parentId System.String
- order System.UInt32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object