QPdfNodeBase
@quik/pdf / QPdfNodeBase
Interface: QPdfNodeBase
Defined in: pdf/src/types.ts:21
Base type for PDF nodes that allow custom pdfmake properties.
Extended by
QPdfTextNodeQPdfStackNodeQPdfColumnsNodeQPdfTableNodeQPdfImageNodeQPdfSpacerNodeQPdfPageBreakNodeQPdfRepeatNodeQPdfWhenNode
Properties
alignment?
optionalalignment?:"left"|"center"|"right"|"justify"
Defined in: pdf/src/types.ts:33
Optional alignment.
margin?
optionalmargin?: [number,number] | [number,number,number,number]
Defined in: pdf/src/types.ts:29
Optional margin for the node.
pageBreak?
optionalpageBreak?:"before"|"after"
Defined in: pdf/src/types.ts:37
Optional page break instruction.
style?
optionalstyle?:string|string[]
Defined in: pdf/src/types.ts:25
Optional named style defined in the template styles map.