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,20 +1,20 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export interface IStyleAttributes {
3
- readonly type?: string;
4
- readonly styleId?: string;
5
- readonly default?: boolean;
6
- readonly customStyle?: string;
7
- }
8
- export interface IStyleOptions {
9
- readonly name?: string;
10
- readonly basedOn?: string;
11
- readonly next?: string;
12
- readonly link?: string;
13
- readonly uiPriority?: number;
14
- readonly semiHidden?: boolean;
15
- readonly unhideWhenUsed?: boolean;
16
- readonly quickFormat?: boolean;
17
- }
18
- export declare class Style extends XmlComponent {
19
- constructor(attributes: IStyleAttributes, options: IStyleOptions);
20
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export interface IStyleAttributes {
3
+ readonly type?: string;
4
+ readonly styleId?: string;
5
+ readonly default?: boolean;
6
+ readonly customStyle?: string;
7
+ }
8
+ export interface IStyleOptions {
9
+ readonly name?: string;
10
+ readonly basedOn?: string;
11
+ readonly next?: string;
12
+ readonly link?: string;
13
+ readonly uiPriority?: number;
14
+ readonly semiHidden?: boolean;
15
+ readonly unhideWhenUsed?: boolean;
16
+ readonly quickFormat?: boolean;
17
+ }
18
+ export declare class Style extends XmlComponent {
19
+ constructor(attributes: IStyleAttributes, options: IStyleOptions);
20
+ }
@@ -1,15 +1,15 @@
1
- import { IDefaultStylesOptions } from "../../file/styles/factory";
2
- import { BaseXmlComponent, ImportedXmlComponent, XmlComponent } from "../../file/xml-components";
3
- import { StyleForCharacter, StyleForParagraph } from "./style";
4
- import { ICharacterStyleOptions } from "./style/character-style";
5
- import { IParagraphStyleOptions } from "./style/paragraph-style";
6
- export interface IStylesOptions {
7
- readonly default?: IDefaultStylesOptions;
8
- readonly initialStyles?: BaseXmlComponent;
9
- readonly paragraphStyles?: IParagraphStyleOptions[];
10
- readonly characterStyles?: ICharacterStyleOptions[];
11
- readonly importedStyles?: (XmlComponent | StyleForParagraph | StyleForCharacter | ImportedXmlComponent)[];
12
- }
13
- export declare class Styles extends XmlComponent {
14
- constructor(options: IStylesOptions);
15
- }
1
+ import { IDefaultStylesOptions } from "../../file/styles/factory";
2
+ import { BaseXmlComponent, ImportedXmlComponent, XmlComponent } from "../../file/xml-components";
3
+ import { StyleForCharacter, StyleForParagraph } from "./style";
4
+ import { ICharacterStyleOptions } from "./style/character-style";
5
+ import { IParagraphStyleOptions } from "./style/paragraph-style";
6
+ export interface IStylesOptions {
7
+ readonly default?: IDefaultStylesOptions;
8
+ readonly initialStyles?: BaseXmlComponent;
9
+ readonly paragraphStyles?: readonly IParagraphStyleOptions[];
10
+ readonly characterStyles?: readonly ICharacterStyleOptions[];
11
+ readonly importedStyles?: readonly (XmlComponent | StyleForParagraph | StyleForCharacter | ImportedXmlComponent)[];
12
+ }
13
+ export declare class Styles extends XmlComponent {
14
+ constructor(options: IStylesOptions);
15
+ }
@@ -1,7 +1,7 @@
1
- import { XmlComponent } from "../../file/xml-components";
2
- export declare class TableGrid extends XmlComponent {
3
- constructor(widths: number[] | string[]);
4
- }
5
- export declare class GridCol extends XmlComponent {
6
- constructor(width?: number | string);
7
- }
1
+ import { XmlComponent } from "../../file/xml-components";
2
+ export declare class TableGrid extends XmlComponent {
3
+ constructor(widths: readonly number[] | readonly string[]);
4
+ }
5
+ export declare class GridCol extends XmlComponent {
6
+ constructor(width?: number | string);
7
+ }
@@ -1,5 +1,5 @@
1
- export * from "./table";
2
- export * from "./table-cell";
3
- export * from "./table-properties";
4
- export * from "./table-row";
5
- export * from "./table-width";
1
+ export * from "./table";
2
+ export * from "./table-cell";
3
+ export * from "./table-properties";
4
+ export * from "./table-row";
5
+ export * from "./table-width";
@@ -1,2 +1,2 @@
1
- export * from "./table-cell";
2
- export * from "./table-cell-components";
1
+ export * from "./table-cell";
2
+ export * from "./table-cell-components";
@@ -1,31 +1,31 @@
1
- import { IBorderOptions } from "../../../file/border";
2
- import { IgnoreIfEmptyXmlComponent, XmlComponent } from "../../../file/xml-components";
3
- export interface ITableCellBorders {
4
- readonly top?: IBorderOptions;
5
- readonly start?: IBorderOptions;
6
- readonly left?: IBorderOptions;
7
- readonly bottom?: IBorderOptions;
8
- readonly end?: IBorderOptions;
9
- readonly right?: IBorderOptions;
10
- }
11
- export declare class TableCellBorders extends IgnoreIfEmptyXmlComponent {
12
- constructor(options: ITableCellBorders);
13
- }
14
- export declare class GridSpan extends XmlComponent {
15
- constructor(value: number);
16
- }
17
- export declare enum VerticalMergeType {
18
- CONTINUE = "continue",
19
- RESTART = "restart"
20
- }
21
- export declare class VerticalMerge extends XmlComponent {
22
- constructor(value: VerticalMergeType);
23
- }
24
- export declare enum TextDirection {
25
- BOTTOM_TO_TOP_LEFT_TO_RIGHT = "btLr",
26
- LEFT_TO_RIGHT_TOP_TO_BOTTOM = "lrTb",
27
- TOP_TO_BOTTOM_RIGHT_TO_LEFT = "tbRl"
28
- }
29
- export declare class TDirection extends XmlComponent {
30
- constructor(value: TextDirection);
31
- }
1
+ import { IBorderOptions } from "../../../file/border";
2
+ import { IgnoreIfEmptyXmlComponent, XmlComponent } from "../../../file/xml-components";
3
+ export interface ITableCellBorders {
4
+ readonly top?: IBorderOptions;
5
+ readonly start?: IBorderOptions;
6
+ readonly left?: IBorderOptions;
7
+ readonly bottom?: IBorderOptions;
8
+ readonly end?: IBorderOptions;
9
+ readonly right?: IBorderOptions;
10
+ }
11
+ export declare class TableCellBorders extends IgnoreIfEmptyXmlComponent {
12
+ constructor(options: ITableCellBorders);
13
+ }
14
+ export declare class GridSpan extends XmlComponent {
15
+ constructor(value: number);
16
+ }
17
+ export declare enum VerticalMergeType {
18
+ CONTINUE = "continue",
19
+ RESTART = "restart"
20
+ }
21
+ export declare class VerticalMerge extends XmlComponent {
22
+ constructor(value: VerticalMergeType);
23
+ }
24
+ export declare enum TextDirection {
25
+ BOTTOM_TO_TOP_LEFT_TO_RIGHT = "btLr",
26
+ LEFT_TO_RIGHT_TOP_TO_BOTTOM = "lrTb",
27
+ TOP_TO_BOTTOM_RIGHT_TO_LEFT = "tbRl"
28
+ }
29
+ export declare class TDirection extends XmlComponent {
30
+ constructor(value: TextDirection);
31
+ }
@@ -1,20 +1,20 @@
1
- import { VerticalAlign } from "../../../file/vertical-align";
2
- import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
3
- import { IShadingAttributesProperties } from "../../shading";
4
- import { ITableCellMarginOptions } from "../table-properties/table-cell-margin";
5
- import { ITableWidthProperties } from "../table-width";
6
- import { ITableCellBorders, TextDirection, VerticalMergeType } from "./table-cell-components";
7
- export interface ITableCellPropertiesOptions {
8
- readonly shading?: IShadingAttributesProperties;
9
- readonly margins?: ITableCellMarginOptions;
10
- readonly verticalAlign?: VerticalAlign;
11
- readonly textDirection?: TextDirection;
12
- readonly verticalMerge?: VerticalMergeType;
13
- readonly width?: ITableWidthProperties;
14
- readonly columnSpan?: number;
15
- readonly rowSpan?: number;
16
- readonly borders?: ITableCellBorders;
17
- }
18
- export declare class TableCellProperties extends IgnoreIfEmptyXmlComponent {
19
- constructor(options: ITableCellPropertiesOptions);
20
- }
1
+ import { VerticalAlign } from "../../../file/vertical-align";
2
+ import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
3
+ import { IShadingAttributesProperties } from "../../shading";
4
+ import { ITableCellMarginOptions } from "../table-properties/table-cell-margin";
5
+ import { ITableWidthProperties } from "../table-width";
6
+ import { ITableCellBorders, TextDirection, VerticalMergeType } from "./table-cell-components";
7
+ export interface ITableCellPropertiesOptions {
8
+ readonly shading?: IShadingAttributesProperties;
9
+ readonly margins?: ITableCellMarginOptions;
10
+ readonly verticalAlign?: VerticalAlign;
11
+ readonly textDirection?: TextDirection;
12
+ readonly verticalMerge?: VerticalMergeType;
13
+ readonly width?: ITableWidthProperties;
14
+ readonly columnSpan?: number;
15
+ readonly rowSpan?: number;
16
+ readonly borders?: ITableCellBorders;
17
+ }
18
+ export declare class TableCellProperties extends IgnoreIfEmptyXmlComponent {
19
+ constructor(options: ITableCellPropertiesOptions);
20
+ }
@@ -1,12 +1,12 @@
1
- import { Paragraph } from "../../../file/paragraph";
2
- import { IContext, IXmlableObject, XmlComponent } from "../../../file/xml-components";
3
- import { Table } from "../table";
4
- import { ITableCellPropertiesOptions } from "./table-cell-properties";
5
- export interface ITableCellOptions extends ITableCellPropertiesOptions {
6
- readonly children: (Paragraph | Table)[];
7
- }
8
- export declare class TableCell extends XmlComponent {
9
- readonly options: ITableCellOptions;
10
- constructor(options: ITableCellOptions);
11
- prepForXml(context: IContext): IXmlableObject | undefined;
12
- }
1
+ import { Paragraph } from "../../../file/paragraph";
2
+ import { IContext, IXmlableObject, XmlComponent } from "../../../file/xml-components";
3
+ import { Table } from "../table";
4
+ import { ITableCellPropertiesOptions } from "./table-cell-properties";
5
+ export interface ITableCellOptions extends ITableCellPropertiesOptions {
6
+ readonly children: readonly (Paragraph | Table)[];
7
+ }
8
+ export declare class TableCell extends XmlComponent {
9
+ readonly options: ITableCellOptions;
10
+ constructor(options: ITableCellOptions);
11
+ prepForXml(context: IContext): IXmlableObject | undefined;
12
+ }
@@ -1,5 +1,5 @@
1
- export * from "./table-properties";
2
- export * from "./table-float-properties";
3
- export * from "./table-layout";
4
- export * from "./table-borders";
5
- export * from "./table-overlap";
1
+ export * from "./table-properties";
2
+ export * from "./table-float-properties";
3
+ export * from "./table-layout";
4
+ export * from "./table-borders";
5
+ export * from "./table-overlap";
@@ -1,45 +1,45 @@
1
- import { BorderStyle, IBorderOptions } from "../../../file/border";
2
- import { XmlComponent } from "../../../file/xml-components";
3
- export interface ITableBordersOptions {
4
- readonly top?: IBorderOptions;
5
- readonly bottom?: IBorderOptions;
6
- readonly left?: IBorderOptions;
7
- readonly right?: IBorderOptions;
8
- readonly insideHorizontal?: IBorderOptions;
9
- readonly insideVertical?: IBorderOptions;
10
- }
11
- export declare class TableBorders extends XmlComponent {
12
- static readonly NONE: {
13
- top: {
14
- style: BorderStyle;
15
- size: number;
16
- color: string;
17
- };
18
- bottom: {
19
- style: BorderStyle;
20
- size: number;
21
- color: string;
22
- };
23
- left: {
24
- style: BorderStyle;
25
- size: number;
26
- color: string;
27
- };
28
- right: {
29
- style: BorderStyle;
30
- size: number;
31
- color: string;
32
- };
33
- insideHorizontal: {
34
- style: BorderStyle;
35
- size: number;
36
- color: string;
37
- };
38
- insideVertical: {
39
- style: BorderStyle;
40
- size: number;
41
- color: string;
42
- };
43
- };
44
- constructor(options: ITableBordersOptions);
45
- }
1
+ import { BorderStyle, IBorderOptions } from "../../../file/border";
2
+ import { XmlComponent } from "../../../file/xml-components";
3
+ export interface ITableBordersOptions {
4
+ readonly top?: IBorderOptions;
5
+ readonly bottom?: IBorderOptions;
6
+ readonly left?: IBorderOptions;
7
+ readonly right?: IBorderOptions;
8
+ readonly insideHorizontal?: IBorderOptions;
9
+ readonly insideVertical?: IBorderOptions;
10
+ }
11
+ export declare class TableBorders extends XmlComponent {
12
+ static readonly NONE: {
13
+ top: {
14
+ style: BorderStyle;
15
+ size: number;
16
+ color: string;
17
+ };
18
+ bottom: {
19
+ style: BorderStyle;
20
+ size: number;
21
+ color: string;
22
+ };
23
+ left: {
24
+ style: BorderStyle;
25
+ size: number;
26
+ color: string;
27
+ };
28
+ right: {
29
+ style: BorderStyle;
30
+ size: number;
31
+ color: string;
32
+ };
33
+ insideHorizontal: {
34
+ style: BorderStyle;
35
+ size: number;
36
+ color: string;
37
+ };
38
+ insideVertical: {
39
+ style: BorderStyle;
40
+ size: number;
41
+ color: string;
42
+ };
43
+ };
44
+ constructor(options: ITableBordersOptions);
45
+ }
@@ -1,16 +1,16 @@
1
- import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
- import { WidthType } from "../table-width";
3
- export interface ITableCellMarginOptions {
4
- readonly marginUnitType?: WidthType;
5
- readonly top?: number;
6
- readonly bottom?: number;
7
- readonly left?: number;
8
- readonly right?: number;
9
- }
10
- export declare enum TableCellMarginElementType {
11
- TABLE = "w:tblCellMar",
12
- TABLE_CELL = "w:tcMar"
13
- }
14
- export declare class TableCellMargin extends IgnoreIfEmptyXmlComponent {
15
- constructor(type: TableCellMarginElementType, { marginUnitType, top, left, bottom, right }: ITableCellMarginOptions);
16
- }
1
+ import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
+ import { WidthType } from "../table-width";
3
+ export interface ITableCellMarginOptions {
4
+ readonly marginUnitType?: WidthType;
5
+ readonly top?: number;
6
+ readonly bottom?: number;
7
+ readonly left?: number;
8
+ readonly right?: number;
9
+ }
10
+ export declare enum TableCellMarginElementType {
11
+ TABLE = "w:tblCellMar",
12
+ TABLE_CELL = "w:tcMar"
13
+ }
14
+ export declare class TableCellMargin extends IgnoreIfEmptyXmlComponent {
15
+ constructor(type: TableCellMarginElementType, { marginUnitType, top, left, bottom, right }: ITableCellMarginOptions);
16
+ }
@@ -1,52 +1,52 @@
1
- import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
- import { OverlapType } from "./table-overlap";
3
- export declare enum TableAnchorType {
4
- MARGIN = "margin",
5
- PAGE = "page",
6
- TEXT = "text"
7
- }
8
- export declare enum RelativeHorizontalPosition {
9
- CENTER = "center",
10
- INSIDE = "inside",
11
- LEFT = "left",
12
- OUTSIDE = "outside",
13
- RIGHT = "right"
14
- }
15
- export declare enum RelativeVerticalPosition {
16
- CENTER = "center",
17
- INSIDE = "inside",
18
- BOTTOM = "bottom",
19
- OUTSIDE = "outside",
20
- INLINE = "inline",
21
- TOP = "top"
22
- }
23
- export interface ITableFloatOptions {
24
- readonly horizontalAnchor?: TableAnchorType;
25
- readonly absoluteHorizontalPosition?: number | string;
26
- readonly relativeHorizontalPosition?: RelativeHorizontalPosition;
27
- readonly verticalAnchor?: TableAnchorType;
28
- readonly absoluteVerticalPosition?: number | string;
29
- readonly relativeVerticalPosition?: RelativeVerticalPosition;
30
- readonly bottomFromText?: number | string;
31
- readonly topFromText?: number | string;
32
- readonly leftFromText?: number | string;
33
- readonly rightFromText?: number | string;
34
- readonly overlap?: OverlapType;
35
- }
36
- export declare class TableFloatOptionsAttributes extends XmlAttributeComponent<ITableFloatOptions> {
37
- protected readonly xmlKeys: {
38
- horizontalAnchor: string;
39
- verticalAnchor: string;
40
- absoluteHorizontalPosition: string;
41
- relativeHorizontalPosition: string;
42
- absoluteVerticalPosition: string;
43
- relativeVerticalPosition: string;
44
- bottomFromText: string;
45
- topFromText: string;
46
- leftFromText: string;
47
- rightFromText: string;
48
- };
49
- }
50
- export declare class TableFloatProperties extends XmlComponent {
51
- constructor({ leftFromText, rightFromText, topFromText, bottomFromText, absoluteHorizontalPosition, absoluteVerticalPosition, ...options }: ITableFloatOptions);
52
- }
1
+ import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
+ import { OverlapType } from "./table-overlap";
3
+ export declare enum TableAnchorType {
4
+ MARGIN = "margin",
5
+ PAGE = "page",
6
+ TEXT = "text"
7
+ }
8
+ export declare enum RelativeHorizontalPosition {
9
+ CENTER = "center",
10
+ INSIDE = "inside",
11
+ LEFT = "left",
12
+ OUTSIDE = "outside",
13
+ RIGHT = "right"
14
+ }
15
+ export declare enum RelativeVerticalPosition {
16
+ CENTER = "center",
17
+ INSIDE = "inside",
18
+ BOTTOM = "bottom",
19
+ OUTSIDE = "outside",
20
+ INLINE = "inline",
21
+ TOP = "top"
22
+ }
23
+ export interface ITableFloatOptions {
24
+ readonly horizontalAnchor?: TableAnchorType;
25
+ readonly absoluteHorizontalPosition?: number | string;
26
+ readonly relativeHorizontalPosition?: RelativeHorizontalPosition;
27
+ readonly verticalAnchor?: TableAnchorType;
28
+ readonly absoluteVerticalPosition?: number | string;
29
+ readonly relativeVerticalPosition?: RelativeVerticalPosition;
30
+ readonly bottomFromText?: number | string;
31
+ readonly topFromText?: number | string;
32
+ readonly leftFromText?: number | string;
33
+ readonly rightFromText?: number | string;
34
+ readonly overlap?: OverlapType;
35
+ }
36
+ export declare class TableFloatOptionsAttributes extends XmlAttributeComponent<ITableFloatOptions> {
37
+ protected readonly xmlKeys: {
38
+ horizontalAnchor: string;
39
+ verticalAnchor: string;
40
+ absoluteHorizontalPosition: string;
41
+ relativeHorizontalPosition: string;
42
+ absoluteVerticalPosition: string;
43
+ relativeVerticalPosition: string;
44
+ bottomFromText: string;
45
+ topFromText: string;
46
+ leftFromText: string;
47
+ rightFromText: string;
48
+ };
49
+ }
50
+ export declare class TableFloatProperties extends XmlComponent {
51
+ constructor({ leftFromText, rightFromText, topFromText, bottomFromText, absoluteHorizontalPosition, absoluteVerticalPosition, ...options }: ITableFloatOptions);
52
+ }
@@ -1,8 +1,8 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare enum TableLayoutType {
3
- AUTOFIT = "autofit",
4
- FIXED = "fixed"
5
- }
6
- export declare class TableLayout extends XmlComponent {
7
- constructor(type: TableLayoutType);
8
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare enum TableLayoutType {
3
+ AUTOFIT = "autofit",
4
+ FIXED = "fixed"
5
+ }
6
+ export declare class TableLayout extends XmlComponent {
7
+ constructor(type: TableLayoutType);
8
+ }
@@ -1,8 +1,8 @@
1
- import { XmlComponent } from "../../../file/xml-components";
2
- export declare enum OverlapType {
3
- NEVER = "never",
4
- OVERLAP = "overlap"
5
- }
6
- export declare class TableOverlap extends XmlComponent {
7
- constructor(type: OverlapType);
8
- }
1
+ import { XmlComponent } from "../../../file/xml-components";
2
+ export declare enum OverlapType {
3
+ NEVER = "never",
4
+ OVERLAP = "overlap"
5
+ }
6
+ export declare class TableOverlap extends XmlComponent {
7
+ constructor(type: OverlapType);
8
+ }
@@ -1,23 +1,23 @@
1
- import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
- import { AlignmentType } from "../../paragraph";
3
- import { IShadingAttributesProperties } from "../../shading";
4
- import { ITableWidthProperties } from "../table-width";
5
- import { ITableBordersOptions } from "./table-borders";
6
- import { ITableCellMarginOptions } from "./table-cell-margin";
7
- import { ITableFloatOptions } from "./table-float-properties";
8
- import { TableLayoutType } from "./table-layout";
9
- export interface ITablePropertiesOptions {
10
- readonly width?: ITableWidthProperties;
11
- readonly indent?: ITableWidthProperties;
12
- readonly layout?: TableLayoutType;
13
- readonly borders?: ITableBordersOptions;
14
- readonly float?: ITableFloatOptions;
15
- readonly shading?: IShadingAttributesProperties;
16
- readonly style?: string;
17
- readonly alignment?: AlignmentType;
18
- readonly cellMargin?: ITableCellMarginOptions;
19
- readonly visuallyRightToLeft?: boolean;
20
- }
21
- export declare class TableProperties extends IgnoreIfEmptyXmlComponent {
22
- constructor(options: ITablePropertiesOptions);
23
- }
1
+ import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
+ import { AlignmentType } from "../../paragraph";
3
+ import { IShadingAttributesProperties } from "../../shading";
4
+ import { ITableWidthProperties } from "../table-width";
5
+ import { ITableBordersOptions } from "./table-borders";
6
+ import { ITableCellMarginOptions } from "./table-cell-margin";
7
+ import { ITableFloatOptions } from "./table-float-properties";
8
+ import { TableLayoutType } from "./table-layout";
9
+ export interface ITablePropertiesOptions {
10
+ readonly width?: ITableWidthProperties;
11
+ readonly indent?: ITableWidthProperties;
12
+ readonly layout?: TableLayoutType;
13
+ readonly borders?: ITableBordersOptions;
14
+ readonly float?: ITableFloatOptions;
15
+ readonly shading?: IShadingAttributesProperties;
16
+ readonly style?: string;
17
+ readonly alignment?: AlignmentType;
18
+ readonly cellMargin?: ITableCellMarginOptions;
19
+ readonly visuallyRightToLeft?: boolean;
20
+ }
21
+ export declare class TableProperties extends IgnoreIfEmptyXmlComponent {
22
+ constructor(options: ITablePropertiesOptions);
23
+ }
@@ -1,3 +1,3 @@
1
- export * from "./table-row";
2
- export * from "./table-row-properties";
3
- export * from "./table-row-height";
1
+ export * from "./table-row";
2
+ export * from "./table-row-properties";
3
+ export * from "./table-row-height";
@@ -1,18 +1,18 @@
1
- import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
- export declare enum HeightRule {
3
- AUTO = "auto",
4
- ATLEAST = "atLeast",
5
- EXACT = "exact"
6
- }
7
- export declare class TableRowHeightAttributes extends XmlAttributeComponent<{
8
- readonly value: number | string;
9
- readonly rule: HeightRule;
10
- }> {
11
- protected readonly xmlKeys: {
12
- value: string;
13
- rule: string;
14
- };
15
- }
16
- export declare class TableRowHeight extends XmlComponent {
17
- constructor(value: number | string, rule: HeightRule);
18
- }
1
+ import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components";
2
+ export declare enum HeightRule {
3
+ AUTO = "auto",
4
+ ATLEAST = "atLeast",
5
+ EXACT = "exact"
6
+ }
7
+ export declare class TableRowHeightAttributes extends XmlAttributeComponent<{
8
+ readonly value: number | string;
9
+ readonly rule: HeightRule;
10
+ }> {
11
+ protected readonly xmlKeys: {
12
+ value: string;
13
+ rule: string;
14
+ };
15
+ }
16
+ export declare class TableRowHeight extends XmlComponent {
17
+ constructor(value: number | string, rule: HeightRule);
18
+ }
@@ -1,13 +1,13 @@
1
- import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
- import { HeightRule } from "./table-row-height";
3
- export interface ITableRowPropertiesOptions {
4
- readonly cantSplit?: boolean;
5
- readonly tableHeader?: boolean;
6
- readonly height?: {
7
- readonly value: number | string;
8
- readonly rule: HeightRule;
9
- };
10
- }
11
- export declare class TableRowProperties extends IgnoreIfEmptyXmlComponent {
12
- constructor(options: ITableRowPropertiesOptions);
13
- }
1
+ import { IgnoreIfEmptyXmlComponent } from "../../../file/xml-components";
2
+ import { HeightRule } from "./table-row-height";
3
+ export interface ITableRowPropertiesOptions {
4
+ readonly cantSplit?: boolean;
5
+ readonly tableHeader?: boolean;
6
+ readonly height?: {
7
+ readonly value: number | string;
8
+ readonly rule: HeightRule;
9
+ };
10
+ }
11
+ export declare class TableRowProperties extends IgnoreIfEmptyXmlComponent {
12
+ constructor(options: ITableRowPropertiesOptions);
13
+ }