SmartArtLayouts 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 SmartArt layout diagrams.
public interface class SmartArtLayouts : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C9-0000-0000-C000-000000000046")]
public interface SmartArtLayouts : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C9-0000-0000-C000-000000000046")>]
type SmartArtLayouts = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface SmartArtLayouts
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Remarks
Choices include Basic Block List, Picture Caption List, Vertical Bulleted List, and so on.
Properties
Application |
Gets a Object object that represents the container application for the SmartArtLayouts object. |
Count |
Gets the count of the number of SmartArtLayout objects contained within the SmartArtLayouts collection. |
Creator |
Gets a 32-bit integer that indicates the application in which the SmartArtLayouts object was created. |
Item[Object] |
Gets a SmartArtLayout object at the specified index or with the specified unique identifier. |
Parent |
Gets the calling object. |
Methods
GetEnumerator() |