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 d97191e commit 4fa6b79Copy full SHA for 4fa6b79
1 file changed
stubs/reportlab/reportlab/platypus/tables.pyi
@@ -56,11 +56,11 @@ class TableStyle:
56
def getCommands(self) -> list[_TableCommand]: ...
57
58
class ShadowStyle(NamedTuple):
59
- dx: int
60
- dy: int
61
- color0: _Color
62
- color1: _Color
63
- nshades: int
+ dx: int = 10
+ dy: int = -10
+ color0: _Color = "grey"
+ color1: _Color = "white"
+ nshades: int = 30
64
65
class Table(Flowable):
66
ident: str | None
0 commit comments