sempdf v1.9.1Interfaces
Interface: FlowBlockSpacingOptions
sempdf / FlowBlockSpacingOptions
Defined in: src/types.ts:1269
Per-block margin options for flow-authored content.
Extended by
FlowCheckBoxOptionsFlowChoiceFieldOptionsFlowFreeTextOptionsFlowHighlightOptionsFlowListOptionsFlowNoteOptionsFlowPushButtonOptionsFlowRadioGroupOptionsFlowSignatureFieldOptionsFlowTextFieldOptionsFlowImageOptionsFlowLinkOptionsFlowCodeOptionsFlowRichTextOptionsFlowTableOptionsFlowTextOptions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
margin? | FlowMarginShorthand | CSS-like margin shorthand in PDF points. | src/types.ts:1271 |
marginBottom? | number | Bottom margin in PDF points. | src/types.ts:1277 |
marginLeft? | number | Left margin in PDF points. | src/types.ts:1279 |
marginRight? | number | Right margin in PDF points. | src/types.ts:1275 |
marginTop? | number | Top margin in PDF points. | src/types.ts:1273 |