document-builder
document-builder copied to clipboard
Vertical alignment for table cells
Vertical alignment is fixed to 'top' in 0.4.15 (at least in WordDocumentBuilder). It would be great if we could specify vertical alignment for a cell. Something like this: cell(align: 'center', vAlign: 'bottom')
Yeah, absolutely.
The WordDocumentBuilder should be easy. The PdfBuilder as usually will be a bit more of a pain :)
Any progress in vertical alignment for table cells in PdfBuilder?