FlowListItem
Overview
FlowListItem is a interface in Aspose.PDF FOSS for TypeScript.
One nested-list item.
Properties: align, background, blocks, bullet, color, font, and 12 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
text | : FlowText | Read | The item’s word-wrapped body text. |
marker | : 'checkbox' | 'checked' | Read | Draw a task-list checkbox for THIS item instead of the computed marker. |
blocks | : FlowElement[] | Read | Further block content for THIS item, built with the flow builders (paragraph, codeBlock, quote, list). |
items | : FlowListNode[] | Read | Sub-list nested under this item. |
ordered | : boolean | Read | Override ordered-ness of THIS item’s sub-list. |
bullet | : string | Read | Override the marker glyph of THIS item’s (unordered) sub-list (drawn as text). |
start | : number | Read | First ordinal of THIS item’s (ordered) sub-list. |
font | : AuthoringFont | Read | Override the body + marker font for THIS item. |
fontSize | : number | Read | Override the body + marker font size (points) for THIS item. |
color | : [number, number, number] | Read | Override the body + marker colour (RGB 0..1) for THIS item. |
align | : 'left' | 'center' | 'right' | 'justify' | Read | Override the body alignment for THIS item. |
leading | : number | Read | Override the body leading (points) for THIS item. |
underline | : Decoration | Read | Override the marker + body underline for THIS item. |
strikethrough | : Decoration | Read | Override the marker + body strikethrough for THIS item. |
background | : Background | Read | Override the marker + body background for THIS item. |
spaceBefore | : number | Read | Gap above THIS item, replacing the default (list spaceBefore at the first item, else 0). |
spaceAfter | : number | Read | Gap below THIS item, replacing the default (list spaceAfter at the last item, else itemSpacing). |
indent | : number | Read | Body indent (points from the list’s left edge) for THIS item, replacing the per-depth auto/uniform indent. |