sempdf
sempdf v1.9.1Interfaces

Interface: FlowListOptions

sempdf v1.9.1


sempdf / FlowListOptions

Defined in: src/types.ts:1623

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:2501
bullet?stringBullet text used for unordered list items.ListOptions.bulletsrc/types.ts:2509
characterSpacing?numberAdditional spacing between characters in PDF points.ListOptions.characterSpacingsrc/types.ts:2495
color?ColorInputColor used for drawing, text, or highlighting.ListOptions.colorsrc/types.ts:2493
direction?TextDirectionText direction used for shaping and layout.ListOptions.directionsrc/types.ts:2489
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.ListOptions.fallbackFontssrc/types.ts:2487
font?PdfFontFont used to render text.ListOptions.fontsrc/types.ts:2485
fontSize?numberFont size in PDF points.ListOptions.fontSizesrc/types.ts:2491
indent?numberList indentation in PDF points.ListOptions.indentsrc/types.ts:2513
itemSpacing?numberVertical spacing between list items in PDF points.ListOptions.itemSpacingsrc/types.ts:2511
kerning?booleanWhether kerning should be applied where supported.ListOptions.kerningsrc/types.ts:2503
labelGap?numberGap between list labels and item bodies in PDF points.ListOptions.labelGapsrc/types.ts:2515
lineHeight?numberLine height in PDF points.ListOptions.lineHeightsrc/types.ts:2499
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.FlowBlockSpacingOptions.marginsrc/types.ts:1271
marginBottom?numberBottom margin in PDF points.FlowBlockSpacingOptions.marginBottomsrc/types.ts:1277
marginLeft?numberLeft margin in PDF points.FlowBlockSpacingOptions.marginLeftsrc/types.ts:1279
marginRight?numberRight margin in PDF points.FlowBlockSpacingOptions.marginRightsrc/types.ts:1275
marginTop?numberTop margin in PDF points.FlowBlockSpacingOptions.marginTopsrc/types.ts:1273
ordered?booleanWhether to render the list with ordered labels.ListOptions.orderedsrc/types.ts:2505
startAt?numberStarting number for ordered output.ListOptions.startAtsrc/types.ts:2507
width?numberWidth override in PDF points.-src/types.ts:1629
wordSpacing?numberAdditional spacing between words in PDF points.ListOptions.wordSpacingsrc/types.ts:2497
x?numberHorizontal position override in PDF points.-src/types.ts:1625
y?numberVertical position override in PDF points.-src/types.ts:1627

On this page