We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0421ead commit ade4374Copy full SHA for ade4374
fpdf/enums.py
@@ -353,6 +353,9 @@ class TableSpan(CoerciveEnum):
353
COL = intern("COL")
354
"Mark this cell as a continuation of the previous column"
355
356
+ BOTH = intern("BOTH")
357
+ "Mark this cell as an overlap of a row- and columnspan."
358
+
359
360
class TableHeadingsDisplay(CoerciveIntEnum):
361
"Defines how the table headings should be displayed"
0 commit comments