SmartArtNode Class

Represents node of a SmartArt object
Inheritance Hierarchy
SystemObject
  Aspose.Slides.SmartArtSmartArtNode

Namespace:  Aspose.Slides.SmartArt
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class SmartArtNode : ISmartArtNode

The SmartArtNode type exposes the following members.

Properties
  NameDescription
Public propertyBulletFillFormat
Returns the FillFormat object that contains fill formatting properties for a node bullet. Note: can return null for certain types of SmartArt layout which does not provide bullets for nodes. Read-only IFillFormat.
Public propertyChildNodes
Returns collections of all child nodes of the current node. Read-only ISmartArtNodeCollection.
Public propertyIsAssistant
Returns or sets the node as assistant. Read/write Boolean.
Public propertyIsHidden
Returns true if this node is a hidden node in the data model. Read-only Boolean.
Public propertyLevel
Returns nesting level of the node. Read-only Int32.
Public propertyOrganizationChartLayout
Returns or sets organization chart layout type associated with current node. Read/write OrganizationChartLayoutType.
Public propertyPosition
Returns or sets zero-based position of node among sibling nodes. Read/write Int32.
Public propertyShapes
Returns collections of all shapes associated with the node. Read-only ISmartArtShapeCollection.
Public propertyTextFrame
Returns or sets text of the node. Read-only ITextFrame.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Remove current node.
Public methodToString (Inherited from Object.)
See Also