Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.TextColumnUpdateData interface
- Package:
- word
An interface for updating data on the TextColumn object, for use in textColumn.set({ ... }).
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
Specifies the amount of spacing (in points) after the specified paragraph or text column.
spaceAfter?: number;
Property Value
number
Remarks
width
Specifies the width, in points, of the specified text columns.
width?: number;
Property Value
number
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
