Edit

Word.Interfaces.HtmlDivisionData interface

An interface describing the data returned by calling htmlDivision.toJSON().

Remarks

Used by

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

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

leftIndent?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4

rightIndent

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

rightIndent?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4

spaceAfter

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

spaceAfter?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4

spaceBefore

Specifies the spacing (in points) before this HTML division.

spaceBefore?: number;

Property Value

number

Remarks

API set: WordApiDesktop 1.4