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
Bb257987.methods(en-us,office.12).gif Add Returns a TextColumn object that represents a new text column added to a section or document.
Bb257987.methods(en-us,office.12).gif Item Returns an individual TextColumn object in a collection.
Bb257987.methods(en-us,office.12).gif SetCount Arranges text into the specified number of text columns.

Properties

  Name Description
Bb257987.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257987.properties(en-us,office.12).gif Count Returns a Long that represents the number of text columns in the collection. Read-only.
Bb257987.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257987.properties(en-us,office.12).gif EvenlySpaced True if text columns are evenly spaced. Read/write Long.
Bb257987.properties(en-us,office.12).gif FlowDirection Returns or sets the direction in which text flows from one text column to the next. Read/write WdFlowDirection.
Bb257987.properties(en-us,office.12).gif LineBetween True if vertical lines appear between all the columns in the TextColumns collection. Read/write Long.
Bb257987.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified TextColumns object.
Bb257987.properties(en-us,office.12).gif Spacing Returns or sets the spacing (in points) between between columns. Read/write Single.
Bb257987.properties(en-us,office.12).gif Width Returns or sets the width of the Word art text effects, in points. Read/write Long.