docx-wasm 0.0.274-image-test6 → 0.0.274-image-test9
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.
|
@@ -197,22 +197,6 @@ export enum VMergeType {
|
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
*/
|
|
200
|
-
export enum BreakType {
|
|
201
|
-
Page,
|
|
202
|
-
Column,
|
|
203
|
-
TextWrapping,
|
|
204
|
-
Unsupported,
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
*/
|
|
208
|
-
export enum FieldCharType {
|
|
209
|
-
Begin,
|
|
210
|
-
Separate,
|
|
211
|
-
End,
|
|
212
|
-
Unsupported,
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
*/
|
|
216
200
|
export enum LineSpacingType {
|
|
217
201
|
Auto,
|
|
218
202
|
AtLeast,
|
|
@@ -276,6 +260,14 @@ export enum TextDirectionType {
|
|
|
276
260
|
}
|
|
277
261
|
/**
|
|
278
262
|
*/
|
|
263
|
+
export enum BreakType {
|
|
264
|
+
Page,
|
|
265
|
+
Column,
|
|
266
|
+
TextWrapping,
|
|
267
|
+
Unsupported,
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
*/
|
|
279
271
|
export enum VertAlignType {
|
|
280
272
|
Baseline,
|
|
281
273
|
SuperScript,
|
|
@@ -416,6 +408,14 @@ export enum DocGridType {
|
|
|
416
408
|
}
|
|
417
409
|
/**
|
|
418
410
|
*/
|
|
411
|
+
export enum FieldCharType {
|
|
412
|
+
Begin,
|
|
413
|
+
Separate,
|
|
414
|
+
End,
|
|
415
|
+
Unsupported,
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
*/
|
|
419
419
|
export enum RelativeFromHType {
|
|
420
420
|
/**
|
|
421
421
|
* Specifies that the horizontal positioning shall be
|
|
@@ -446,12 +446,6 @@ module.exports.HyperlinkType = Object.freeze({ Anchor:0,"0":"Anchor",External:1,
|
|
|
446
446
|
module.exports.VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
|
|
447
447
|
/**
|
|
448
448
|
*/
|
|
449
|
-
module.exports.BreakType = Object.freeze({ Page:0,"0":"Page",Column:1,"1":"Column",TextWrapping:2,"2":"TextWrapping",Unsupported:3,"3":"Unsupported", });
|
|
450
|
-
/**
|
|
451
|
-
*/
|
|
452
|
-
module.exports.FieldCharType = Object.freeze({ Begin:0,"0":"Begin",Separate:1,"1":"Separate",End:2,"2":"End",Unsupported:3,"3":"Unsupported", });
|
|
453
|
-
/**
|
|
454
|
-
*/
|
|
455
449
|
module.exports.LineSpacingType = Object.freeze({ Auto:0,"0":"Auto",AtLeast:1,"1":"AtLeast",Exact:2,"2":"Exact", });
|
|
456
450
|
/**
|
|
457
451
|
*/
|
|
@@ -461,6 +455,9 @@ module.exports.ShdType = Object.freeze({ Nil:0,"0":"Nil",Clear:1,"1":"Clear",Sol
|
|
|
461
455
|
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", });
|
|
462
456
|
/**
|
|
463
457
|
*/
|
|
458
|
+
module.exports.BreakType = Object.freeze({ Page:0,"0":"Page",Column:1,"1":"Column",TextWrapping:2,"2":"TextWrapping",Unsupported:3,"3":"Unsupported", });
|
|
459
|
+
/**
|
|
460
|
+
*/
|
|
464
461
|
module.exports.VertAlignType = Object.freeze({ Baseline:0,"0":"Baseline",SuperScript:1,"1":"SuperScript",SubScript:2,"2":"SubScript",Unsupported:3,"3":"Unsupported", });
|
|
465
462
|
/**
|
|
466
463
|
*/
|
|
@@ -503,6 +500,9 @@ module.exports.WidthType = Object.freeze({ Dxa:0,"0":"Dxa",Auto:1,"1":"Auto",Pct
|
|
|
503
500
|
module.exports.DocGridType = Object.freeze({ Default:0,"0":"Default",Lines:1,"1":"Lines",LinesAndChars:2,"2":"LinesAndChars",SnapToChars:3,"3":"SnapToChars", });
|
|
504
501
|
/**
|
|
505
502
|
*/
|
|
503
|
+
module.exports.FieldCharType = Object.freeze({ Begin:0,"0":"Begin",Separate:1,"1":"Separate",End:2,"2":"End",Unsupported:3,"3":"Unsupported", });
|
|
504
|
+
/**
|
|
505
|
+
*/
|
|
506
506
|
module.exports.RelativeFromHType = Object.freeze({
|
|
507
507
|
/**
|
|
508
508
|
* Specifies that the horizontal positioning shall be
|
|
Binary file
|
|
@@ -197,22 +197,6 @@ export enum VMergeType {
|
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
*/
|
|
200
|
-
export enum BreakType {
|
|
201
|
-
Page,
|
|
202
|
-
Column,
|
|
203
|
-
TextWrapping,
|
|
204
|
-
Unsupported,
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
*/
|
|
208
|
-
export enum FieldCharType {
|
|
209
|
-
Begin,
|
|
210
|
-
Separate,
|
|
211
|
-
End,
|
|
212
|
-
Unsupported,
|
|
213
|
-
}
|
|
214
|
-
/**
|
|
215
|
-
*/
|
|
216
200
|
export enum LineSpacingType {
|
|
217
201
|
Auto,
|
|
218
202
|
AtLeast,
|
|
@@ -276,6 +260,14 @@ export enum TextDirectionType {
|
|
|
276
260
|
}
|
|
277
261
|
/**
|
|
278
262
|
*/
|
|
263
|
+
export enum BreakType {
|
|
264
|
+
Page,
|
|
265
|
+
Column,
|
|
266
|
+
TextWrapping,
|
|
267
|
+
Unsupported,
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
*/
|
|
279
271
|
export enum VertAlignType {
|
|
280
272
|
Baseline,
|
|
281
273
|
SuperScript,
|
|
@@ -416,6 +408,14 @@ export enum DocGridType {
|
|
|
416
408
|
}
|
|
417
409
|
/**
|
|
418
410
|
*/
|
|
411
|
+
export enum FieldCharType {
|
|
412
|
+
Begin,
|
|
413
|
+
Separate,
|
|
414
|
+
End,
|
|
415
|
+
Unsupported,
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
*/
|
|
419
419
|
export enum RelativeFromHType {
|
|
420
420
|
/**
|
|
421
421
|
* Specifies that the horizontal positioning shall be
|
|
@@ -447,12 +447,6 @@ export const HyperlinkType = Object.freeze({ Anchor:0,"0":"Anchor",External:1,"1
|
|
|
447
447
|
export const VMergeType = Object.freeze({ Continue:0,"0":"Continue",Restart:1,"1":"Restart",Unsupported:2,"2":"Unsupported", });
|
|
448
448
|
/**
|
|
449
449
|
*/
|
|
450
|
-
export const BreakType = Object.freeze({ Page:0,"0":"Page",Column:1,"1":"Column",TextWrapping:2,"2":"TextWrapping",Unsupported:3,"3":"Unsupported", });
|
|
451
|
-
/**
|
|
452
|
-
*/
|
|
453
|
-
export const FieldCharType = Object.freeze({ Begin:0,"0":"Begin",Separate:1,"1":"Separate",End:2,"2":"End",Unsupported:3,"3":"Unsupported", });
|
|
454
|
-
/**
|
|
455
|
-
*/
|
|
456
450
|
export const LineSpacingType = Object.freeze({ Auto:0,"0":"Auto",AtLeast:1,"1":"AtLeast",Exact:2,"2":"Exact", });
|
|
457
451
|
/**
|
|
458
452
|
*/
|
|
@@ -462,6 +456,9 @@ export const ShdType = Object.freeze({ Nil:0,"0":"Nil",Clear:1,"1":"Clear",Solid
|
|
|
462
456
|
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", });
|
|
463
457
|
/**
|
|
464
458
|
*/
|
|
459
|
+
export const BreakType = Object.freeze({ Page:0,"0":"Page",Column:1,"1":"Column",TextWrapping:2,"2":"TextWrapping",Unsupported:3,"3":"Unsupported", });
|
|
460
|
+
/**
|
|
461
|
+
*/
|
|
465
462
|
export const VertAlignType = Object.freeze({ Baseline:0,"0":"Baseline",SuperScript:1,"1":"SuperScript",SubScript:2,"2":"SubScript",Unsupported:3,"3":"Unsupported", });
|
|
466
463
|
/**
|
|
467
464
|
*/
|
|
@@ -504,6 +501,9 @@ export const WidthType = Object.freeze({ Dxa:0,"0":"Dxa",Auto:1,"1":"Auto",Pct:2
|
|
|
504
501
|
export const DocGridType = Object.freeze({ Default:0,"0":"Default",Lines:1,"1":"Lines",LinesAndChars:2,"2":"LinesAndChars",SnapToChars:3,"3":"SnapToChars", });
|
|
505
502
|
/**
|
|
506
503
|
*/
|
|
504
|
+
export const FieldCharType = Object.freeze({ Begin:0,"0":"Begin",Separate:1,"1":"Separate",End:2,"2":"End",Unsupported:3,"3":"Unsupported", });
|
|
505
|
+
/**
|
|
506
|
+
*/
|
|
507
507
|
export const RelativeFromHType = Object.freeze({
|
|
508
508
|
/**
|
|
509
509
|
* Specifies that the horizontal positioning shall be
|
|
Binary file
|