I'm creating a table from a template with a custom table style. Sometimes I would like to override the text alignment of one of the columns in the table and make it left aligned instead of centered. I've tried to create a WordFragment for each cell in that column and set 'textAlign' => 'left' but this does not work.
Is there a way to do this?
Thanks.