SmartArtLayouts Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection de diagrammes de disposition SmartArt.
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
- Attributs
- Implémente
Remarques
Les choix incluent Liste de blocs de base, Liste de légendes d’images, Liste à puces verticale, etc.
Propriétés
Application |
Obtient un Object objet qui représente l’application conteneur de l’objet SmartArtLayouts . |
Count |
Obtient le nombre d’objets SmartArtLayout contenus dans la collection SmartArtLayouts . |
Creator |
Renvoie un entier 32 bits qui indique l’application dans laquelle a été créé l’objet SmartArtLayouts. |
Item[Object] |
Obtient un SmartArtLayout objet à l’index spécifié ou avec l’identificateur unique spécifié. |
Parent |
Obtient l’objet appelant. |
Méthodes
GetEnumerator() |
Représente une collection de diagrammes de disposition SmartArt. |