I believe the alignment of the content of each cell is dictated by the columns property of the table. Once you create a column element for each column in your table, you can set the “justify” property of the column to align the content of each cell in that column:

FYI, the header of the column has its own “justify” property under the column’s header object that you may want to adjust as well.