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
e4b5e13cee
docx-rs
/
docx-wasm
/
js
/
json
/
bindings
/
PicAlign.ts
2 lines
71 B
TypeScript
Raw
Normal View
History
Unescape
Escape
update json (#458)
2022-03-29 07:32:14 +03:00
Support image align (#564) * support image align right * add test case * add PicAlign Center * testcase update * change fmt importing * lint error update * align setting move to child
2022-11-04 14:45:53 +02:00
export
type
PicAlign
=
"left"
|
"right"
|
"center"
|
"bottom"
|
"top"
;