Sets or returns a ParagraphFormatting.Justification object that represents the justification for a table created with this formatting. Possible values: Left, Center, Right, LeftRight.
' Return Justification
Dim oJustification As ParagraphFormatting.Justification = oTableFormatting.Justification
' Set Justification
oTableFormatting.Justification = ParagraphFormatting.Justification.Center
ParagraphFormatting.Justification A ParagraphFormatting.Justification object that represents the justification for a table created with this formatting.