Word.LineSpacing enum
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.
Represents the type of line spacing.
Remarks
[ API set: WordApi BETA (PREVIEW ONLY) ]
Fields
atLeast = "AtLeast" | Represents at least line spacing. |
double = "Double" | Represents double line spacing. |
exactly = "Exactly" | Represents exact line spacing. |
multiple = "Multiple" | Represents multiple line spacing. |
onePt5 = "OnePt5" | Represents 1.5 line spacing. |
single = "Single" | Represents single line spacing. |