Skip to content

Commit ade4374

Browse files
committed
sparse matrix
1 parent 0421ead commit ade4374

File tree

3 files changed

+168
-113
lines changed

3 files changed

+168
-113
lines changed

fpdf/enums.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ class TableSpan(CoerciveEnum):
353353
COL = intern("COL")
354354
"Mark this cell as a continuation of the previous column"
355355

356+
BOTH = intern("BOTH")
357+
"Mark this cell as an overlap of a row- and columnspan."
358+
356359

357360
class TableHeadingsDisplay(CoerciveIntEnum):
358361
"Defines how the table headings should be displayed"

0 commit comments

Comments
 (0)