TextColumns Members
Include Protected Members
Include Inherited Members
A collection of TextColumn objects that represent all the columns of text in a document or a section of a document.
The TextColumns type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Returns a TextColumn object that represents a new text column added to a section or document. | |
GetEnumerator | (Inherited from IEnumerable.) | |
SetCount | Arranges text into the specified number of text columns. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
EvenlySpaced | True if text columns are evenly spaced. Can be True, False, or wdUndefined. | |
FlowDirection | Returns or sets the direction in which text flows from one text column to the next. | |
Item | Returns an individual object in a collection. | |
LineBetween | True if vertical lines appear between all the columns in the TextColumns collection. Can be True, False, or wdUndefined. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Spacing | Returns or sets the spacing (in points) between columns of a TextColumns object. | |
Width | Returns or sets the width of the specified object, in points. |
Top