Skip to content

zeropdf v1.3.0


zeropdf / 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:1988
bullet?stringBullet text used for unordered list items.ListOptions.bulletsrc/types.ts:1996
characterSpacing?numberAdditional spacing between characters in PDF points.ListOptions.characterSpacingsrc/types.ts:1982
color?ColorInputColor used for drawing, text, or highlighting.ListOptions.colorsrc/types.ts:1980
direction?TextDirectionText direction used for shaping and layout.ListOptions.directionsrc/types.ts:1976
fallbackFonts?PdfFont[]Fallback fonts used when the primary font lacks a glyph.ListOptions.fallbackFontssrc/types.ts:1974
font?PdfFontFont used to render text.ListOptions.fontsrc/types.ts:1972
fontSize?numberFont size in PDF points.ListOptions.fontSizesrc/types.ts:1978
indent?numberList indentation in PDF points.ListOptions.indentsrc/types.ts:2000
itemSpacing?numberVertical spacing between list items in PDF points.ListOptions.itemSpacingsrc/types.ts:1998
kerning?booleanWhether kerning should be applied where supported.ListOptions.kerningsrc/types.ts:1990
labelGap?numberGap between list labels and item bodies in PDF points.ListOptions.labelGapsrc/types.ts:2002
lineHeight?numberLine height in PDF points.ListOptions.lineHeightsrc/types.ts:1986
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:1992
startAt?numberStarting number for ordered output.ListOptions.startAtsrc/types.ts:1994
width?numberWidth override in PDF points.-src/types.ts:1358
wordSpacing?numberAdditional spacing between words in PDF points.ListOptions.wordSpacingsrc/types.ts:1984
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.