Edit

Share via


Word.Interfaces.TextColumnData interface

An interface describing the data returned by calling textColumn.toJSON().

Properties

spaceAfter

Specifies the amount of spacing (in points) after the specified paragraph or text column.

width

Specifies the width, in points, of the specified text columns.

Property Details

spaceAfter

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the amount of spacing (in points) after the specified paragraph or text column.

spaceAfter?: number;

Property Value

number

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

width

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the width, in points, of the specified text columns.

width?: number;

Property Value

number

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]