ParagraphLineSpacingType Enum
Lists values specifying the type of paragraph line spacing.
#Declaration
export enum ParagraphLineSpacingType {
Single = 0,
Sesquialteral = 1,
Double = 2,
Multiple = 3,
Exactly = 4,
AtLeast = 5
}
#Members
Name | Description |
---|---|
At
|
The line spacing can be greater than or equal to the line |
Double
|
This option is twice that of single line spacing. |
Exactly
|
This option sets fixed line spacing, specified by the line |
Multiple
|
This option sets line spacing that can be expressed in numbers greater than 1. For example, setting line spacing to 1. |
Sesquialteral
|
This option is one-and-one-half times that of single line spacing. |
Single
|
This option accommodates the largest font in the 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 to set the lineSpacingType property.