This website requires JavaScript.
Explore
Help
Sign In
wynd
/
docx-rs
Watch
1
Star
0
Fork
You've already forked docx-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
26e2f2f169
docx-rs
/
docx-wasm
/
js
/
json
/
shading.ts
6 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Support table cell color (#249) * feat: Add shd writer * feat: Support shd * fix: clippy * 0.0.154
2021-03-18 12:02:28 +02:00
export
type
ShadingJSON
=
{
Fix shd type (#253) * fix: Add camelcase * update * update * 0.0.161 * fix: add type * 0.0.162 * fix: type
2021-03-19 05:31:36 +02:00
shdType
:
string
;
Support table cell color (#249) * feat: Add shd writer * feat: Support shd * fix: clippy * 0.0.154
2021-03-18 12:02:28 +02:00
color
:
string
;
fill
:
string
;
}
;