Share via


RulerLevels2 インターフェイス

定義

指定したルーラー上のすべての RulerLevel2 オブジェクトのコレクション。

public interface class RulerLevels2 : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C2-0000-0000-C000-000000000046")]
public interface RulerLevels2 : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C2-0000-0000-C000-000000000046")>]
type RulerLevels2 = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface RulerLevels2
Implements _IMsoDispObj, IEnumerable
属性
実装

注釈

RulerLevel2 オブジェクトは、特定のアウトライン レベルのテキストの 1 行目と左インデントを表します。 このコレクションには常に 5 つのメンバーが含まれています: 使用可能なアウトライン レベルごとに 1 つ。

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを RulerLevel2 取得します。 読み取り専用です。

Count

コレクション内の項目の数を示す IntegerRulerLevel2 取得します。 読み取り専用です。

Creator

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

Parent

オブジェクトの親オブジェクトを RulerLevel2 取得します。 読み取り専用です。

メソッド

GetEnumerator()

指定したルーラー上のすべての RulerLevel2 オブジェクトのコレクション。

Item(Object)

コレクションのメンバーを取得します RulerLevel2

適用対象