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
Public method Add Returns a TextColumn object that represents a new text column added to a section or document.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method SetCount Arranges text into the specified number of text columns.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Count Returns the number of items in the specified collection.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property EvenlySpaced True if text columns are evenly spaced. Can be True, False, or wdUndefined.
Public property FlowDirection Returns or sets the direction in which text flows from one text column to the next.
Public property Item Returns an individual object in a collection.
Public property LineBetween True if vertical lines appear between all the columns in the TextColumns collection. Can be True, False, or wdUndefined.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Spacing Returns or sets the spacing (in points) between columns of a TextColumns object.
Public property Width Returns or sets the width of the specified object, in points.

Top

See Also

Reference

TextColumns Interface

Microsoft.Office.Interop.Word Namespace