FlowListOptions
Overview
FlowListOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Flow.AddList}.
Properties: align, background, bullet, clear, color, font, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ordered | : boolean | Read | false → bullet list; true → 1./2./3. numbered list. |
start | : number | Read | First ordinal for an ordered list. |
bullet | : string | Read | Marker glyph for an unordered list. |
font | : AuthoringFont | Read | Body + marker font. |
fontSize | : number | Read | Font size (points). |
color | : [number, number, number] | Read | Gets the color. |
leading | : number | Read | Gets the leading. |
underline | : Decoration | Read | Rule below the baseline of the marker and of every body line. |
strikethrough | : Decoration | Read | Rule through the glyphs of the marker and of every body line. |
background | : Background | Read | Fill painted behind the marker and behind each body line. |
indent | : number | Read | Body-text indent from the list’s left edge (points). |
itemSpacing | : number | Read | Vertical gap between consecutive items. |
spaceBefore | : number | Read | Gap above the whole list (dropped at a column top). |
spaceAfter | : number | Read | Gap below the whole list (dropped at a column top). |
align | : 'left' | 'center' | 'right' | 'justify' | Read | Body alignment. |
clear | : FlowClear | Read | Drop the list below the floats on the given side(s) before placing it. |