docx 7.4.1 → 7.5.0

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.
Files changed (563) hide show
  1. package/build/export/formatter.d.ts +4 -4
  2. package/build/export/index.d.ts +1 -1
  3. package/build/export/packer/image-replacer.d.ts +5 -5
  4. package/build/export/packer/next-compiler.d.ts +11 -11
  5. package/build/export/packer/numbering-replacer.d.ts +4 -4
  6. package/build/export/packer/packer.d.ts +18 -14
  7. package/build/file/app-properties/app-properties-attributes.d.ts +10 -10
  8. package/build/file/app-properties/app-properties.d.ts +4 -4
  9. package/build/file/border/border.d.ts +39 -39
  10. package/build/file/border/index.d.ts +1 -1
  11. package/build/file/content-types/content-types-attributes.d.ts +8 -8
  12. package/build/file/content-types/content-types.d.ts +6 -6
  13. package/build/file/content-types/default/default-attributes.d.ts +10 -10
  14. package/build/file/content-types/default/default.d.ts +4 -4
  15. package/build/file/content-types/override/override-attributes.d.ts +10 -10
  16. package/build/file/content-types/override/override.d.ts +4 -4
  17. package/build/file/core-properties/index.d.ts +1 -1
  18. package/build/file/core-properties/properties.d.ts +38 -38
  19. package/build/file/custom-properties/custom-properties-attributes.d.ts +10 -10
  20. package/build/file/custom-properties/custom-properties.d.ts +9 -9
  21. package/build/file/custom-properties/custom-property-attributes.d.ts +12 -12
  22. package/build/file/custom-properties/custom-property.d.ts +11 -11
  23. package/build/file/custom-properties/index.d.ts +2 -2
  24. package/build/file/document/body/body.d.ts +10 -10
  25. package/build/file/document/body/index.d.ts +2 -2
  26. package/build/file/document/body/section-properties/index.d.ts +2 -2
  27. package/build/file/document/body/section-properties/properties/column.d.ts +14 -14
  28. package/build/file/document/body/section-properties/properties/columns.d.ts +20 -20
  29. package/build/file/document/body/section-properties/properties/doc-grid.d.ts +22 -22
  30. package/build/file/document/body/section-properties/properties/header-footer-reference.d.ts +17 -17
  31. package/build/file/document/body/section-properties/properties/index.d.ts +12 -12
  32. package/build/file/document/body/section-properties/properties/line-number.d.ts +23 -23
  33. package/build/file/document/body/section-properties/properties/page-borders.d.ts +30 -30
  34. package/build/file/document/body/section-properties/properties/page-margin.d.ts +24 -24
  35. package/build/file/document/body/section-properties/properties/page-number.d.ts +24 -24
  36. package/build/file/document/body/section-properties/properties/page-size.d.ts +20 -20
  37. package/build/file/document/body/section-properties/properties/page-text-direction.d.ts +8 -8
  38. package/build/file/document/body/section-properties/properties/section-type.d.ts +18 -18
  39. package/build/file/document/body/section-properties/section-properties.d.ts +53 -53
  40. package/build/file/document/document-attributes.d.ts +85 -85
  41. package/build/file/document/document-background/document-background.d.ts +23 -23
  42. package/build/file/document/document-background/index.d.ts +1 -1
  43. package/build/file/document/document.d.ts +15 -15
  44. package/build/file/document/index.d.ts +4 -4
  45. package/build/file/document-wrapper.d.ts +16 -16
  46. package/build/file/drawing/anchor/anchor-attributes.d.ts +24 -24
  47. package/build/file/drawing/anchor/anchor.d.ts +6 -6
  48. package/build/file/drawing/anchor/index.d.ts +2 -2
  49. package/build/file/drawing/doc-properties/doc-properties-attributes.d.ts +12 -12
  50. package/build/file/drawing/doc-properties/doc-properties.d.ts +4 -4
  51. package/build/file/drawing/drawing.d.ts +16 -16
  52. package/build/file/drawing/effect-extent/effect-extent-attributes.d.ts +14 -14
  53. package/build/file/drawing/effect-extent/effect-extent.d.ts +4 -4
  54. package/build/file/drawing/extent/extent-attributes.d.ts +10 -10
  55. package/build/file/drawing/extent/extent.d.ts +5 -5
  56. package/build/file/drawing/floating/align.d.ts +5 -5
  57. package/build/file/drawing/floating/floating-position.d.ts +49 -49
  58. package/build/file/drawing/floating/horizontal-position.d.ts +5 -5
  59. package/build/file/drawing/floating/index.d.ts +4 -4
  60. package/build/file/drawing/floating/position-offset.d.ts +4 -4
  61. package/build/file/drawing/floating/simple-pos.d.ts +4 -4
  62. package/build/file/drawing/floating/vertical-position.d.ts +5 -5
  63. package/build/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts +10 -10
  64. package/build/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts +4 -4
  65. package/build/file/drawing/graphic-frame/graphic-frame-properties.d.ts +4 -4
  66. package/build/file/drawing/index.d.ts +3 -3
  67. package/build/file/drawing/inline/graphic/graphic-data/graphic-data-attribute.d.ts +8 -8
  68. package/build/file/drawing/inline/graphic/graphic-data/graphic-data.d.ts +6 -6
  69. package/build/file/drawing/inline/graphic/graphic-data/index.d.ts +1 -1
  70. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.d.ts +5 -5
  71. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/blip.d.ts +5 -5
  72. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.d.ts +4 -4
  73. package/build/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.d.ts +4 -4
  74. package/build/file/drawing/inline/graphic/graphic-data/pic/index.d.ts +1 -1
  75. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.d.ts +4 -4
  76. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes.d.ts +10 -10
  77. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.d.ts +4 -4
  78. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.d.ts +4 -4
  79. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes.d.ts +12 -12
  80. package/build/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.d.ts +4 -4
  81. package/build/file/drawing/inline/graphic/graphic-data/pic/pic-attributes.d.ts +8 -8
  82. package/build/file/drawing/inline/graphic/graphic-data/pic/pic.d.ts +5 -5
  83. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes.d.ts +10 -10
  84. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.d.ts +5 -5
  85. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.d.ts +17 -17
  86. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index.d.ts +1 -1
  87. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes.d.ts +10 -10
  88. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.d.ts +4 -4
  89. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.d.ts +4 -4
  90. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.d.ts +4 -4
  91. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.d.ts +4 -4
  92. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes.d.ts +8 -8
  93. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.d.ts +4 -4
  94. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes.d.ts +8 -8
  95. package/build/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.d.ts +6 -6
  96. package/build/file/drawing/inline/graphic/graphic.d.ts +6 -6
  97. package/build/file/drawing/inline/graphic/index.d.ts +1 -1
  98. package/build/file/drawing/inline/index.d.ts +1 -1
  99. package/build/file/drawing/inline/inline-attributes.d.ts +10 -10
  100. package/build/file/drawing/inline/inline.d.ts +7 -7
  101. package/build/file/drawing/text-wrap/index.d.ts +5 -5
  102. package/build/file/drawing/text-wrap/text-wrapping.d.ts +18 -18
  103. package/build/file/drawing/text-wrap/wrap-none.d.ts +4 -4
  104. package/build/file/drawing/text-wrap/wrap-square.d.ts +6 -6
  105. package/build/file/drawing/text-wrap/wrap-tight.d.ts +5 -5
  106. package/build/file/drawing/text-wrap/wrap-top-and-bottom.d.ts +5 -5
  107. package/build/file/file-properties.d.ts +5 -5
  108. package/build/file/file.d.ts +72 -72
  109. package/build/file/footer/footer-attributes.d.ts +50 -50
  110. package/build/file/footer/footer.d.ts +9 -9
  111. package/build/file/footer/index.d.ts +1 -1
  112. package/build/file/footer-wrapper.d.ts +23 -23
  113. package/build/file/footnotes/footnote/footnote-attributes.d.ts +10 -10
  114. package/build/file/footnotes/footnote/footnote.d.ts +14 -14
  115. package/build/file/footnotes/footnote/index.d.ts +1 -1
  116. package/build/file/footnotes/footnote/run/continuation-seperator-run.d.ts +4 -4
  117. package/build/file/footnotes/footnote/run/continuation-seperator.d.ts +4 -4
  118. package/build/file/footnotes/footnote/run/footnote-ref-run.d.ts +4 -4
  119. package/build/file/footnotes/footnote/run/footnote-ref.d.ts +4 -4
  120. package/build/file/footnotes/footnote/run/index.d.ts +1 -1
  121. package/build/file/footnotes/footnote/run/reference-run.d.ts +15 -15
  122. package/build/file/footnotes/footnote/run/seperator-run.d.ts +4 -4
  123. package/build/file/footnotes/footnote/run/seperator.d.ts +4 -4
  124. package/build/file/footnotes/footnotes-attributes.d.ts +40 -40
  125. package/build/file/footnotes/footnotes.d.ts +6 -6
  126. package/build/file/footnotes/index.d.ts +2 -2
  127. package/build/file/footnotes-wrapper.d.ts +10 -10
  128. package/build/file/header/header-attributes.d.ts +72 -72
  129. package/build/file/header/header.d.ts +9 -9
  130. package/build/file/header/index.d.ts +1 -1
  131. package/build/file/header-wrapper.d.ts +23 -23
  132. package/build/file/header.d.ts +13 -13
  133. package/build/file/index.d.ts +21 -21
  134. package/build/file/media/data.d.ts +22 -22
  135. package/build/file/media/index.d.ts +2 -2
  136. package/build/file/media/media.d.ts +19 -19
  137. package/build/file/numbering/abstract-numbering.d.ts +6 -6
  138. package/build/file/numbering/index.d.ts +4 -4
  139. package/build/file/numbering/level.d.ts +47 -47
  140. package/build/file/numbering/multi-level-type.d.ts +4 -4
  141. package/build/file/numbering/num.d.ts +20 -20
  142. package/build/file/numbering/numbering.d.ts +19 -19
  143. package/build/file/paragraph/formatting/alignment.d.ts +21 -21
  144. package/build/file/paragraph/formatting/border.d.ts +14 -14
  145. package/build/file/paragraph/formatting/break.d.ts +11 -11
  146. package/build/file/paragraph/formatting/indent.d.ts +12 -12
  147. package/build/file/paragraph/formatting/index.d.ts +8 -8
  148. package/build/file/paragraph/formatting/spacing.d.ts +17 -17
  149. package/build/file/paragraph/formatting/style.d.ts +13 -13
  150. package/build/file/paragraph/formatting/tab-stop.d.ts +39 -39
  151. package/build/file/paragraph/formatting/unordered-list.d.ts +4 -4
  152. package/build/file/paragraph/frame/frame-properties.d.ts +90 -90
  153. package/build/file/paragraph/frame/index.d.ts +1 -1
  154. package/build/file/paragraph/index.d.ts +7 -7
  155. package/build/file/paragraph/links/bookmark-attributes.d.ts +17 -17
  156. package/build/file/paragraph/links/bookmark.d.ts +17 -17
  157. package/build/file/paragraph/links/hyperlink-attributes.d.ts +13 -13
  158. package/build/file/paragraph/links/hyperlink.d.ts +26 -26
  159. package/build/file/paragraph/links/index.d.ts +4 -4
  160. package/build/file/paragraph/links/outline-level.d.ts +5 -5
  161. package/build/file/paragraph/links/pageref-field-instruction.d.ts +5 -5
  162. package/build/file/paragraph/links/pageref-properties.d.ts +4 -4
  163. package/build/file/paragraph/links/pageref.d.ts +5 -5
  164. package/build/file/paragraph/math/brackets/index.d.ts +4 -4
  165. package/build/file/paragraph/math/brackets/math-angled-brackets.d.ts +7 -7
  166. package/build/file/paragraph/math/brackets/math-beginning-character.d.ts +4 -4
  167. package/build/file/paragraph/math/brackets/math-bracket-properties.d.ts +7 -7
  168. package/build/file/paragraph/math/brackets/math-curly-brackets.d.ts +7 -7
  169. package/build/file/paragraph/math/brackets/math-ending-char.d.ts +4 -4
  170. package/build/file/paragraph/math/brackets/math-round-brackets.d.ts +7 -7
  171. package/build/file/paragraph/math/brackets/math-square-brackets.d.ts +7 -7
  172. package/build/file/paragraph/math/fraction/index.d.ts +3 -3
  173. package/build/file/paragraph/math/fraction/math-denominator.d.ts +5 -5
  174. package/build/file/paragraph/math/fraction/math-fraction.d.ts +9 -9
  175. package/build/file/paragraph/math/fraction/math-numerator.d.ts +5 -5
  176. package/build/file/paragraph/math/function/index.d.ts +3 -3
  177. package/build/file/paragraph/math/function/math-function-name.d.ts +5 -5
  178. package/build/file/paragraph/math/function/math-function-properties.d.ts +4 -4
  179. package/build/file/paragraph/math/function/math-function.d.ts +9 -9
  180. package/build/file/paragraph/math/index.d.ts +9 -9
  181. package/build/file/paragraph/math/math-component.d.ts +9 -9
  182. package/build/file/paragraph/math/math-run.d.ts +4 -4
  183. package/build/file/paragraph/math/math-text.d.ts +4 -4
  184. package/build/file/paragraph/math/math.d.ts +8 -8
  185. package/build/file/paragraph/math/n-ary/index.d.ts +7 -7
  186. package/build/file/paragraph/math/n-ary/math-accent-character.d.ts +4 -4
  187. package/build/file/paragraph/math/n-ary/math-base.d.ts +5 -5
  188. package/build/file/paragraph/math/n-ary/math-limit-location.d.ts +4 -4
  189. package/build/file/paragraph/math/n-ary/math-n-ary-properties.d.ts +4 -4
  190. package/build/file/paragraph/math/n-ary/math-sub-script-hide.d.ts +4 -4
  191. package/build/file/paragraph/math/n-ary/math-sub-script.d.ts +5 -5
  192. package/build/file/paragraph/math/n-ary/math-sum.d.ts +10 -10
  193. package/build/file/paragraph/math/n-ary/math-super-script-hide.d.ts +4 -4
  194. package/build/file/paragraph/math/n-ary/math-super-script.d.ts +5 -5
  195. package/build/file/paragraph/math/radical/index.d.ts +3 -3
  196. package/build/file/paragraph/math/radical/math-degree-hide.d.ts +4 -4
  197. package/build/file/paragraph/math/radical/math-degree.d.ts +5 -5
  198. package/build/file/paragraph/math/radical/math-radical-properties.d.ts +4 -4
  199. package/build/file/paragraph/math/radical/math-radical.d.ts +9 -9
  200. package/build/file/paragraph/math/script/index.d.ts +4 -4
  201. package/build/file/paragraph/math/script/pre-sub-super-script/index.d.ts +2 -2
  202. package/build/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.d.ts +4 -4
  203. package/build/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.d.ts +10 -10
  204. package/build/file/paragraph/math/script/sub-script/index.d.ts +2 -2
  205. package/build/file/paragraph/math/script/sub-script/math-sub-script-function-properties.d.ts +4 -4
  206. package/build/file/paragraph/math/script/sub-script/math-sub-script-function.d.ts +9 -9
  207. package/build/file/paragraph/math/script/sub-super-script/index.d.ts +2 -2
  208. package/build/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.d.ts +4 -4
  209. package/build/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.d.ts +10 -10
  210. package/build/file/paragraph/math/script/super-script/index.d.ts +2 -2
  211. package/build/file/paragraph/math/script/super-script/math-super-script-function-properties.d.ts +4 -4
  212. package/build/file/paragraph/math/script/super-script/math-super-script-function.d.ts +9 -9
  213. package/build/file/paragraph/paragraph.d.ts +20 -20
  214. package/build/file/paragraph/properties.d.ts +54 -54
  215. package/build/file/paragraph/run/break.d.ts +4 -4
  216. package/build/file/paragraph/run/comment-run.d.ts +26 -26
  217. package/build/file/paragraph/run/emphasis-mark.d.ts +13 -13
  218. package/build/file/paragraph/run/field.d.ts +10 -10
  219. package/build/file/paragraph/run/formatting.d.ts +13 -13
  220. package/build/file/paragraph/run/image-run.d.ts +17 -17
  221. package/build/file/paragraph/run/index.d.ts +12 -12
  222. package/build/file/paragraph/run/page-number.d.ts +10 -10
  223. package/build/file/paragraph/run/properties.d.ts +58 -58
  224. package/build/file/paragraph/run/run-components/symbol.d.ts +4 -4
  225. package/build/file/paragraph/run/run-components/text.d.ts +4 -4
  226. package/build/file/paragraph/run/run-fonts.d.ts +12 -12
  227. package/build/file/paragraph/run/run.d.ts +19 -19
  228. package/build/file/paragraph/run/script.d.ts +10 -10
  229. package/build/file/paragraph/run/sequential-identifier-instruction.d.ts +4 -4
  230. package/build/file/paragraph/run/sequential-identifier.d.ts +4 -4
  231. package/build/file/paragraph/run/simple-field.d.ts +7 -7
  232. package/build/file/paragraph/run/symbol-run.d.ts +8 -8
  233. package/build/file/paragraph/run/tab.d.ts +4 -4
  234. package/build/file/paragraph/run/text-attributes.d.ts +9 -9
  235. package/build/file/paragraph/run/text-run.d.ts +4 -4
  236. package/build/file/paragraph/run/underline.d.ts +23 -23
  237. package/build/file/relationships/attributes.d.ts +8 -8
  238. package/build/file/relationships/index.d.ts +1 -1
  239. package/build/file/relationships/relationship/relationship-attributes.d.ts +14 -14
  240. package/build/file/relationships/relationship/relationship.d.ts +8 -8
  241. package/build/file/relationships/relationships.d.ts +8 -8
  242. package/build/file/settings/compatibility-setting/compatibility-setting.d.ts +15 -15
  243. package/build/file/settings/compatibility.d.ts +8 -8
  244. package/build/file/settings/index.d.ts +1 -1
  245. package/build/file/settings/settings.d.ts +49 -49
  246. package/build/file/shading/index.d.ts +1 -1
  247. package/build/file/shading/shading.d.ts +48 -48
  248. package/build/file/shared/alignment.d.ts +14 -14
  249. package/build/file/shared/index.d.ts +2 -2
  250. package/build/file/shared/number-format.d.ts +64 -64
  251. package/build/file/space-type.d.ts +4 -4
  252. package/build/file/styles/defaults/document-defaults.d.ts +12 -12
  253. package/build/file/styles/defaults/index.d.ts +3 -3
  254. package/build/file/styles/defaults/paragraph-properties.d.ts +5 -5
  255. package/build/file/styles/defaults/run-properties.d.ts +5 -5
  256. package/build/file/styles/external-styles-factory.d.ts +4 -4
  257. package/build/file/styles/factory.d.ts +22 -22
  258. package/build/file/styles/index.d.ts +4 -4
  259. package/build/file/styles/latent-styles/exceptions.d.ts +20 -20
  260. package/build/file/styles/latent-styles/index.d.ts +1 -1
  261. package/build/file/styles/latent-styles/latent-styles.d.ts +5 -5
  262. package/build/file/styles/sample/default-style.d.ts +1 -102
  263. package/build/file/styles/sample/index.d.ts +1 -1
  264. package/build/file/styles/style/character-style.d.ts +13 -13
  265. package/build/file/styles/style/components.d.ts +11 -11
  266. package/build/file/styles/style/default-styles.d.ts +44 -44
  267. package/build/file/styles/style/index.d.ts +4 -4
  268. package/build/file/styles/style/paragraph-style.d.ts +15 -15
  269. package/build/file/styles/style/style.d.ts +20 -20
  270. package/build/file/styles/styles.d.ts +15 -15
  271. package/build/file/table/grid.d.ts +7 -7
  272. package/build/file/table/index.d.ts +5 -5
  273. package/build/file/table/table-cell/index.d.ts +2 -2
  274. package/build/file/table/table-cell/table-cell-components.d.ts +31 -31
  275. package/build/file/table/table-cell/table-cell-properties.d.ts +20 -20
  276. package/build/file/table/table-cell/table-cell.d.ts +12 -12
  277. package/build/file/table/table-properties/index.d.ts +5 -5
  278. package/build/file/table/table-properties/table-borders.d.ts +45 -45
  279. package/build/file/table/table-properties/table-cell-margin.d.ts +16 -16
  280. package/build/file/table/table-properties/table-float-properties.d.ts +52 -52
  281. package/build/file/table/table-properties/table-layout.d.ts +8 -8
  282. package/build/file/table/table-properties/table-overlap.d.ts +8 -8
  283. package/build/file/table/table-properties/table-properties.d.ts +23 -23
  284. package/build/file/table/table-row/index.d.ts +3 -3
  285. package/build/file/table/table-row/table-row-height.d.ts +18 -18
  286. package/build/file/table/table-row/table-row-properties.d.ts +13 -13
  287. package/build/file/table/table-row/table-row.d.ts +16 -16
  288. package/build/file/table/table-width.d.ts +14 -14
  289. package/build/file/table/table.d.ts +23 -23
  290. package/build/file/table-of-contents/alias.d.ts +4 -4
  291. package/build/file/table-of-contents/field-instruction.d.ts +6 -6
  292. package/build/file/table-of-contents/index.d.ts +2 -2
  293. package/build/file/table-of-contents/sdt-content.d.ts +4 -4
  294. package/build/file/table-of-contents/sdt-properties.d.ts +4 -4
  295. package/build/file/table-of-contents/table-of-contents-properties.d.ts +23 -23
  296. package/build/file/table-of-contents/table-of-contents.d.ts +5 -5
  297. package/build/file/track-revision/index.d.ts +2 -2
  298. package/build/file/track-revision/track-revision-components/deleted-page-number.d.ts +10 -10
  299. package/build/file/track-revision/track-revision-components/deleted-text-run.d.ts +13 -13
  300. package/build/file/track-revision/track-revision-components/deleted-text.d.ts +4 -4
  301. package/build/file/track-revision/track-revision-components/inserted-text-run.d.ts +9 -9
  302. package/build/file/track-revision/track-revision.d.ts +13 -13
  303. package/build/file/vertical-align/index.d.ts +1 -1
  304. package/build/file/vertical-align/vertical-align.d.ts +16 -16
  305. package/build/file/xml-components/attributes.d.ts +46 -46
  306. package/build/file/xml-components/base.d.ts +12 -12
  307. package/build/file/xml-components/default-attributes.d.ts +11 -11
  308. package/build/file/xml-components/imported-xml-component.d.ts +14 -14
  309. package/build/file/xml-components/index.d.ts +8 -8
  310. package/build/file/xml-components/initializable-xml-component.d.ts +4 -4
  311. package/build/file/xml-components/simple-elements.d.ts +16 -16
  312. package/build/file/xml-components/xml-component.d.ts +12 -12
  313. package/build/file/xml-components/xmlable-object.d.ts +7 -7
  314. package/build/import-dotx/import-dotx.d.ts +23 -23
  315. package/build/import-dotx/index.d.ts +1 -1
  316. package/build/index.d.ts +5 -5
  317. package/build/index.js +1 -1
  318. package/build/index.js.LICENSE.txt +0 -12
  319. package/build/tests/utility.d.ts +3 -3
  320. package/build/util/convenience-functions.d.ts +4 -4
  321. package/build/util/index.d.ts +2 -2
  322. package/build/util/values.d.ts +17 -17
  323. package/package.json +13 -6
  324. package/src/export/packer/image-replacer.ts +2 -2
  325. package/src/export/packer/next-compiler.spec.ts +2 -2
  326. package/src/export/packer/next-compiler.ts +8 -8
  327. package/src/export/packer/numbering-replacer.ts +1 -1
  328. package/src/export/packer/packer.spec.ts +65 -7
  329. package/src/export/packer/packer.ts +24 -0
  330. package/src/file/app-properties/app-properties.ts +1 -1
  331. package/src/file/border/border.ts +1 -1
  332. package/src/file/content-types/content-types.ts +1 -1
  333. package/src/file/content-types/default/default.ts +1 -1
  334. package/src/file/content-types/override/override.ts +1 -1
  335. package/src/file/core-properties/properties.ts +5 -5
  336. package/src/file/custom-properties/custom-properties.ts +4 -2
  337. package/src/file/custom-properties/custom-property.ts +2 -2
  338. package/src/file/document/body/body.ts +3 -1
  339. package/src/file/document/body/section-properties/properties/column.ts +1 -1
  340. package/src/file/document/body/section-properties/properties/columns.spec.ts +7 -0
  341. package/src/file/document/body/section-properties/properties/columns.ts +2 -2
  342. package/src/file/document/body/section-properties/properties/doc-grid.ts +1 -1
  343. package/src/file/document/body/section-properties/properties/header-footer-reference.ts +1 -1
  344. package/src/file/document/body/section-properties/properties/line-number.ts +1 -1
  345. package/src/file/document/body/section-properties/properties/page-borders.ts +1 -1
  346. package/src/file/document/body/section-properties/properties/page-margin.ts +1 -1
  347. package/src/file/document/body/section-properties/properties/page-number.ts +1 -1
  348. package/src/file/document/body/section-properties/properties/page-size.ts +1 -1
  349. package/src/file/document/body/section-properties/properties/page-text-direction.ts +1 -1
  350. package/src/file/document/body/section-properties/properties/section-type.ts +1 -1
  351. package/src/file/document/body/section-properties/section-properties.ts +1 -1
  352. package/src/file/document/document-background/document-background.ts +1 -1
  353. package/src/file/document/document.ts +1 -1
  354. package/src/file/document-wrapper.spec.ts +0 -2
  355. package/src/file/document-wrapper.ts +1 -1
  356. package/src/file/drawing/anchor/anchor.spec.ts +2 -3
  357. package/src/file/drawing/anchor/anchor.ts +1 -1
  358. package/src/file/drawing/doc-properties/doc-properties.ts +1 -1
  359. package/src/file/drawing/drawing.spec.ts +2 -3
  360. package/src/file/drawing/drawing.ts +1 -1
  361. package/src/file/drawing/effect-extent/effect-extent.ts +1 -1
  362. package/src/file/drawing/extent/extent.ts +1 -1
  363. package/src/file/drawing/floating/align.ts +1 -1
  364. package/src/file/drawing/floating/horizontal-position.ts +1 -1
  365. package/src/file/drawing/floating/position-offset.ts +1 -1
  366. package/src/file/drawing/floating/simple-pos.ts +1 -1
  367. package/src/file/drawing/floating/vertical-position.ts +1 -1
  368. package/src/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.ts +1 -1
  369. package/src/file/drawing/graphic-frame/graphic-frame-properties.ts +1 -1
  370. package/src/file/drawing/inline/graphic/graphic-data/graphic-data.ts +1 -1
  371. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.ts +1 -1
  372. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/blip.ts +1 -1
  373. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.ts +1 -1
  374. package/src/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.ts +2 -2
  375. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.ts +1 -1
  376. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.ts +1 -1
  377. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.ts +1 -1
  378. package/src/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.ts +1 -1
  379. package/src/file/drawing/inline/graphic/graphic-data/pic/pic.ts +1 -1
  380. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.ts +1 -1
  381. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.ts +1 -1
  382. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.ts +1 -1
  383. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.ts +1 -1
  384. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.ts +1 -1
  385. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.ts +1 -1
  386. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.ts +1 -1
  387. package/src/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.ts +1 -1
  388. package/src/file/drawing/inline/graphic/graphic.ts +1 -1
  389. package/src/file/drawing/inline/inline.ts +1 -1
  390. package/src/file/drawing/text-wrap/wrap-none.ts +1 -1
  391. package/src/file/drawing/text-wrap/wrap-square.ts +3 -2
  392. package/src/file/drawing/text-wrap/wrap-tight.ts +1 -1
  393. package/src/file/drawing/text-wrap/wrap-top-and-bottom.ts +1 -1
  394. package/src/file/file.spec.ts +55 -2
  395. package/src/file/file.ts +18 -13
  396. package/src/file/footer/footer.ts +1 -1
  397. package/src/file/footer-wrapper.spec.ts +1 -1
  398. package/src/file/footer-wrapper.ts +1 -1
  399. package/src/file/footnotes/footnote/footnote.ts +2 -2
  400. package/src/file/footnotes/footnote/run/continuation-seperator-run.ts +1 -1
  401. package/src/file/footnotes/footnote/run/continuation-seperator.ts +1 -1
  402. package/src/file/footnotes/footnote/run/footnote-ref-run.ts +1 -1
  403. package/src/file/footnotes/footnote/run/footnote-ref.ts +1 -1
  404. package/src/file/footnotes/footnote/run/reference-run.ts +2 -2
  405. package/src/file/footnotes/footnote/run/seperator-run.ts +1 -1
  406. package/src/file/footnotes/footnote/run/seperator.ts +1 -1
  407. package/src/file/footnotes/footnotes.ts +2 -2
  408. package/src/file/footnotes-wrapper.spec.ts +0 -2
  409. package/src/file/footnotes-wrapper.ts +1 -1
  410. package/src/file/header/header.ts +1 -1
  411. package/src/file/header-wrapper.spec.ts +1 -1
  412. package/src/file/header-wrapper.ts +1 -1
  413. package/src/file/header.ts +11 -3
  414. package/src/file/media/media.spec.ts +4 -2
  415. package/src/file/media/media.ts +3 -1
  416. package/src/file/numbering/abstract-numbering.ts +1 -1
  417. package/src/file/numbering/level.spec.ts +40 -3
  418. package/src/file/numbering/level.ts +27 -8
  419. package/src/file/numbering/multi-level-type.ts +1 -1
  420. package/src/file/numbering/num.ts +4 -4
  421. package/src/file/numbering/numbering.spec.ts +2 -1
  422. package/src/file/numbering/numbering.ts +18 -18
  423. package/src/file/paragraph/formatting/alignment.ts +1 -1
  424. package/src/file/paragraph/formatting/border.ts +2 -2
  425. package/src/file/paragraph/formatting/break.ts +4 -4
  426. package/src/file/paragraph/formatting/indent.ts +1 -1
  427. package/src/file/paragraph/formatting/spacing.ts +1 -1
  428. package/src/file/paragraph/formatting/style.ts +1 -1
  429. package/src/file/paragraph/formatting/tab-stop.ts +2 -2
  430. package/src/file/paragraph/formatting/unordered-list.ts +3 -3
  431. package/src/file/paragraph/frame/frame-properties.ts +1 -1
  432. package/src/file/paragraph/links/bookmark.ts +4 -4
  433. package/src/file/paragraph/links/hyperlink.ts +6 -4
  434. package/src/file/paragraph/links/outline-level.ts +1 -1
  435. package/src/file/paragraph/links/pageref-field-instruction.ts +1 -1
  436. package/src/file/paragraph/links/pageref.ts +1 -1
  437. package/src/file/paragraph/math/brackets/math-angled-brackets.ts +1 -1
  438. package/src/file/paragraph/math/brackets/math-beginning-character.ts +1 -1
  439. package/src/file/paragraph/math/brackets/math-bracket-properties.ts +1 -1
  440. package/src/file/paragraph/math/brackets/math-curly-brackets.ts +1 -1
  441. package/src/file/paragraph/math/brackets/math-ending-char.ts +1 -1
  442. package/src/file/paragraph/math/brackets/math-round-brackets.ts +1 -1
  443. package/src/file/paragraph/math/brackets/math-square-brackets.ts +1 -1
  444. package/src/file/paragraph/math/fraction/math-denominator.ts +1 -1
  445. package/src/file/paragraph/math/fraction/math-fraction.ts +3 -3
  446. package/src/file/paragraph/math/fraction/math-numerator.ts +1 -1
  447. package/src/file/paragraph/math/function/math-function-name.ts +1 -1
  448. package/src/file/paragraph/math/function/math-function-properties.ts +1 -1
  449. package/src/file/paragraph/math/function/math-function.ts +3 -3
  450. package/src/file/paragraph/math/math-run.ts +1 -1
  451. package/src/file/paragraph/math/math-text.ts +1 -1
  452. package/src/file/paragraph/math/math.ts +2 -2
  453. package/src/file/paragraph/math/n-ary/math-accent-character.ts +1 -1
  454. package/src/file/paragraph/math/n-ary/math-base.ts +1 -1
  455. package/src/file/paragraph/math/n-ary/math-limit-location.ts +1 -1
  456. package/src/file/paragraph/math/n-ary/math-n-ary-properties.ts +1 -1
  457. package/src/file/paragraph/math/n-ary/math-sub-script-hide.ts +1 -1
  458. package/src/file/paragraph/math/n-ary/math-sub-script.ts +1 -1
  459. package/src/file/paragraph/math/n-ary/math-sum.ts +4 -4
  460. package/src/file/paragraph/math/n-ary/math-super-script-hide.ts +1 -1
  461. package/src/file/paragraph/math/n-ary/math-super-script.ts +1 -1
  462. package/src/file/paragraph/math/radical/math-degree-hide.ts +1 -1
  463. package/src/file/paragraph/math/radical/math-degree.ts +1 -1
  464. package/src/file/paragraph/math/radical/math-radical-properties.ts +1 -1
  465. package/src/file/paragraph/math/radical/math-radical.ts +3 -3
  466. package/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.ts +1 -1
  467. package/src/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.ts +4 -4
  468. package/src/file/paragraph/math/script/sub-script/math-sub-script-function-properties.ts +1 -1
  469. package/src/file/paragraph/math/script/sub-script/math-sub-script-function.ts +3 -3
  470. package/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.ts +1 -1
  471. package/src/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.ts +4 -4
  472. package/src/file/paragraph/math/script/super-script/math-super-script-function-properties.ts +1 -1
  473. package/src/file/paragraph/math/script/super-script/math-super-script-function.ts +3 -3
  474. package/src/file/paragraph/paragraph.spec.ts +2 -6
  475. package/src/file/paragraph/paragraph.ts +2 -2
  476. package/src/file/paragraph/properties.spec.ts +1 -3
  477. package/src/file/paragraph/properties.ts +3 -2
  478. package/src/file/paragraph/run/break.ts +1 -1
  479. package/src/file/paragraph/run/comment-run.ts +6 -6
  480. package/src/file/paragraph/run/emphasis-mark.ts +2 -2
  481. package/src/file/paragraph/run/field.ts +3 -3
  482. package/src/file/paragraph/run/formatting.ts +4 -4
  483. package/src/file/paragraph/run/image-run.spec.ts +9 -9
  484. package/src/file/paragraph/run/image-run.ts +2 -1
  485. package/src/file/paragraph/run/page-number.ts +3 -3
  486. package/src/file/paragraph/run/properties.ts +2 -2
  487. package/src/file/paragraph/run/run-components/symbol.ts +1 -1
  488. package/src/file/paragraph/run/run-components/text.ts +1 -1
  489. package/src/file/paragraph/run/run-fonts.ts +5 -5
  490. package/src/file/paragraph/run/run.spec.ts +1 -3
  491. package/src/file/paragraph/run/run.ts +2 -2
  492. package/src/file/paragraph/run/script.ts +3 -3
  493. package/src/file/paragraph/run/sequential-identifier-instruction.ts +1 -1
  494. package/src/file/paragraph/run/sequential-identifier.ts +1 -1
  495. package/src/file/paragraph/run/simple-field.ts +2 -2
  496. package/src/file/paragraph/run/symbol-run.spec.ts +1 -3
  497. package/src/file/paragraph/run/symbol-run.ts +1 -1
  498. package/src/file/paragraph/run/tab.ts +1 -1
  499. package/src/file/paragraph/run/text-run.ts +1 -1
  500. package/src/file/paragraph/run/underline.ts +1 -1
  501. package/src/file/relationships/relationship/relationship.ts +1 -1
  502. package/src/file/relationships/relationships.ts +1 -1
  503. package/src/file/settings/compatibility-setting/compatibility-setting.ts +1 -1
  504. package/src/file/settings/compatibility.ts +1 -1
  505. package/src/file/settings/settings.ts +1 -1
  506. package/src/file/shading/shading.ts +1 -1
  507. package/src/file/styles/defaults/document-defaults.spec.ts +2 -2
  508. package/src/file/styles/defaults/document-defaults.ts +1 -1
  509. package/src/file/styles/defaults/paragraph-properties.ts +1 -1
  510. package/src/file/styles/defaults/run-properties.ts +1 -1
  511. package/src/file/styles/external-styles-factory.spec.ts +3 -3
  512. package/src/file/styles/external-styles-factory.ts +1 -0
  513. package/src/file/styles/latent-styles/exceptions.ts +1 -1
  514. package/src/file/styles/latent-styles/latent-styles.ts +1 -1
  515. package/src/file/styles/sample/default-style.ts +6 -6
  516. package/src/file/styles/style/character-style.ts +1 -1
  517. package/src/file/styles/style/components.ts +2 -2
  518. package/src/file/styles/style/default-styles.spec.ts +1 -2
  519. package/src/file/styles/style/default-styles.ts +14 -14
  520. package/src/file/styles/style/paragraph-style.ts +1 -1
  521. package/src/file/styles/style/style.ts +1 -1
  522. package/src/file/styles/styles.ts +4 -4
  523. package/src/file/table/grid.spec.ts +1 -2
  524. package/src/file/table/grid.ts +2 -2
  525. package/src/file/table/table-cell/table-cell-components.ts +4 -4
  526. package/src/file/table/table-cell/table-cell-properties.ts +1 -1
  527. package/src/file/table/table-cell/table-cell.ts +2 -2
  528. package/src/file/table/table-properties/table-borders.ts +1 -1
  529. package/src/file/table/table-properties/table-cell-margin.ts +4 -1
  530. package/src/file/table/table-properties/table-float-properties.ts +1 -1
  531. package/src/file/table/table-properties/table-layout.ts +1 -1
  532. package/src/file/table/table-properties/table-overlap.ts +1 -1
  533. package/src/file/table/table-properties/table-properties.ts +1 -1
  534. package/src/file/table/table-row/table-row-height.ts +1 -1
  535. package/src/file/table/table-row/table-row-properties.ts +1 -1
  536. package/src/file/table/table-row/table-row.ts +3 -3
  537. package/src/file/table/table-width.ts +1 -1
  538. package/src/file/table/table.ts +4 -3
  539. package/src/file/table-of-contents/alias.ts +1 -1
  540. package/src/file/table-of-contents/field-instruction.ts +1 -1
  541. package/src/file/table-of-contents/sdt-content.ts +1 -1
  542. package/src/file/table-of-contents/sdt-properties.ts +1 -1
  543. package/src/file/table-of-contents/table-of-contents-properties.ts +2 -2
  544. package/src/file/table-of-contents/table-of-contents.spec.ts +1 -3
  545. package/src/file/table-of-contents/table-of-contents.ts +1 -1
  546. package/src/file/track-revision/track-revision-components/deleted-page-number.ts +3 -3
  547. package/src/file/track-revision/track-revision-components/deleted-text-run.ts +2 -2
  548. package/src/file/track-revision/track-revision-components/deleted-text.ts +1 -1
  549. package/src/file/track-revision/track-revision-components/inserted-text-run.ts +1 -1
  550. package/src/file/vertical-align/vertical-align.ts +1 -1
  551. package/src/file/xml-components/base.ts +1 -1
  552. package/src/file/xml-components/default-attributes.ts +5 -4
  553. package/src/file/xml-components/imported-xml-component.spec.ts +3 -2
  554. package/src/file/xml-components/imported-xml-component.ts +13 -8
  555. package/src/file/xml-components/initializable-xml-component.ts +1 -1
  556. package/src/file/xml-components/simple-elements.ts +5 -5
  557. package/src/file/xml-components/xml-component.ts +4 -2
  558. package/src/import-dotx/import-dotx.ts +2 -0
  559. package/src/index.spec.ts +0 -1
  560. package/src/tests/utility.ts +1 -1
  561. package/src/util/convenience-functions.spec.ts +0 -2
  562. package/src/util/convenience-functions.ts +4 -12
  563. package/src/util/values.ts +29 -41
