commit
1fd0b8f7f3
|
@ -319,6 +319,10 @@ export class Docx {
|
|||
level = level.fonts(f);
|
||||
}
|
||||
|
||||
if (l.runProperty._characterSpacing != null) {
|
||||
level = level.spacing(l.runProperty._characterSpacing);
|
||||
}
|
||||
|
||||
if (l.paragraphProperty.indent) {
|
||||
let kind;
|
||||
if (l.paragraphProperty.indent.specialIndentKind === "firstLine") {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docx-wasm",
|
||||
"version": "0.4.18-rc26",
|
||||
"version": "0.4.18-rc27",
|
||||
"main": "dist/node/index.js",
|
||||
"browser": "dist/web/index.js",
|
||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue