When I create a `TableCell` in a flow document it is has a left & right padding of ~7. How can I change the default padding?
I assume styles, right? https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/concepts/styles
I tried changing the padding but it says there's only a getter: `tableStyle.TableCellProperties.Padding = new Padding(0)`