TabStop2 接口

定义

代表单个制表位。 TabStop2 对象是 集合的成员TabStops2

public interface class TabStop2 : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03BB-0000-0000-C000-000000000046")]
public interface TabStop2 : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03BB-0000-0000-C000-000000000046")>]
type TabStop2 = interface
    interface _IMsoDispObj
Public Interface TabStop2
Implements _IMsoDispObj
属性
实现

注解

制表位按数字进行索引从左到右沿标尺。

属性

Application

获取代表容器应用程序的 Application 对象

TabStop2用于 对象。 只读。

Creator

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

TabStop2 对象已创建。 只读。

Parent

获取 对象的父级 TabStop2

只读。

Position

获取或设置制表位相对于左边距的位置。 读/写。

Type

获取或设置 对象的类型 TabStop2 。 读/写。

方法

Clear()

删除指定的自定义制表位

适用于