ParagraphLineSpacingType Enum
Lists values specifying the type of paragraph line spacing.
Declaration
declare enum ParagraphLineSpacingType {
Single = 0,
Sesquialteral = 1,
Double = 2,
Multiple = 3,
Exactly = 4,
AtLeast = 5
}
Members
Name | Description |
---|---|
AtLeast
|
The line spacing can be greater than or equal to, but never less than, the specified ParagraphFormattingSettings.lineSpacing value. |
Double
|
This option is twice that of single line spacing. |
Exactly
|
This option sets fixed line spacing, specified by the ParagraphFormattingSettings.lineSpacing property. |
Multiple
|
This option sets line spacing that can be expressed in numbers greater than 1. For example, setting line spacing to 1.15 will increase the space by 15 percent, and setting line spacing to 3 increases the space by 300 percent (triple spacing). The multiplication value is specified by the lineSpacing property. |
Sesquialteral
|
This option is one-and-one-half times that of single line spacing. |
Single
|
This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used. |
Remarks
Values listed by this enumeration are used in the following members: