TabStops 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的集合 TabStop ,这些对象表示段落或段落组的自定义选项卡和默认选项卡。
public interface class TabStops : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020955-0000-0000-C000-000000000046")]
public interface TabStops : System.Collections.IEnumerable
type TabStops = interface
interface IEnumerable
Public Interface TabStops
Implements IEnumerable
- 属性
- 实现
注解
使用 TabStops 属性返回 TabStops 集合。
Add(Single, Object, Object)使用 方法添加制表位。
您还可以添加制表位 TabStops 属性指定一个位置。
使用 TabStops (index
) ,其中 index
是制表位 (的位置(以磅) 或索引号为单位),可返回单个 TabStop 对象。 制表位按数字进行索引从左到右沿标尺。
使用 Paragraphs 集合 (或包含多个段落) 的区域时,如果制表位在所有段落中不相同,则必须单独修改集合中的每个段落。
属性
Application |
返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。 |
Count |
返回指定集合中的项数。 |
Creator |
返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 |
Item[Object] |
返回集合中的单个对象。 |
Parent |
返回一个对象,代表指定对象的父对象。 |
方法
Add(Single, Object, Object) |
返回一个 TabStop 对象,该对象表示添加到文档中的自定义制表位。 |
After(Single) |
返回 右侧的 |
Before(Single) |
返回 左侧的 |
ClearAll() |
清除指定段落中的所有自定义制表位。 |
GetEnumerator() |
对象的集合 TabStop ,这些对象表示段落或段落组的自定义选项卡和默认选项卡。 |