Specifies the direction in which an application orders cells in the specified table or row.
Example:
from docx.enum.table import WD_TABLE_DIRECTION table = document.add_table(3, 3) table.direction = WD_TABLE_DIRECTION.RTL
WD_TAB_LEADER
WD_UNDERLINE
Enter search terms or a module, class or function name.