Edit

Share via


Word.Interfaces.HtmlDivisionUpdateData interface

An interface for updating data on the HtmlDivision object, for use in htmlDivision.set({ ... }).

Properties

leftIndent

Specifies the left indent value (in points) for this HTML division.

rightIndent

Specifies the right indent (in points) for this HTML division.

spaceAfter

Specifies the amount of spacing (in points) after this HTML division.

spaceBefore

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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

[ API set: WordApi BETA (PREVIEW ONLY) ]

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

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]