Word.Interfaces.HtmlDivisionUpdateData interface
An interface for updating data on the HtmlDivision
object, for use in htmlDivision.set({ ... })
.
Properties
left |
Specifies the left indent value (in points) for this HTML division. |
right |
Specifies the right indent (in points) for this HTML division. |
space |
Specifies the amount of spacing (in points) after this HTML division. |
space |
Specifies the spacing (in points) before this HTML division. |
Property Details
leftIndent
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 left indent value (in points) for this HTML division.
leftIndent?: number;
Property Value
number
Remarks
rightIndent
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 right indent (in points) for this HTML division.
rightIndent?: number;
Property Value
number
Remarks
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 this HTML division.
spaceAfter?: number;
Property Value
number
Remarks
spaceBefore
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 spacing (in points) before this HTML division.
spaceBefore?: number;
Property Value
number