@express-document-sdk / ParagraphStylesRange

Interface: ParagraphStylesRange

A set of ParagraphStyles along with the text range they apply to. Returned by the paragraphStyleRanges getter.

Extends

Properties

length

length: number

The length or number of characters in which character styles will be applied.

data-slots=text
data-variant=info
Note: since characters are represented as UTF-16 code units, some symbols such as emojis are considered to have a length of 2.

Inherited from

StyleRange.length

lineSpacing

lineSpacing: number

Spacing between lines, aka leading, expressed as a multiple of the font size's default spacing - ex. 1.5 = 150% of normal. It only affects the space between lines, not the space above the first line or below the last line.

Inherited from

ParagraphStyles.lineSpacing

list?

optional list: Required<OrderedListStyleInput> | Required<UnorderedListStyleInput>

Inherited from

ParagraphStyles.list

spaceAfter

spaceAfter: number

Space after paragraph (in points). It does not affect the last paragraph. It is additive to the next paragraph's spaceBefore (adjacent spacing does not merge/collapse together).

Inherited from

ParagraphStyles.spaceAfter

spaceBefore

spaceBefore: number

Space before paragraph (in points). It does not affect the first paragraph. It is additive to previous paragraph's spaceAfter (adjacent spacing does not merge/collapse together).

Inherited from

ParagraphStyles.spaceBefore