SmartArtLayouts インターフェイス

定義

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
属性
実装

注釈

基本的なブロック リスト、図のキャプションリスト、縦書き箇条書きなどが選択できます。

プロパティ

Application

ObjectSmartArtLayouts オブジェクトのコンテナー アプリケーションを表す オブジェクトを取得します。

Count

SmartArtLayouts コレクションに含まれるオブジェクトのSmartArtLayout数を取得します。

Creator

SmartArtLayouts オブジェクトが作成されたアプリケーションを示す 32 ビット整数を取得します。

Item[Object]

指定した SmartArtLayout インデックス位置または指定した一意識別子を持つオブジェクトを取得します。

Parent

呼び出し元のオブジェクトを取得します。

メソッド

GetEnumerator()

SmartArt レイアウト 図のコレクションを表します。

適用対象