TextColumns Object Members
Word Developer Reference |
A collection of TextColumn objects that represent all the columns of text in a document or a section of a document.
Methods
Name | Description | |
---|---|---|
Add | Returns a TextColumn object that represents a new text column added to a section or document. | |
Item | Returns an individual TextColumn object in a collection. | |
SetCount | Arranges text into the specified number of text columns. |
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Count | Returns a Long that represents the number of text columns in the collection. Read-only. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
EvenlySpaced | True if text columns are evenly spaced. Read/write Long. | |
FlowDirection | Returns or sets the direction in which text flows from one text column to the next. Read/write WdFlowDirection. | |
LineBetween | True if vertical lines appear between all the columns in the TextColumns collection. Read/write Long. | |
Parent | Returns an Object that represents the parent object of the specified TextColumns object. | |
Spacing | Returns or sets the spacing (in points) between between columns. Read/write Single. | |
Width | Returns or sets the width of the Word art text effects, in points. Read/write Long. |