docx-wasm 0.0.278-rc13 → 0.0.278-rc15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/node/json/section-property.d.ts +1 -1
- package/dist/node/pkg/docx_wasm.d.ts +7 -7
- package/dist/node/pkg/docx_wasm.js +2 -2
- package/dist/node/pkg/docx_wasm_bg.wasm +0 -0
- package/dist/web/json/section-property.d.ts +1 -1
- package/dist/web/pkg/docx_wasm.d.ts +7 -7
- package/dist/web/pkg/docx_wasm_bg.js +2 -2
- package/dist/web/pkg/docx_wasm_bg.wasm +0 -0
- package/js/json/section-property.ts +1 -1
- package/package.json +1 -1
|
@@ -205,13 +205,6 @@ export enum RelativeFromVType {
|
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
207
|
*/
|
|
208
|
-
export enum VMergeType {
|
|
209
|
-
Continue,
|
|
210
|
-
Restart,
|
|
211
|
-
Unsupported,
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
*/
|
|
215
208
|
export enum SectionType {
|
|
216
209
|
NextPage,
|
|
217
210
|
NextColumn,
|
|
@@ -221,6 +214,13 @@ export enum SectionType {
|
|
|
221
214
|
}
|
|
222
215
|
/**
|
|
223
216
|
*/
|
|
217
|
+
export enum VMergeType {
|
|
218
|
+
Continue,
|
|
219
|
+
Restart,
|
|
220
|
+
Unsupported,
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
*/
|
|
224
224
|
export enum TextDirectionType {
|
|
225
225
|
Lr,
|
|
226
226
|
LrV,
|
|
@@ -486,10 +486,10 @@ RightMargin:7,"7":"RightMargin", });
|
|
|
486
486
|
module.exports.RelativeFromVType = Object.freeze({ BottomMargin:0,"0":"BottomMargin",InsideMargin:1,"1":"InsideMargin",Line:2,"2":"Line",Margin:3,"3":"Margin",OutsizeMargin:4,"4":"OutsizeMargin",Page:5,"5":"Page",Paragraph:6,"6":"Paragraph",TopMargin:7,"7":"TopMargin", });
|
|
487
487
|
/**
|
|
488
488
|
*/
|
|
489
|
-
module.exports.
|
|
489
|
+
module.exports.SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
|
|
490
490
|
/**
|
|
491
491
|
*/
|
|
492
|
-
module.exports.
|
|
492
|
+
module.exports.VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
|
|
493
493
|
/**
|
|
494
494
|
*/
|
|
495
495
|
module.exports.TextDirectionType = Object.freeze({ Lr:0,"0":"Lr",LrV:1,"1":"LrV",Rl:2,"2":"Rl",RlV:3,"3":"RlV",Tb:4,"4":"Tb",TbV:5,"5":"TbV",TbRlV:6,"6":"TbRlV",TbRl:7,"7":"TbRl",BtLr:8,"8":"BtLr",LrTbV:9,"9":"LrTbV", });
|
|
Binary file
|
|
@@ -205,13 +205,6 @@ export enum RelativeFromVType {
|
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
207
|
*/
|
|
208
|
-
export enum VMergeType {
|
|
209
|
-
Continue,
|
|
210
|
-
Restart,
|
|
211
|
-
Unsupported,
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
*/
|
|
215
208
|
export enum SectionType {
|
|
216
209
|
NextPage,
|
|
217
210
|
NextColumn,
|
|
@@ -221,6 +214,13 @@ export enum SectionType {
|
|
|
221
214
|
}
|
|
222
215
|
/**
|
|
223
216
|
*/
|
|
217
|
+
export enum VMergeType {
|
|
218
|
+
Continue,
|
|
219
|
+
Restart,
|
|
220
|
+
Unsupported,
|
|
221
|
+
}
|
|
222
|
+
/**
|
|
223
|
+
*/
|
|
224
224
|
export enum TextDirectionType {
|
|
225
225
|
Lr,
|
|
226
226
|
LrV,
|
|
@@ -487,10 +487,10 @@ RightMargin:7,"7":"RightMargin", });
|
|
|
487
487
|
export const RelativeFromVType = Object.freeze({ BottomMargin:0,"0":"BottomMargin",InsideMargin:1,"1":"InsideMargin",Line:2,"2":"Line",Margin:3,"3":"Margin",OutsizeMargin:4,"4":"OutsizeMargin",Page:5,"5":"Page",Paragraph:6,"6":"Paragraph",TopMargin:7,"7":"TopMargin", });
|
|
488
488
|
/**
|
|
489
489
|
*/
|
|
490
|
-
export const
|
|
490
|
+
export const SectionType = Object.freeze({ NextPage:0,"0":"NextPage",NextColumn:1,"1":"NextColumn",Continuous:2,"2":"Continuous",EvenPage:3,"3":"EvenPage",OddPage:4,"4":"OddPage", });
|
|
491
491
|
/**
|
|
492
492
|
*/
|
|
493
|
-
export const
|
|
493
|
+
export const VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
|
|
494
494
|
/**
|
|
495
495
|
*/
|
|
496
496
|
export const TextDirectionType = Object.freeze({ Lr:0,"0":"Lr",LrV:1,"1":"LrV",Rl:2,"2":"Rl",RlV:3,"3":"RlV",Tb:4,"4":"Tb",TbV:5,"5":"TbV",TbRlV:6,"6":"TbRlV",TbRl:7,"7":"TbRl",BtLr:8,"8":"BtLr",LrTbV:9,"9":"LrTbV", });
|
|
Binary file
|