Skip to content

a11ydocs v1.7.0


a11ydocs / FlowListOptions

Interface: FlowListOptions

Defined in: src/types.ts:1352

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

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
align?TextAlignHorizontal alignment for laid-out content.ListOptions.alignsrc/types.ts:2009
bullet?stringBullet text used for unordered list items.ListOptions.bulletsrc/types.ts:2017
characterSpacing?numberAdditional spacing between characters in PDF points.ListOptions.characterSpacingsrc/types.ts:2003
color?ColorInputColor used for drawing, text, or highlighting.ListOptions.colorsrc/types.ts:2001
direction?TextDirectionText direction used for shaping and layout.ListOptions.directionsrc/types.ts:1997
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.ListOptions.fallbackFontssrc/types.ts:1995
font?PdfFontFont used to render text.ListOptions.fontsrc/types.ts:1993
fontSize?numberFont size in PDF points.ListOptions.fontSizesrc/types.ts:1999
indent?numberList indentation in PDF points.ListOptions.indentsrc/types.ts:2021
itemSpacing?numberVertical spacing between list items in PDF points.ListOptions.itemSpacingsrc/types.ts:2019
kerning?booleanWhether kerning should be applied where supported.ListOptions.kerningsrc/types.ts:2011
labelGap?numberGap between list labels and item bodies in PDF points.ListOptions.labelGapsrc/types.ts:2023
lineHeight?numberLine height in PDF points.ListOptions.lineHeightsrc/types.ts:2007
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1137
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1143
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1145
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1141
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1139
ordered?booleanWhether to render the list with ordered labels.ListOptions.orderedsrc/types.ts:2013
startAt?numberStarting number for ordered output.ListOptions.startAtsrc/types.ts:2015
width?numberWidth override in PDF points.-src/types.ts:1358
wordSpacing?numberAdditional spacing between words in PDF points.ListOptions.wordSpacingsrc/types.ts:2005
x?numberHorizontal position override in PDF points.-src/types.ts:1354
y?numberVertical position override in PDF points.-src/types.ts:1356

Released under the ISC license.