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
1137e291a1
docx-rs
/
docx-wasm
/
js
/
json
/
bindings
/
PositionalTabRelativeTo.ts
2 lines
59 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: 0.4.18-rc3 (#740)
2024-07-12 06:21:21 +03:00
Support ptab in r (#756) * feat: add ptab * feat: wasm object * fix: suppoert ptab * spec: add read test for ptab * rc10 * rc11 * rc12
2024-10-15 12:30:05 +03:00
export
type
PositionalTabRelativeTo
=
"indent"
|
"margin"
;