0

I can insert a table in a Google Document. I manage to change some of the Attributes of each row (like font size, bold, padding).

However, paragraph Attributes I get stuck at. Like LINE_SPACING, SPACING_AFTER, SPACING_BEFORE.

How do I set the Attributes of a table row and table cells?

And while I'm at it :-), how to put a bullet list in a cell?

Much obliged.

Sam Hosseini
  • 813
  • 2
  • 9
  • 17
Stefan van Aalst
  • 788
  • 1
  • 7
  • 19

1 Answers1

5

==== update ====

Found the answer

tabel.getRow(0).getCell(1).getChild(0).asParagraph().setAttributes(something)
Stefan van Aalst
  • 788
  • 1
  • 7
  • 19