`` `` element, specifying vertical merging behavior of a cell.
| 970 | |
| 971 | |
| 972 | class 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 | ) |
nothing calls this directly
no test coverage detected
searching dependent graphs…