In a Google Document how to set a tables multiple rows' height to match the cell content size?
问题 I can click and drag each horizontal line one by one manually to match amount of content of the cell above it (how many lines of text it has), but what if you have 100 rows? How can you get from top to the bottom table here without manually dragging each horizontal line? So, if there is ONE line of text in the whole row height wise, I want the table be ONE line height, not 10 like in the below case in abc row. 回答1: This can be achieved using a bound-to-your-Doc Google Apps Script. You can