Edit

Share via


Word.TextColumnAddOptions interface

Represents options for a new text column in a document or section of a document.

Remarks

[ API set: WordApiDesktop 1.3 ]

Properties

isEvenlySpaced

If provided, specifies whether to evenly space all the text columns in the document. The default value is true.

spacing

If provided, specifies the spacing between the text columns in the document, in points. The default value is -1, which means Word will automatically determine the width based on the number of columns and page size.

width

If provided, specifies the width of the new text column in the document, in points. The default value is -1, which means Word will automatically determine the width based on the number of columns and page size.

Property Details

isEvenlySpaced

If provided, specifies whether to evenly space all the text columns in the document. The default value is true.

isEvenlySpaced?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.3 ]

spacing

If provided, specifies the spacing between the text columns in the document, in points. The default value is -1, which means Word will automatically determine the width based on the number of columns and page size.

spacing?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.3 ]

width

If provided, specifies the width of the new text column in the document, in points. The default value is -1, which means Word will automatically determine the width based on the number of columns and page size.

width?: number;

Property Value

number

Remarks

[ API set: WordApiDesktop 1.3 ]