Ë è†Xjgãóx—dZddlmZmZGd„de«ZeZGd„de«ZeZGd„de«ZGd „d e«Z y ) z9Enumerations related to tables in WordprocessingML files.é)ÚBaseEnumÚ BaseXmlEnumcó&—eZdZdZdZ dZ dZ dZy)ÚWD_CELL_VERTICAL_ALIGNMENTa–Alias: **WD_ALIGN_VERTICAL** Specifies the vertical alignment of text in one or more cells of a table. Example:: from docx.enum.table import WD_ALIGN_VERTICAL table = document.add_table(3, 3) table.cell(0, 0).vertical_alignment = WD_ALIGN_VERTICAL.BOTTOM MS API name: `WdCellVerticalAlignment` https://msdn.microsoft.com/en-us/library/office/ff193345.aspx )rÚtopz.Text is aligned to the top border of the cell.)éÚcenterz*Text is aligned to the center of the cell.)éÚbottomz1Text is aligned to the bottom border of the cell.)éeÚbothzîThis is an option in the OpenXml spec, but not in Word itself. It's not clear what Word behavior this setting produces. If you find out please let us know and we'll update this documentation. Otherwise, probably best to avoid this option.N)Ú__name__Ú __module__Ú __qualname__Ú__doc__ÚTOPÚCENTERÚBOTTOMÚBOTH©óúc/mnt/ssd/data/Dropbox/adrian/vault-secondbrain/venv/lib/python3.12/site-packages/docx/enum/table.pyrrs.„ñð G€CØ8à H€FØ4à O€FØ;ð €Dðrrcó —eZdZdZdZ dZ dZy)ÚWD_ROW_HEIGHT_RULEavAlias: **WD_ROW_HEIGHT** Specifies the rule for determining the height of a table row Example:: from docx.enum.table import WD_ROW_HEIGHT_RULE table = document.add_table(3, 3) table.rows[0].height_rule = WD_ROW_HEIGHT_RULE.EXACTLY MS API name: `WdRowHeightRule` https://msdn.microsoft.com/en-us/library/office/ff193620.aspx )rÚautozGThe row height is adjusted to accommodate the tallest value in the row.)rÚatLeastz5The row height is at least a minimum specified value.)éÚexactz!The row height is an exact value.N)rrrrÚAUTOÚAT_LEASTÚEXACTLYrrrrr3s$„ñð  €Dð RàV€HØ?à?€GØ+rrcó —eZdZdZdZ dZ dZy)ÚWD_TABLE_ALIGNMENTa2Specifies table justification type. Example:: from docx.enum.table import WD_TABLE_ALIGNMENT table = document.add_table(3, 3) table.alignment = WD_TABLE_ALIGNMENT.CENTER MS API name: `WdRowAlignment` http://office.microsoft.com/en-us/word-help/HV080607259.aspx )rÚleftz Left-aligned)rr zCenter-aligned.)rÚrightzRight-aligned.N)rrrrÚLEFTrÚRIGHTrrrr#r#Us!„ñ ð '€DØà -€FØà *€EØrr#có—eZdZdZdZ dZy)ÚWD_TABLE_DIRECTIONafSpecifies 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 MS API name: `WdTableDirection` http://msdn.microsoft.com/en-us/library/ff835141.aspx )rzLThe table or row is arranged with the first column in the leftmost position.)rzMThe table or row is arranged with the first column in the rightmost position.N)rrrrÚLTRÚRTLrrrr)r)ns!„ñ ð €CðWð €CðXrr)N) rÚdocx.enum.baserrrÚWD_ALIGN_VERTICALrÚ WD_ROW_HEIGHTr#r)rrrúr/sMðÙ?ç0ô' ô'ðT/Ðô,˜ô,ð>#€ ô˜ôô2X˜õXr