Skip to content

zeropdf v1.3.0


zeropdf / FlowBlockSpacingOptions

Interface: FlowBlockSpacingOptions

Defined in: src/types.ts:1135

Per-block margin options for flow-authored content.

Extended by

Properties

PropertyTypeDescriptionDefined in
margin?FlowMarginShorthandCSS-like margin shorthand in PDF points.src/types.ts:1137
marginBottom?numberBottom margin in PDF points.src/types.ts:1143
marginLeft?numberLeft margin in PDF points.src/types.ts:1145
marginRight?numberRight margin in PDF points.src/types.ts:1141
marginTop?numberTop margin in PDF points.src/types.ts:1139

Released under the ISC license.