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

NameTypeAccessDescription
ordered: booleanReadfalse → bullet list; true1./2./3. numbered list.
start: numberReadFirst ordinal for an ordered list.
bullet: stringReadMarker glyph for an unordered list.
font: AuthoringFontReadBody + marker font.
fontSize: numberReadFont size (points).
color: [number, number, number]ReadGets the color.
leading: numberReadGets the leading.
underline: DecorationReadRule below the baseline of the marker and of every body line.
strikethrough: DecorationReadRule through the glyphs of the marker and of every body line.
background: BackgroundReadFill painted behind the marker and behind each body line.
indent: numberReadBody-text indent from the list’s left edge (points).
itemSpacing: numberReadVertical gap between consecutive items.
spaceBefore: numberReadGap above the whole list (dropped at a column top).
spaceAfter: numberReadGap below the whole list (dropped at a column top).
align: 'left' | 'center' | 'right' | 'justify'ReadBody alignment.
clear: FlowClearReadDrop the list below the floats on the given side(s) before placing it.