MCPcopy Index your code
hub / github.com/python-openxml/python-docx / CT_VerticalJc

Class CT_VerticalJc

src/docx/oxml/table.py:964–969  ·  view source on GitHub ↗

`w:vAlign` element, specifying vertical alignment of cell.

Source from the content-addressed store, hash-verified

962
963
964class CT_VerticalJc(BaseOxmlElement):
965 """`w:vAlign` element, specifying vertical alignment of cell."""
966
967 val: WD_CELL_VERTICAL_ALIGNMENT = RequiredAttribute( # pyright: ignore[reportAssignmentType]
968 "w:val", WD_CELL_VERTICAL_ALIGNMENT
969 )
970
971
972class CT_VMerge(BaseOxmlElement):

Callers

nothing calls this directly

Calls 1

RequiredAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…