sempdf v1.9.1Type aliases
Type Alias: JsonBlock
sempdf / JsonBlock
type JsonBlock =
| Exclude<TemplateBlock, TemplateImageBlock>
| JsonImageBlock & object;Defined in: src/document-json.ts:114
A block in blocks: a flow template block (image blocks use src). Add a
BlockPosition to any positionable block (paragraph, an image, rect,
textField, checkBox, signatureField) to place it at absolute coordinates
instead of flowing.
Type Declaration
position?
readonly optional position?: BlockPosition;