Specifies table justification type.
Example:
from docx.enum.table import WD_TABLE_ALIGNMENT table = document.add_table(3, 3) table.alignment = WD_TABLE_ALIGNMENT.CENTER
WD_ORIENTATION
WD_ROW_HEIGHT_RULE
Enter search terms or a module, class or function name.