parent
6b45f31eea
commit
107abc5c0b
|
@ -333,7 +333,7 @@ export class Docx {
|
||||||
|
|
||||||
if (t.property.cellMargins) {
|
if (t.property.cellMargins) {
|
||||||
const { top, right, bottom, left } = t.property.cellMargins;
|
const { top, right, bottom, left } = t.property.cellMargins;
|
||||||
table = table.set_margins(top, right, bottom, left);
|
table = table.set_cell_margins(top, right, bottom, left);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (t.property.align) {
|
switch (t.property.align) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docx-wasm",
|
"name": "docx-wasm",
|
||||||
"version": "0.0.98",
|
"version": "0.0.100",
|
||||||
"main": "dist/node/index.js",
|
"main": "dist/node/index.js",
|
||||||
"browser": "dist/web/index.js",
|
"browser": "dist/web/index.js",
|
||||||
"author": "bokuweb <bokuweb12@gmail.com>",
|
"author": "bokuweb <bokuweb12@gmail.com>",
|
||||||
|
|
Loading…
Reference in New Issue