Share via


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

获取一个 32 位整数,该整数表示 Microsoft Office 应用程序,其中

TabStops2 对象已创建。 只读。

DefaultSpacing

获取或设置制表位之间的默认间隔。 读/写。

Parent

获取指定 TabStops2 对象的父级。 只读。

方法

Add(MsoTabStopType, Single)

向指定 TabStops2 对象添加新制表位。

GetEnumerator()

对象的集合 TabStop2

Item(Object)

从集合中 TabStops2 获取单个 对象。

适用于