I've seen Google say that using Google Apps Script with a Google Document (i.e. word processing file) is akin to using html to design a webpage.
Well, I'd like to push text (from a spreadsheet) and everything else (e.g. formatting, vertical and horizontal alignment of text, photos, tables, etc) to a Google Document.
One question I have, though, is - how do I vertical align all of these elements?For instance, on the cover page I want a title (at top of page, centered horizontally); a photo (middle of page, centered horizontally); and a couple people's names, and two dates listed top to bottom ( all at bottom of page, left-aligned).
Would people suggest that, similar to HTML, I use a table? If so, what height do I give the table? I.e., what is the height of a Google Document page? Why do I not see a way to set table row height?
Any/all help very greatly appreciated!! Thanks!!