TextColumns 接口

定义

对象的集合 TextColumn ,这些对象表示文档或文档部分中的所有文本列。

public interface class TextColumns : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020973-0000-0000-C000-000000000046")]
public interface TextColumns : System.Collections.IEnumerable
type TextColumns = interface
    interface IEnumerable
Public Interface TextColumns
Implements IEnumerable
属性
实现

注解

TextColumns使用 属性可返回 TextColumns 集合。

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

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

属性

Application

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

Count

返回指定集合中的项数。

Creator

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

EvenlySpaced

如此 如果均匀分布的文本栏。 可 wdUndefined

FlowDirection

返回或设置方向的文字排列从一个文本列到下一个。

Item[Int32]

返回集合中的单个对象。

LineBetween

如此 如果 垂直线出现在集合中的所有 TextColumns 列之间。 可 wdUndefined

Parent

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

Spacing

返回或设置对象各列 TextColumns 之间的间距 (以磅为单位) 。

Width

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

方法

Add(Object, Object, Object)

返回一个 TextColumn 对象,该对象表示添加到节或文档的新文本列。

GetEnumerator()

对象的集合 TextColumn ,这些对象表示文档或文档部分中的所有文本列。

SetCount(Int32)

将文字编排为指定数量的文本栏。

适用于