SmartArtNodes Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of nodes within a SmartArt diagram.
public interface class SmartArtNodes : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C7-0000-0000-C000-000000000046")]
public interface SmartArtNodes : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C7-0000-0000-C000-000000000046")>]
type SmartArtNodes = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SmartArtNodes
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
These nodes correspond directly to semantic elements in the data model of the graphic.
Properties
Application |
Gets a Object object that represents the container application for the SmartArtNodes object. |
Count |
Gets the number of SmartArtNode objects contained within the SmartArtNodescollection. |
Creator |
Gets a 32-bit integer that indicates the application in which the SmartArtNodes object was created. |
Item[Object] |
Gets a SmartArtNode object at the specified index or with the specified unique identifier. |
Parent |
Gets the calling object. |
Methods
Add() |
Adds a new SmartArtNode object to the diagram with specified text. |
GetEnumerator() |