how can I change the text alignment inside a table cell? Because
td.setAlignment() is not a function
and td.setTextAlignment(DocumentApp.HorizontalAlignment.NORMAL); doesn't work horizontally…
I want the text to be aligned to the right
thanks for help!