`a:gridCol` custom element class.
| 395 | |
| 396 | |
| 397 | class CT_TableCol(BaseOxmlElement): |
| 398 | """`a:gridCol` custom element class.""" |
| 399 | |
| 400 | w: Length = RequiredAttribute("w", ST_Coordinate) # pyright: ignore[reportAssignmentType] |
| 401 | |
| 402 | |
| 403 | class CT_TableGrid(BaseOxmlElement): |
nothing calls this directly
no test coverage detected
searching dependent graphs…