次の方法で共有


TabStops2 インターフェイス

定義

オブジェクトの TabStop2 コレクション。

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

注釈

タブ位置は、インデックス番号左からルーラーに沿って右にします。

プロパティ

Application

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

オブジェクトの TabStops2 。 読み取り専用です。

Count

内の項目の数を取得します。

TabStops2 コレクション。 読み取り専用です。

Creator

が存在する Microsoft Office アプリケーションを表す 32 ビット整数を取得します。

TabStops2 オブジェクトが作成されました。 読み取り専用です。

DefaultSpacing

既定のタブ位置の間隔を取得または設定します。 読み取り/書き込みが可能です。

Parent

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

メソッド

Add(MsoTabStopType, Single)

指定した TabStops2 オブジェクトに新しいタブ 位置を追加します。

GetEnumerator()

オブジェクトの TabStop2 コレクション。

Item(Object)

コレクションから個々のオブジェクトを TabStops2 取得します。

適用対象