Skip to main content

Interface: FlowListOptions

Options for placing a tagged list through the flow layout API.

Extends

Properties

PropertyTypeDescriptionInherited from
align?TextAlignHorizontal alignment for laid-out content.ListOptions.align
bullet?stringBullet text used for unordered list items.ListOptions.bullet
characterSpacing?numberAdditional spacing between characters in PDF points.ListOptions.characterSpacing
color?ColorInputColor used for drawing, text, or highlighting.ListOptions.color
direction?TextDirectionText direction used for shaping and layout.ListOptions.direction
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.ListOptions.fallbackFonts
font?PdfFontFont used to render text.ListOptions.font
fontSize?numberFont size in PDF points.ListOptions.fontSize
indent?numberList indentation in PDF points.ListOptions.indent
itemSpacing?numberVertical spacing between list items in PDF points.ListOptions.itemSpacing
kerning?booleanWhether kerning should be applied where supported.ListOptions.kerning
labelGap?numberGap between list labels and item bodies in PDF points.ListOptions.labelGap
lineHeight?numberLine height in PDF points.ListOptions.lineHeight
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.margin
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottom
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeft
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRight
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTop
ordered?booleanWhether to render the list with ordered labels.ListOptions.ordered
startAt?numberStarting number for ordered output.ListOptions.startAt
width?numberWidth override in PDF points.-
wordSpacing?numberAdditional spacing between words in PDF points.ListOptions.wordSpacing
x?numberHorizontal position override in PDF points.-
y?numberVertical position override in PDF points.-