Skip to main content

QPdfColumnsNode

@quik/pdf


@quik/pdf / QPdfColumnsNode

Interface: QPdfColumnsNode

Defined in: pdf/src/types.ts:91

Columns node containing multiple nodes rendered horizontally.

Extends

Properties

alignment?

optional alignment?: "left" | "center" | "right" | "justify"

Defined in: pdf/src/types.ts:33

Optional alignment.

Inherited from

QPdfNodeBase.alignment


columnGap?

optional columnGap?: number

Defined in: pdf/src/types.ts:103

Optional column gap.


columns

columns: QPdfNode[]

Defined in: pdf/src/types.ts:99

Nested column nodes.


margin?

optional margin?: [number, number] | [number, number, number, number]

Defined in: pdf/src/types.ts:29

Optional margin for the node.

Inherited from

QPdfNodeBase.margin


pageBreak?

optional pageBreak?: "before" | "after"

Defined in: pdf/src/types.ts:37

Optional page break instruction.

Inherited from

QPdfNodeBase.pageBreak


style?

optional style?: string | string[]

Defined in: pdf/src/types.ts:25

Optional named style defined in the template styles map.

Inherited from

QPdfNodeBase.style


type

type: "columns"

Defined in: pdf/src/types.ts:95

Type discriminator.