I'm trying to figure out an efficient way to set the text alignment within the cells of my table to "right." I can't seem to find a simple way to do this.. I may have a solution but I feel like there is a much more elegant one that doesn't involve generating a large string and unmarshaling it each time.
Here is the code (some of it) that I pulled from the document.xml file which ...