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

Class CT_VMerge

src/docx/oxml/table.py:972–977  ·  view source on GitHub ↗

`` `` element, specifying vertical merging behavior of a cell.

Source from the content-addressed store, hash-verified

970
971
972class CT_VMerge(BaseOxmlElement):
973 """``<w:vMerge>`` element, specifying vertical merging behavior of a cell."""
974
975 val: str | None = OptionalAttribute( # pyright: ignore[reportAssignmentType]
976 "w:val", ST_Merge, default=ST_Merge.CONTINUE
977 )

Callers

nothing calls this directly

Calls 1

OptionalAttributeClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…