SmartArt 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.
The top level class for interacting with a SmartArt graphic. Specifies constants that define the types of SmartArt nodes.
public interface class SmartArt : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03C6-0000-0000-C000-000000000046")]
public interface SmartArt : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03C6-0000-0000-C000-000000000046")>]
type SmartArt = interface
interface _IMsoDispObj
Public Interface SmartArt
Implements _IMsoDispObj
- Attributes
- Implements
Properties
AllNodes |
Gets a SmartArtNodes object containing all of the nodes within the SmartArt diagram. |
Application |
Gets a Object object that represents the container application for the SmartArt object. |
Color |
Gets or sets the Smart Art color style applied to the Smart Art graphic. |
Creator |
Gets a 32-bit integer that indicates the application in which the SmartArt object was created. |
Layout |
Gets or sets the Smart Art layout associated with the Smart Art graphic. |
Nodes |
Gets the children of the root node of the SmartArt diagram. |
Parent |
Gets the calling object. |
QuickStyle |
Gets or sets the SmartArt quick style applied to the SmartArt graphic. |
Reverse |
Gets or sets the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. |
Methods
Reset() |
Resets the SmartArt graphic to its original state. |