Edit in GitHubLog an issue

@express-document-sdk / ParagraphStyles

Interface: ParagraphStyles

Text styles that must be applied to an entire paragraph atomically. (Contrast with CharacterStyles which can be applied to any range of characters, even a short span like one single word).

Extends

Extended by

Properties

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

BaseParagraphStyles.lineSpacing


list?

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


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

BaseParagraphStyles.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

BaseParagraphStyles.spaceBefore

Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.