Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.Interfaces.TextColumnLoadOptions interface
- Package:
- word
Represents a single text column in a section.
Properties
| $all | Specifying |
| 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
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
spaceAfter
Specifies the amount of spacing (in points) after the specified paragraph or text column.
spaceAfter?: boolean;
Property Value
boolean
Remarks
width
Specifies the width, in points, of the specified text columns.
width?: boolean;
Property Value
boolean
Remarks
Office Add-ins
Feedback
Was this page helpful?
