TextColumn 接口

定义

代表一个文本栏。

public interface class TextColumn
[System.Runtime.InteropServices.Guid("00020974-0000-0000-C000-000000000046")]
public interface TextColumn
type TextColumn = interface
Public Interface TextColumn
属性

注解

TextColumn 对象是 集合的成员TextColumnsTextColumns 集合包括文档或文档的节中的所有列。

使用 TextColumns (index) (其中 index 是索引号)返回单个 TextColumn 对象。 索引号代表 TextColumns 集合 (按从左到右计数) 中列的位置。

Add(Object, Object, Object)使用 方法将列添加到列集合。 默认情况下, TextColumns 集合中有一个文本列。

SetCount(Int32)使用 方法将文本排列成列。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Word 应用程序。

Creator

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。

Parent

返回一个对象,代表指定对象的父对象。

SpaceAfter

返回或设置指定文本列后) (的间距量(以磅为单位)。

Width

返回或设置指定对象的宽度(以磅为单位)。

适用于