@@ -1,4 +1,4 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare class SequentialIdentifierInstruction extends XmlComponent {
3
- constructor(identifier: string);
4
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare class SequentialIdentifierInstruction extends XmlComponent {
3
+ constructor(identifier: string);
4
+ }
@@ -1,4 +1,4 @@
1
- import { Run } from "../../../file/paragraph/run";
2
- export declare class SequentialIdentifier extends Run {
3
- constructor(identifier: string);
4
- }
1
+ import { Run } from "../../../file/paragraph/run";
2
+ export declare class SequentialIdentifier extends Run {
3
+ constructor(identifier: string);
4
+ }
@@ -1,7 +1,7 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare class SimpleField extends XmlComponent {
3
- constructor(instruction: string, cachedValue?: string);
4
- }
5
- export declare class SimpleMailMergeField extends SimpleField {
6
- constructor(fieldName: string);
7
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare class SimpleField extends XmlComponent {
3
+ constructor(instruction: string, cachedValue?: string);
4
+ }
5
+ export declare class SimpleMailMergeField extends SimpleField {
6
+ constructor(fieldName: string);
7
+ }
@@ -1,8 +1,8 @@
1
- import { IRunOptions, Run } from "./run";
2
- export interface ISymbolRunOptions extends IRunOptions {
3
- readonly char: string;
4
- readonly symbolfont?: string;
5
- }
6
- export declare class SymbolRun extends Run {
7
- constructor(options: ISymbolRunOptions | string);
8
- }
1
+ import { IRunOptions, Run } from "./run";
2
+ export interface ISymbolRunOptions extends IRunOptions {
3
+ readonly char: string;
4
+ readonly symbolfont?: string;
5
+ }
6
+ export declare class SymbolRun extends Run {
7
+ constructor(options: ISymbolRunOptions | string);
8
+ }
@@ -1,4 +1,4 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare class Tab extends XmlComponent {
3
- constructor();
4
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare class Tab extends XmlComponent {
3
+ constructor();
4
+ }
@@ -1,9 +1,9 @@
1
- import { SpaceType } from "../../../file/space-type";
2
- import { XmlAttributeComponent } from "../../../file/xml-components";
3
- export declare class TextAttributes extends XmlAttributeComponent<{
4
- readonly space: SpaceType;
5
- }> {
6
- protected readonly xmlKeys: {
7
- space: string;
8
- };
9
- }
1
+ import { SpaceType } from "../../../file/space-type";
2
+ import { XmlAttributeComponent } from "../../../file/xml-components";
3
+ export declare class TextAttributes extends XmlAttributeComponent<{
4
+ readonly space: SpaceType;
5
+ }> {
6
+ protected readonly xmlKeys: {
7
+ space: string;
8
+ };
9
+ }
@@ -1,4 +1,4 @@
1
- import { IRunOptions, Run } from "./run";
2
- export declare class TextRun extends Run {
3
- constructor(options: IRunOptions | string);
4
- }
1
+ import { IRunOptions, Run } from "./run";
2
+ export declare class TextRun extends Run {
3
+ constructor(options: IRunOptions | string);
4
+ }
@@ -1,23 +1,23 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare enum UnderlineType {
3
- SINGLE = "single",
4
- WORDS = "words",
5
- DOUBLE = "double",
6
- THICK = "thick",
7
- DOTTED = "dotted",
8
- DOTTEDHEAVY = "dottedHeavy",
9
- DASH = "dash",
10
- DASHEDHEAVY = "dashedHeavy",
11
- DASHLONG = "dashLong",
12
- DASHLONGHEAVY = "dashLongHeavy",
13
- DOTDASH = "dotDash",
14
- DASHDOTHEAVY = "dashDotHeavy",
15
- DOTDOTDASH = "dotDotDash",
16
- DASHDOTDOTHEAVY = "dashDotDotHeavy",
17
- WAVE = "wave",
18
- WAVYHEAVY = "wavyHeavy",
19
- WAVYDOUBLE = "wavyDouble"
20
- }
21
- export declare class Underline extends XmlComponent {
22
- constructor(underlineType?: UnderlineType, color?: string);
23
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare enum UnderlineType {
3
+ SINGLE = "single",
4
+ WORDS = "words",
5
+ DOUBLE = "double",
6
+ THICK = "thick",
7
+ DOTTED = "dotted",
8
+ DOTTEDHEAVY = "dottedHeavy",
9
+ DASH = "dash",
10
+ DASHEDHEAVY = "dashedHeavy",
11
+ DASHLONG = "dashLong",
12
+ DASHLONGHEAVY = "dashLongHeavy",
13
+ DOTDASH = "dotDash",
14
+ DASHDOTHEAVY = "dashDotHeavy",
15
+ DOTDOTDASH = "dotDotDash",
16
+ DASHDOTDOTHEAVY = "dashDotDotHeavy",
17
+ WAVE = "wave",
18
+ WAVYHEAVY = "wavyHeavy",
19
+ WAVYDOUBLE = "wavyDouble"
20
+ }
21
+ export declare class Underline extends XmlComponent {
22
+ constructor(underlineType?: UnderlineType, color?: string);
23
+ }
@@ -1,8 +1,8 @@
1
- import { XmlAttributeComponent } from "../../file/xml-components";
2
- export declare class RelationshipsAttributes extends XmlAttributeComponent<{
3
- readonly xmlns: string;
4
- }> {
5
- protected readonly xmlKeys: {
6
- xmlns: string;
7
- };
8
- }
1
+ import { XmlAttributeComponent } from "../../file/xml-components";
2
+ export declare class RelationshipsAttributes extends XmlAttributeComponent<{
3
+ readonly xmlns: string;
4
+ }> {
5
+ protected readonly xmlKeys: {
6
+ xmlns: string;
7
+ };
8
+ }
@@ -1 +1 @@
1
- export * from "./relationships";
1
+ export * from "./relationships";
@@ -1,14 +1,14 @@
1
- import { XmlAttributeComponent } from "../../../file/xml-components";
2
- export declare class RelationshipAttributes extends XmlAttributeComponent<{
3
- readonly id: string;
4
- readonly type: string;
5
- readonly target: string;
6
- readonly targetMode?: string;
7
- }> {
8
- protected readonly xmlKeys: {
9
- id: string;
10
- type: string;
11
- target: string;
12
- targetMode: string;
13
- };
14
- }
1
+ import { XmlAttributeComponent } from "../../../file/xml-components";
2
+ export declare class RelationshipAttributes extends XmlAttributeComponent<{
3
+ readonly id: string;
4
+ readonly type: string;
5
+ readonly target: string;
6
+ readonly targetMode?: string;
7
+ }> {
8
+ protected readonly xmlKeys: {
9
+ id: string;
10
+ type: string;
11
+ target: string;
12
+ targetMode: string;
13
+ };
14
+ }
@@ -1,8 +1,8 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare type RelationshipType = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" | "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments";
3
- export declare enum TargetModeType {
4
- EXTERNAL = "External"
5
- }
6
- export declare class Relationship extends XmlComponent {
7
- constructor(id: string, type: RelationshipType, target: string, targetMode?: TargetModeType);
8
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare type RelationshipType = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" | "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/custom-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments";
3
+ export declare enum TargetModeType {
4
+ EXTERNAL = "External"
5
+ }
6
+ export declare class Relationship extends XmlComponent {
7
+ constructor(id: string, type: RelationshipType, target: string, targetMode?: TargetModeType);
8
+ }
@@ -1,8 +1,8 @@
1
- import { XmlComponent } from "../../file/xml-components";
2
- import { Relationship, RelationshipType, TargetModeType } from "./relationship/relationship";
3
- export declare class Relationships extends XmlComponent {
4
- constructor();
5
- addRelationship(relationship: Relationship): void;
6
- createRelationship(id: number | string, type: RelationshipType, target: string, targetMode?: TargetModeType): Relationship;
7
- get RelationshipCount(): number;
8
- }
1
+ import { XmlComponent } from "../../file/xml-components";
2
+ import { Relationship, RelationshipType, TargetModeType } from "./relationship/relationship";
3
+ export declare class Relationships extends XmlComponent {
4
+ constructor();
5
+ addRelationship(relationship: Relationship): void;
6
+ createRelationship(id: number | string, type: RelationshipType, target: string, targetMode?: TargetModeType): Relationship;
7
+ get RelationshipCount(): number;
8
+ }
@@ -1,15 +1,15 @@
1
- import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
- export declare class CompatibilitySettingAttributes extends XmlAttributeComponent<{
3
- readonly version: number;
4
- readonly name: string;
5
- readonly uri: string;
6
- }> {
7
- protected readonly xmlKeys: {
8
- version: string;
9
- name: string;
10
- uri: string;
11
- };
12
- }
13
- export declare class CompatibilitySetting extends XmlComponent {
14
- constructor(version: number);
15
- }
1
+ import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
+ export declare class CompatibilitySettingAttributes extends XmlAttributeComponent<{
3
+ readonly version: number;
4
+ readonly name: string;
5
+ readonly uri: string;
6
+ }> {
7
+ protected readonly xmlKeys: {
8
+ version: string;
9
+ name: string;
10
+ uri: string;
11
+ };
12
+ }
13
+ export declare class CompatibilitySetting extends XmlComponent {
14
+ constructor(version: number);
15
+ }
@@ -1,8 +1,8 @@
1
- import { XmlComponent } from "../../file/xml-components";
2
- export interface ICompatibilityOptions {
3
- readonly doNotExpandShiftReturn?: boolean;
4
- readonly version?: number;
5
- }
6
- export declare class Compatibility extends XmlComponent {
7
- constructor(options: ICompatibilityOptions);
8
- }
1
+ import { XmlComponent } from "../../file/xml-components";
2
+ export interface ICompatibilityOptions {
3
+ readonly doNotExpandShiftReturn?: boolean;
4
+ readonly version?: number;
5
+ }
6
+ export declare class Compatibility extends XmlComponent {
7
+ constructor(options: ICompatibilityOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./settings";
1
+ export * from "./settings";
@@ -1,49 +1,49 @@
1
- import { XmlAttributeComponent, XmlComponent } from "../../file/xml-components";
2
- export declare class SettingsAttributes extends XmlAttributeComponent<{
3
- readonly wpc?: string;
4
- readonly mc?: string;
5
- readonly o?: string;
6
- readonly r?: string;
7
- readonly m?: string;
8
- readonly v?: string;
9
- readonly wp14?: string;
10
- readonly wp?: string;
11
- readonly w10?: string;
12
- readonly w?: string;
13
- readonly w14?: string;
14
- readonly w15?: string;
15
- readonly wpg?: string;
16
- readonly wpi?: string;
17
- readonly wne?: string;
18
- readonly wps?: string;
19
- readonly Ignorable?: string;
20
- }> {
21
- protected readonly xmlKeys: {
22
- wpc: string;
23
- mc: string;
24
- o: string;
25
- r: string;
26
- m: string;
27
- v: string;
28
- wp14: string;
29
- wp: string;
30
- w10: string;
31
- w: string;
32
- w14: string;
33
- w15: string;
34
- wpg: string;
35
- wpi: string;
36
- wne: string;
37
- wps: string;
38
- Ignorable: string;
39
- };
40
- }
41
- export interface ISettingsOptions {
42
- readonly compatabilityModeVersion?: number;
43
- readonly evenAndOddHeaders?: boolean;
44
- readonly trackRevisions?: boolean;
45
- readonly updateFields?: boolean;
46
- }
47
- export declare class Settings extends XmlComponent {
48
- constructor(options: ISettingsOptions);
49
- }
1
+ import { XmlAttributeComponent, XmlComponent } from "../../file/xml-components";
2
+ export declare class SettingsAttributes extends XmlAttributeComponent<{
3
+ readonly wpc?: string;
4
+ readonly mc?: string;
5
+ readonly o?: string;
6
+ readonly r?: string;
7
+ readonly m?: string;
8
+ readonly v?: string;
9
+ readonly wp14?: string;
10
+ readonly wp?: string;
11
+ readonly w10?: string;
12
+ readonly w?: string;
13
+ readonly w14?: string;
14
+ readonly w15?: string;
15
+ readonly wpg?: string;
16
+ readonly wpi?: string;
17
+ readonly wne?: string;
18
+ readonly wps?: string;
19
+ readonly Ignorable?: string;
20
+ }> {
21
+ protected readonly xmlKeys: {
22
+ wpc: string;
23
+ mc: string;
24
+ o: string;
25
+ r: string;
26
+ m: string;
27
+ v: string;
28
+ wp14: string;
29
+ wp: string;
30
+ w10: string;
31
+ w: string;
32
+ w14: string;
33
+ w15: string;
34
+ wpg: string;
35
+ wpi: string;
36
+ wne: string;
37
+ wps: string;
38
+ Ignorable: string;
39
+ };
40
+ }
41
+ export interface ISettingsOptions {
42
+ readonly compatabilityModeVersion?: number;
43
+ readonly evenAndOddHeaders?: boolean;
44
+ readonly trackRevisions?: boolean;
45
+ readonly updateFields?: boolean;
46
+ }
47
+ export declare class Settings extends XmlComponent {
48
+ constructor(options: ISettingsOptions);
49
+ }
@@ -1 +1 @@
1
- export * from "./shading";
1
+ export * from "./shading";
@@ -1,48 +1,48 @@
1
- import { XmlComponent } from "../../file/xml-components";
2
- export interface IShadingAttributesProperties {
3
- readonly fill?: string;
4
- readonly color?: string;
5
- readonly type?: ShadingType;
6
- }
7
- export declare class Shading extends XmlComponent {
8
- constructor({ fill, color, type }: IShadingAttributesProperties);
9
- }
10
- export declare enum ShadingType {
11
- CLEAR = "clear",
12
- DIAGONAL_CROSS = "diagCross",
13
- DIAGONAL_STRIPE = "diagStripe",
14
- HORIZONTAL_CROSS = "horzCross",
15
- HORIZONTAL_STRIPE = "horzStripe",
16
- NIL = "nil",
17
- PERCENT_5 = "pct5",
18
- PERCENT_10 = "pct10",
19
- PERCENT_12 = "pct12",
20
- PERCENT_15 = "pct15",
21
- PERCENT_20 = "pct20",
22
- PERCENT_25 = "pct25",
23
- PERCENT_30 = "pct30",
24
- PERCENT_35 = "pct35",
25
- PERCENT_37 = "pct37",
26
- PERCENT_40 = "pct40",
27
- PERCENT_45 = "pct45",
28
- PERCENT_50 = "pct50",
29
- PERCENT_55 = "pct55",
30
- PERCENT_60 = "pct60",
31
- PERCENT_62 = "pct62",
32
- PERCENT_65 = "pct65",
33
- PERCENT_70 = "pct70",
34
- PERCENT_75 = "pct75",
35
- PERCENT_80 = "pct80",
36
- PERCENT_85 = "pct85",
37
- PERCENT_87 = "pct87",
38
- PERCENT_90 = "pct90",
39
- PERCENT_95 = "pct95",
40
- REVERSE_DIAGONAL_STRIPE = "reverseDiagStripe",
41
- SOLID = "solid",
42
- THIN_DIAGONAL_CROSS = "thinDiagCross",
43
- THIN_DIAGONAL_STRIPE = "thinDiagStripe",
44
- THIN_HORIZONTAL_CROSS = "thinHorzCross",
45
- THIN_REVERSE_DIAGONAL_STRIPE = "thinReverseDiagStripe",
46
- THIN_VERTICAL_STRIPE = "thinVertStripe",
47
- VERTICAL_STRIPE = "vertStripe"
48
- }
1
+ import { XmlComponent } from "../../file/xml-components";
2
+ export interface IShadingAttributesProperties {
3
+ readonly fill?: string;
4
+ readonly color?: string;
5
+ readonly type?: ShadingType;
6
+ }
7
+ export declare class Shading extends XmlComponent {
8
+ constructor({ fill, color, type }: IShadingAttributesProperties);
9
+ }
10
+ export declare enum ShadingType {
11
+ CLEAR = "clear",
12
+ DIAGONAL_CROSS = "diagCross",
13
+ DIAGONAL_STRIPE = "diagStripe",
14
+ HORIZONTAL_CROSS = "horzCross",
15
+ HORIZONTAL_STRIPE = "horzStripe",
16
+ NIL = "nil",
17
+ PERCENT_5 = "pct5",
18
+ PERCENT_10 = "pct10",
19
+ PERCENT_12 = "pct12",
20
+ PERCENT_15 = "pct15",
21
+ PERCENT_20 = "pct20",
22
+ PERCENT_25 = "pct25",
23
+ PERCENT_30 = "pct30",
24
+ PERCENT_35 = "pct35",
25
+ PERCENT_37 = "pct37",
26
+ PERCENT_40 = "pct40",
27
+ PERCENT_45 = "pct45",
28
+ PERCENT_50 = "pct50",
29
+ PERCENT_55 = "pct55",
30
+ PERCENT_60 = "pct60",
31
+ PERCENT_62 = "pct62",
32
+ PERCENT_65 = "pct65",
33
+ PERCENT_70 = "pct70",
34
+ PERCENT_75 = "pct75",
35
+ PERCENT_80 = "pct80",
36
+ PERCENT_85 = "pct85",
37
+ PERCENT_87 = "pct87",
38
+ PERCENT_90 = "pct90",
39
+ PERCENT_95 = "pct95",
40
+ REVERSE_DIAGONAL_STRIPE = "reverseDiagStripe",
41
+ SOLID = "solid",
42
+ THIN_DIAGONAL_CROSS = "thinDiagCross",
43
+ THIN_DIAGONAL_STRIPE = "thinDiagStripe",
44
+ THIN_HORIZONTAL_CROSS = "thinHorzCross",
45
+ THIN_REVERSE_DIAGONAL_STRIPE = "thinReverseDiagStripe",
46
+ THIN_VERTICAL_STRIPE = "thinVertStripe",
47
+ VERTICAL_STRIPE = "vertStripe"
48
+ }
@@ -1,14 +1,14 @@
1
- export declare enum HorizontalPositionAlign {
2
- CENTER = "center",
3
- INSIDE = "inside",
4
- LEFT = "left",
5
- OUTSIDE = "outside",
6
- RIGHT = "right"
7
- }
8
- export declare enum VerticalPositionAlign {
9
- BOTTOM = "bottom",
10
- CENTER = "center",
11
- INSIDE = "inside",
12
- OUTSIDE = "outside",
13
- TOP = "top"
14
- }
1
+ export declare enum HorizontalPositionAlign {
2
+ CENTER = "center",
3
+ INSIDE = "inside",
4
+ LEFT = "left",
5
+ OUTSIDE = "outside",
6
+ RIGHT = "right"
7
+ }
8
+ export declare enum VerticalPositionAlign {
9
+ BOTTOM = "bottom",
10
+ CENTER = "center",
11
+ INSIDE = "inside",
12
+ OUTSIDE = "outside",
13
+ TOP = "top"
14
+ }
@@ -1,2 +1,2 @@
1
- export * from "./alignment";
2
- export * from "./number-format";
1
+ export * from "./alignment";
2
+ export * from "./number-format";