docx 9.6.0 → 9.7.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 (586) hide show
  1. package/dist/export/formatter.d.ts +4 -0
  2. package/dist/export/formatter.spec.d.ts +1 -0
  3. package/dist/export/index.d.ts +1 -0
  4. package/dist/export/packer/image-replacer.d.ts +5 -0
  5. package/dist/export/packer/image-replacer.spec.d.ts +1 -0
  6. package/dist/export/packer/next-compiler.d.ts +15 -0
  7. package/dist/export/packer/next-compiler.spec.d.ts +1 -0
  8. package/dist/export/packer/numbering-replacer.d.ts +4 -0
  9. package/dist/export/packer/packer.d.ts +20 -0
  10. package/dist/export/packer/packer.spec.d.ts +1 -0
  11. package/dist/file/app-properties/app-properties-attributes.d.ts +10 -0
  12. package/dist/file/app-properties/app-properties.d.ts +4 -0
  13. package/dist/file/border/border.d.ts +37 -0
  14. package/dist/file/border/border.spec.d.ts +1 -0
  15. package/dist/file/border/index.d.ts +1 -0
  16. package/dist/file/checkbox/checkbox-symbol.d.ts +4 -0
  17. package/dist/file/checkbox/checkbox-util.d.ts +17 -0
  18. package/dist/file/checkbox/checkbox-util.spec.d.ts +1 -0
  19. package/dist/file/checkbox/checkbox.d.ts +8 -0
  20. package/dist/file/checkbox/checkbox.spec.d.ts +1 -0
  21. package/dist/file/checkbox/index.d.ts +3 -0
  22. package/dist/file/content-types/content-types-attributes.d.ts +8 -0
  23. package/dist/file/content-types/content-types.d.ts +7 -0
  24. package/dist/file/content-types/content-types.spec.d.ts +1 -0
  25. package/dist/file/content-types/default/default.d.ts +2 -0
  26. package/dist/file/content-types/override/override.d.ts +2 -0
  27. package/dist/file/core-properties/index.d.ts +1 -0
  28. package/dist/file/core-properties/properties.d.ts +46 -0
  29. package/dist/file/core-properties/properties.spec.d.ts +1 -0
  30. package/dist/file/custom-properties/custom-properties-attributes.d.ts +10 -0
  31. package/dist/file/custom-properties/custom-properties.d.ts +9 -0
  32. package/dist/file/custom-properties/custom-properties.spec.d.ts +1 -0
  33. package/dist/file/custom-properties/custom-property-attributes.d.ts +12 -0
  34. package/dist/file/custom-properties/custom-property.d.ts +11 -0
  35. package/dist/file/custom-properties/index.d.ts +2 -0
  36. package/dist/file/document/body/body.d.ts +10 -0
  37. package/dist/file/document/body/body.spec.d.ts +1 -0
  38. package/dist/file/document/body/index.d.ts +2 -0
  39. package/dist/file/document/body/section-properties/index.d.ts +2 -0
  40. package/dist/file/document/body/section-properties/properties/column.d.ts +9 -0
  41. package/dist/file/document/body/section-properties/properties/columns.d.ts +11 -0
  42. package/dist/file/document/body/section-properties/properties/columns.spec.d.ts +1 -0
  43. package/dist/file/document/body/section-properties/properties/doc-grid.d.ts +13 -0
  44. package/dist/file/document/body/section-properties/properties/doc-grid.spec.d.ts +1 -0
  45. package/dist/file/document/body/section-properties/properties/header-footer-reference.d.ts +15 -0
  46. package/dist/file/document/body/section-properties/properties/header-footer-reference.spec.d.ts +1 -0
  47. package/dist/file/document/body/section-properties/properties/index.d.ts +12 -0
  48. package/dist/file/document/body/section-properties/properties/line-number.d.ts +14 -0
  49. package/dist/file/document/body/section-properties/properties/line-number.spec.d.ts +1 -0
  50. package/dist/file/document/body/section-properties/properties/page-borders.d.ts +30 -0
  51. package/dist/file/document/body/section-properties/properties/page-borders.spec.d.ts +1 -0
  52. package/dist/file/document/body/section-properties/properties/page-margin.d.ts +12 -0
  53. package/dist/file/document/body/section-properties/properties/page-number.d.ts +15 -0
  54. package/dist/file/document/body/section-properties/properties/page-size.d.ts +13 -0
  55. package/dist/file/document/body/section-properties/properties/page-size.spec.d.ts +1 -0
  56. package/dist/file/document/body/section-properties/properties/page-text-direction.d.ts +8 -0
  57. package/dist/file/document/body/section-properties/properties/page-text-direction.spec.d.ts +1 -0
  58. package/dist/file/document/body/section-properties/properties/section-type.d.ts +9 -0
  59. package/dist/file/document/body/section-properties/properties/section-type.spec.d.ts +1 -0
  60. package/dist/file/document/body/section-properties/section-properties.d.ts +61 -0
  61. package/dist/file/document/body/section-properties/section-properties.spec.d.ts +1 -0
  62. package/dist/file/document/document-attributes.d.ts +48 -0
  63. package/dist/file/document/document-background/document-background.d.ts +23 -0
  64. package/dist/file/document/document-background/document-background.spec.d.ts +1 -0
  65. package/dist/file/document/document-background/index.d.ts +1 -0
  66. package/dist/file/document/document.d.ts +15 -0
  67. package/dist/file/document/document.spec.d.ts +1 -0
  68. package/dist/file/document/index.d.ts +4 -0
  69. package/dist/file/document-wrapper.d.ts +18 -0
  70. package/dist/file/document-wrapper.spec.d.ts +1 -0
  71. package/dist/file/drawing/anchor/anchor-attributes.d.ts +24 -0
  72. package/dist/file/drawing/anchor/anchor.d.ts +10 -0
  73. package/dist/file/drawing/anchor/anchor.spec.d.ts +1 -0
  74. package/dist/file/drawing/anchor/index.d.ts +2 -0
  75. package/dist/file/drawing/doc-properties/doc-properties-children.d.ts +3 -0
  76. package/dist/file/drawing/doc-properties/doc-properties-children.spec.d.ts +1 -0
  77. package/dist/file/drawing/doc-properties/doc-properties.d.ts +12 -0
  78. package/dist/file/drawing/doc-properties/doc-properties.spec.d.ts +1 -0
  79. package/dist/file/drawing/drawing.d.ts +21 -0
  80. package/dist/file/drawing/drawing.spec.d.ts +1 -0
  81. package/dist/file/drawing/effect-extent/effect-extent.d.ts +8 -0
  82. package/dist/file/drawing/extent/extent.d.ts +7 -0
  83. package/dist/file/drawing/floating/align.d.ts +3 -0
  84. package/dist/file/drawing/floating/align.spec.d.ts +1 -0
  85. package/dist/file/drawing/floating/floating-position.d.ts +49 -0
  86. package/dist/file/drawing/floating/horizontal-position.d.ts +3 -0
  87. package/dist/file/drawing/floating/horizontal-position.spec.d.ts +1 -0
  88. package/dist/file/drawing/floating/index.d.ts +4 -0
  89. package/dist/file/drawing/floating/position-offset.d.ts +2 -0
  90. package/dist/file/drawing/floating/position-offset.spec.d.ts +1 -0
  91. package/dist/file/drawing/floating/simple-pos.d.ts +2 -0
  92. package/dist/file/drawing/floating/simple-pos.spec.d.ts +1 -0
  93. package/dist/file/drawing/floating/vertical-position.d.ts +3 -0
  94. package/dist/file/drawing/floating/vertical-position.spec.d.ts +1 -0
  95. package/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-lock-attributes.d.ts +10 -0
  96. package/dist/file/drawing/graphic-frame/graphic-frame-locks/graphic-frame-locks.d.ts +4 -0
  97. package/dist/file/drawing/graphic-frame/graphic-frame-properties.d.ts +2 -0
  98. package/dist/file/drawing/index.d.ts +3 -0
  99. package/dist/file/drawing/inline/graphic/graphic-data/graphic-data-attribute.d.ts +8 -0
  100. package/dist/file/drawing/inline/graphic/graphic-data/graphic-data.d.ts +12 -0
  101. package/dist/file/drawing/inline/graphic/graphic-data/index.d.ts +1 -0
  102. package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip-extentions.d.ts +3 -0
  103. package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip-fill.d.ts +5 -0
  104. package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/blip.d.ts +3 -0
  105. package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/source-rectangle.d.ts +4 -0
  106. package/dist/file/drawing/inline/graphic/graphic-data/pic/blip/stretch.d.ts +4 -0
  107. package/dist/file/drawing/inline/graphic/graphic-data/pic/index.d.ts +1 -0
  108. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/child-non-visual-pic-properties.d.ts +4 -0
  109. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks-attributes.d.ts +10 -0
  110. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/child-non-visual-pic-properties/pic-locks/pic-locks.d.ts +4 -0
  111. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-pic-properties.d.ts +4 -0
  112. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties-attributes.d.ts +12 -0
  113. package/dist/file/drawing/inline/graphic/graphic-data/pic/non-visual-pic-properties/non-visual-properties/non-visual-properties.d.ts +5 -0
  114. package/dist/file/drawing/inline/graphic/graphic-data/pic/pic-attributes.d.ts +8 -0
  115. package/dist/file/drawing/inline/graphic/graphic-data/pic/pic.d.ts +10 -0
  116. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents-attributes.d.ts +10 -0
  117. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/extents/extents.d.ts +5 -0
  118. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/form.d.ts +18 -0
  119. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/index.d.ts +1 -0
  120. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off-attributes.d.ts +10 -0
  121. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form/offset/off.d.ts +4 -0
  122. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/form.spec.d.ts +1 -0
  123. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.d.ts +2 -0
  124. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/no-fill.spec.d.ts +1 -0
  125. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.d.ts +42 -0
  126. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline.spec.d.ts +1 -0
  127. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/rgb-color.d.ts +6 -0
  128. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/scheme-color.d.ts +25 -0
  129. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill.d.ts +12 -0
  130. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill.spec.d.ts +1 -0
  131. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/adjustment-values/adjustment-values.d.ts +4 -0
  132. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry-attributes.d.ts +8 -0
  133. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/preset-geometry/preset-geometry.d.ts +4 -0
  134. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties-attributes.d.ts +8 -0
  135. package/dist/file/drawing/inline/graphic/graphic-data/pic/shape-properties/shape-properties.d.ts +13 -0
  136. package/dist/file/drawing/inline/graphic/graphic-data/wpg/wpg-group.d.ts +10 -0
  137. package/dist/file/drawing/inline/graphic/graphic-data/wps/body-properties.d.ts +19 -0
  138. package/dist/file/drawing/inline/graphic/graphic-data/wps/body-properties.spec.d.ts +1 -0
  139. package/dist/file/drawing/inline/graphic/graphic-data/wps/index.d.ts +2 -0
  140. package/dist/file/drawing/inline/graphic/graphic-data/wps/non-visual-shape-properties.d.ts +5 -0
  141. package/dist/file/drawing/inline/graphic/graphic-data/wps/text-box-content.d.ts +3 -0
  142. package/dist/file/drawing/inline/graphic/graphic-data/wps/wps-shape.d.ts +18 -0
  143. package/dist/file/drawing/inline/graphic/graphic-data/wps/wps-text-box.d.ts +3 -0
  144. package/dist/file/drawing/inline/graphic/graphic.d.ts +13 -0
  145. package/dist/file/drawing/inline/graphic/index.d.ts +1 -0
  146. package/dist/file/drawing/inline/index.d.ts +1 -0
  147. package/dist/file/drawing/inline/inline.d.ts +14 -0
  148. package/dist/file/drawing/inline/inline.spec.d.ts +1 -0
  149. package/dist/file/drawing/text-wrap/index.d.ts +5 -0
  150. package/dist/file/drawing/text-wrap/text-wrapping.d.ts +18 -0
  151. package/dist/file/drawing/text-wrap/wrap-none.d.ts +2 -0
  152. package/dist/file/drawing/text-wrap/wrap-square.d.ts +4 -0
  153. package/dist/file/drawing/text-wrap/wrap-tight.d.ts +3 -0
  154. package/dist/file/drawing/text-wrap/wrap-top-and-bottom.d.ts +3 -0
  155. package/dist/file/endnotes/endnote/endnote-attributes.d.ts +10 -0
  156. package/dist/file/endnotes/endnote/endnote.d.ts +14 -0
  157. package/dist/file/endnotes/endnote/endnote.spec.d.ts +1 -0
  158. package/dist/file/endnotes/endnote/index.d.ts +1 -0
  159. package/dist/file/endnotes/endnote/run/endnote-ref-run.d.ts +4 -0
  160. package/dist/file/endnotes/endnote/run/index.d.ts +1 -0
  161. package/dist/file/endnotes/endnote/run/reference-run.d.ts +15 -0
  162. package/dist/file/endnotes/endnote/run/reference-run.spec.d.ts +1 -0
  163. package/dist/file/endnotes/endnotes-attributes.d.ts +40 -0
  164. package/dist/file/endnotes/endnotes.d.ts +6 -0
  165. package/dist/file/endnotes/endnotes.spec.d.ts +1 -0
  166. package/dist/file/endnotes/index.d.ts +2 -0
  167. package/dist/file/endnotes-wrapper.d.ts +10 -0
  168. package/dist/file/file-child.d.ts +4 -0
  169. package/dist/file/file.d.ts +78 -0
  170. package/dist/file/file.spec.d.ts +1 -0
  171. package/dist/file/fonts/create-regular-font.d.ts +8 -0
  172. package/dist/file/fonts/font-table.d.ts +9 -0
  173. package/dist/file/fonts/font-wrapper.d.ts +16 -0
  174. package/dist/file/fonts/font-wrapper.spec.d.ts +1 -0
  175. package/dist/file/fonts/font.d.ts +49 -0
  176. package/dist/file/fonts/font.spec.d.ts +1 -0
  177. package/dist/file/fonts/index.d.ts +1 -0
  178. package/dist/file/fonts/obfuscate-ttf-to-odttf.d.ts +1 -0
  179. package/dist/file/fonts/obsfuscate-ttf-to-odttf.spec.d.ts +1 -0
  180. package/dist/file/footer/footer-attributes.d.ts +51 -0
  181. package/dist/file/footer/footer.d.ts +9 -0
  182. package/dist/file/footer/footer.spec.d.ts +1 -0
  183. package/dist/file/footer/index.d.ts +1 -0
  184. package/dist/file/footer-wrapper.d.ts +23 -0
  185. package/dist/file/footer-wrapper.spec.d.ts +1 -0
  186. package/dist/file/footnotes/footnote/footnote-attributes.d.ts +10 -0
  187. package/dist/file/footnotes/footnote/footnote.d.ts +14 -0
  188. package/dist/file/footnotes/footnote/footnote.spec.d.ts +1 -0
  189. package/dist/file/footnotes/footnote/index.d.ts +1 -0
  190. package/dist/file/footnotes/footnote/run/continuation-seperator-run.d.ts +4 -0
  191. package/dist/file/footnotes/footnote/run/continuation-seperator.d.ts +4 -0
  192. package/dist/file/footnotes/footnote/run/footnote-ref-run.d.ts +4 -0
  193. package/dist/file/footnotes/footnote/run/footnote-ref.d.ts +4 -0
  194. package/dist/file/footnotes/footnote/run/index.d.ts +1 -0
  195. package/dist/file/footnotes/footnote/run/reference-run.d.ts +15 -0
  196. package/dist/file/footnotes/footnote/run/seperator-run.d.ts +4 -0
  197. package/dist/file/footnotes/footnote/run/seperator.d.ts +4 -0
  198. package/dist/file/footnotes/footnotes-attributes.d.ts +40 -0
  199. package/dist/file/footnotes/footnotes.d.ts +6 -0
  200. package/dist/file/footnotes/index.d.ts +2 -0
  201. package/dist/file/footnotes-wrapper.d.ts +10 -0
  202. package/dist/file/footnotes-wrapper.spec.d.ts +1 -0
  203. package/dist/file/header/header-attributes.d.ts +73 -0
  204. package/dist/file/header/header.d.ts +9 -0
  205. package/dist/file/header/header.spec.d.ts +1 -0
  206. package/dist/file/header/index.d.ts +1 -0
  207. package/dist/file/header-wrapper.d.ts +23 -0
  208. package/dist/file/header-wrapper.spec.d.ts +1 -0
  209. package/dist/file/header.d.ts +13 -0
  210. package/dist/file/index.d.ts +25 -0
  211. package/dist/file/media/data.d.ts +59 -0
  212. package/dist/file/media/index.d.ts +2 -0
  213. package/dist/file/media/media.d.ts +20 -0
  214. package/dist/file/media/media.spec.d.ts +1 -0
  215. package/dist/file/numbering/abstract-numbering.d.ts +6 -0
  216. package/dist/file/numbering/abstract-numbering.spec.d.ts +1 -0
  217. package/dist/file/numbering/concrete-numbering.spec.d.ts +1 -0
  218. package/dist/file/numbering/index.d.ts +4 -0
  219. package/dist/file/numbering/level.d.ts +97 -0
  220. package/dist/file/numbering/level.spec.d.ts +1 -0
  221. package/dist/file/numbering/multi-level-type.d.ts +4 -0
  222. package/dist/file/numbering/num.d.ts +22 -0
  223. package/dist/file/numbering/numbering.d.ts +21 -0
  224. package/dist/file/numbering/numbering.spec.d.ts +1 -0
  225. package/dist/file/paragraph/formatting/alignment.d.ts +17 -0
  226. package/dist/file/paragraph/formatting/alignment.spec.d.ts +1 -0
  227. package/dist/file/paragraph/formatting/border.d.ts +15 -0
  228. package/dist/file/paragraph/formatting/border.spec.d.ts +1 -0
  229. package/dist/file/paragraph/formatting/break.d.ts +11 -0
  230. package/dist/file/paragraph/formatting/break.spec.d.ts +1 -0
  231. package/dist/file/paragraph/formatting/indent.d.ts +12 -0
  232. package/dist/file/paragraph/formatting/indent.spec.d.ts +1 -0
  233. package/dist/file/paragraph/formatting/index.d.ts +8 -0
  234. package/dist/file/paragraph/formatting/spacing.d.ts +16 -0
  235. package/dist/file/paragraph/formatting/spacing.spec.d.ts +1 -0
  236. package/dist/file/paragraph/formatting/style.d.ts +11 -0
  237. package/dist/file/paragraph/formatting/style.spec.d.ts +1 -0
  238. package/dist/file/paragraph/formatting/tab-stop.d.ts +29 -0
  239. package/dist/file/paragraph/formatting/tab-stop.spec.d.ts +1 -0
  240. package/dist/file/paragraph/formatting/unordered-list.d.ts +4 -0
  241. package/dist/file/paragraph/formatting/unordered-list.spec.d.ts +1 -0
  242. package/dist/file/paragraph/formatting/word-wrap.d.ts +2 -0
  243. package/dist/file/paragraph/formatting/word-wrap.spec.d.ts +1 -0
  244. package/dist/file/paragraph/frame/frame-properties.d.ts +55 -0
  245. package/dist/file/paragraph/frame/frame-properties.spec.d.ts +1 -0
  246. package/dist/file/paragraph/frame/index.d.ts +1 -0
  247. package/dist/file/paragraph/index.d.ts +7 -0
  248. package/dist/file/paragraph/links/bookmark-attributes.d.ts +17 -0
  249. package/dist/file/paragraph/links/bookmark.d.ts +19 -0
  250. package/dist/file/paragraph/links/bookmark.spec.d.ts +1 -0
  251. package/dist/file/paragraph/links/hyperlink-attributes.d.ts +13 -0
  252. package/dist/file/paragraph/links/hyperlink.d.ts +25 -0
  253. package/dist/file/paragraph/links/hyperlink.spec.d.ts +1 -0
  254. package/dist/file/paragraph/links/index.d.ts +5 -0
  255. package/dist/file/paragraph/links/numbered-item-ref.d.ts +14 -0
  256. package/dist/file/paragraph/links/numbered-item-ref.spec.d.ts +1 -0
  257. package/dist/file/paragraph/links/outline-level.d.ts +2 -0
  258. package/dist/file/paragraph/links/outline-level.spec.d.ts +1 -0
  259. package/dist/file/paragraph/links/pageref-field-instruction.d.ts +5 -0
  260. package/dist/file/paragraph/links/pageref-field-instruction.spec.d.ts +1 -0
  261. package/dist/file/paragraph/links/pageref.d.ts +8 -0
  262. package/dist/file/paragraph/links/pageref.spec.d.ts +1 -0
  263. package/dist/file/paragraph/math/bar/index.d.ts +2 -0
  264. package/dist/file/paragraph/math/bar/math-bar-pos.d.ts +6 -0
  265. package/dist/file/paragraph/math/bar/math-bar-properties.d.ts +4 -0
  266. package/dist/file/paragraph/math/bar/math-bar-properties.spec.d.ts +1 -0
  267. package/dist/file/paragraph/math/bar/math-bar.d.ts +8 -0
  268. package/dist/file/paragraph/math/bar/math-bar.spec.d.ts +1 -0
  269. package/dist/file/paragraph/math/brackets/index.d.ts +4 -0
  270. package/dist/file/paragraph/math/brackets/math-angled-brackets.d.ts +9 -0
  271. package/dist/file/paragraph/math/brackets/math-angled-brackets.spec.d.ts +1 -0
  272. package/dist/file/paragraph/math/brackets/math-beginning-character.d.ts +6 -0
  273. package/dist/file/paragraph/math/brackets/math-beginning-character.spec.d.ts +1 -0
  274. package/dist/file/paragraph/math/brackets/math-bracket-properties.d.ts +9 -0
  275. package/dist/file/paragraph/math/brackets/math-bracket-properties.spec.d.ts +1 -0
  276. package/dist/file/paragraph/math/brackets/math-curly-brackets.d.ts +7 -0
  277. package/dist/file/paragraph/math/brackets/math-curly-brackets.spec.d.ts +1 -0
  278. package/dist/file/paragraph/math/brackets/math-ending-char.d.ts +6 -0
  279. package/dist/file/paragraph/math/brackets/math-ending-character.spec.d.ts +1 -0
  280. package/dist/file/paragraph/math/brackets/math-round-brackets.d.ts +7 -0
  281. package/dist/file/paragraph/math/brackets/math-round-brackets.spec.d.ts +1 -0
  282. package/dist/file/paragraph/math/brackets/math-square-brackets.d.ts +7 -0
  283. package/dist/file/paragraph/math/brackets/math-square-brackets.spec.d.ts +1 -0
  284. package/dist/file/paragraph/math/fraction/index.d.ts +3 -0
  285. package/dist/file/paragraph/math/fraction/math-denominator.d.ts +5 -0
  286. package/dist/file/paragraph/math/fraction/math-denominator.spec.d.ts +1 -0
  287. package/dist/file/paragraph/math/fraction/math-fraction.d.ts +9 -0
  288. package/dist/file/paragraph/math/fraction/math-fraction.spec.d.ts +1 -0
  289. package/dist/file/paragraph/math/fraction/math-numerator.d.ts +5 -0
  290. package/dist/file/paragraph/math/fraction/math-numerator.spec.d.ts +1 -0
  291. package/dist/file/paragraph/math/function/index.d.ts +3 -0
  292. package/dist/file/paragraph/math/function/math-function-name.d.ts +5 -0
  293. package/dist/file/paragraph/math/function/math-function-name.spec.d.ts +1 -0
  294. package/dist/file/paragraph/math/function/math-function-properties.d.ts +4 -0
  295. package/dist/file/paragraph/math/function/math-function-properties.spec.d.ts +1 -0
  296. package/dist/file/paragraph/math/function/math-function.d.ts +9 -0
  297. package/dist/file/paragraph/math/function/math-function.spec.d.ts +1 -0
  298. package/dist/file/paragraph/math/index.d.ts +9 -0
  299. package/dist/file/paragraph/math/math-component.d.ts +9 -0
  300. package/dist/file/paragraph/math/math-run.d.ts +4 -0
  301. package/dist/file/paragraph/math/math-run.spec.d.ts +1 -0
  302. package/dist/file/paragraph/math/math-text.d.ts +4 -0
  303. package/dist/file/paragraph/math/math-text.spec.d.ts +1 -0
  304. package/dist/file/paragraph/math/math.d.ts +8 -0
  305. package/dist/file/paragraph/math/math.spec.d.ts +1 -0
  306. package/dist/file/paragraph/math/n-ary/index.d.ts +11 -0
  307. package/dist/file/paragraph/math/n-ary/math-accent-character.d.ts +6 -0
  308. package/dist/file/paragraph/math/n-ary/math-accent-character.spec.d.ts +1 -0
  309. package/dist/file/paragraph/math/n-ary/math-base.d.ts +7 -0
  310. package/dist/file/paragraph/math/n-ary/math-base.spec.d.ts +1 -0
  311. package/dist/file/paragraph/math/n-ary/math-integral.d.ts +10 -0
  312. package/dist/file/paragraph/math/n-ary/math-integral.spec.d.ts +1 -0
  313. package/dist/file/paragraph/math/n-ary/math-limit-location.d.ts +6 -0
  314. package/dist/file/paragraph/math/n-ary/math-limit-location.spec.d.ts +1 -0
  315. package/dist/file/paragraph/math/n-ary/math-limit-lower.d.ts +9 -0
  316. package/dist/file/paragraph/math/n-ary/math-limit-lower.spec.d.ts +1 -0
  317. package/dist/file/paragraph/math/n-ary/math-limit-upper.d.ts +9 -0
  318. package/dist/file/paragraph/math/n-ary/math-limit-upper.spec.d.ts +1 -0
  319. package/dist/file/paragraph/math/n-ary/math-limit.d.ts +5 -0
  320. package/dist/file/paragraph/math/n-ary/math-limit.spec.d.ts +1 -0
  321. package/dist/file/paragraph/math/n-ary/math-n-ary-properties.d.ts +9 -0
  322. package/dist/file/paragraph/math/n-ary/math-n-ary-properties.spec.d.ts +1 -0
  323. package/dist/file/paragraph/math/n-ary/math-sub-script-hide.d.ts +2 -0
  324. package/dist/file/paragraph/math/n-ary/math-sub-script-hide.spec.d.ts +1 -0
  325. package/dist/file/paragraph/math/n-ary/math-sub-script.d.ts +7 -0
  326. package/dist/file/paragraph/math/n-ary/math-sub-script.spec.d.ts +1 -0
  327. package/dist/file/paragraph/math/n-ary/math-sum.d.ts +10 -0
  328. package/dist/file/paragraph/math/n-ary/math-sum.spec.d.ts +1 -0
  329. package/dist/file/paragraph/math/n-ary/math-super-script-hide.d.ts +2 -0
  330. package/dist/file/paragraph/math/n-ary/math-super-script-hide.spec.d.ts +1 -0
  331. package/dist/file/paragraph/math/n-ary/math-super-script.d.ts +7 -0
  332. package/dist/file/paragraph/math/n-ary/math-super-script.spec.d.ts +1 -0
  333. package/dist/file/paragraph/math/radical/index.d.ts +3 -0
  334. package/dist/file/paragraph/math/radical/math-degree-hide.d.ts +4 -0
  335. package/dist/file/paragraph/math/radical/math-degree-hide.spec.d.ts +1 -0
  336. package/dist/file/paragraph/math/radical/math-degree.d.ts +5 -0
  337. package/dist/file/paragraph/math/radical/math-degree.spec.d.ts +1 -0
  338. package/dist/file/paragraph/math/radical/math-radical-properties.d.ts +4 -0
  339. package/dist/file/paragraph/math/radical/math-radical-properties.spec.d.ts +1 -0
  340. package/dist/file/paragraph/math/radical/math-radical.d.ts +9 -0
  341. package/dist/file/paragraph/math/radical/math-radical.spec.d.ts +1 -0
  342. package/dist/file/paragraph/math/script/index.d.ts +4 -0
  343. package/dist/file/paragraph/math/script/pre-sub-super-script/index.d.ts +2 -0
  344. package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.d.ts +2 -0
  345. package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function-properties.spec.d.ts +1 -0
  346. package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.d.ts +10 -0
  347. package/dist/file/paragraph/math/script/pre-sub-super-script/math-pre-sub-super-script-function.spec.d.ts +1 -0
  348. package/dist/file/paragraph/math/script/sub-script/index.d.ts +2 -0
  349. package/dist/file/paragraph/math/script/sub-script/math-sub-script-function-properties.d.ts +2 -0
  350. package/dist/file/paragraph/math/script/sub-script/math-sub-script-function-properties.spec.d.ts +1 -0
  351. package/dist/file/paragraph/math/script/sub-script/math-sub-script-function.d.ts +9 -0
  352. package/dist/file/paragraph/math/script/sub-script/math-sub-script-function.spec.d.ts +1 -0
  353. package/dist/file/paragraph/math/script/sub-super-script/index.d.ts +2 -0
  354. package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.d.ts +2 -0
  355. package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function-properties.spec.d.ts +1 -0
  356. package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.d.ts +10 -0
  357. package/dist/file/paragraph/math/script/sub-super-script/math-sub-super-script-function.spec.d.ts +1 -0
  358. package/dist/file/paragraph/math/script/super-script/index.d.ts +2 -0
  359. package/dist/file/paragraph/math/script/super-script/math-super-script-function-properties.d.ts +2 -0
  360. package/dist/file/paragraph/math/script/super-script/math-super-script-function-properties.spec.d.ts +1 -0
  361. package/dist/file/paragraph/math/script/super-script/math-super-script-function.d.ts +9 -0
  362. package/dist/file/paragraph/math/script/super-script/math-super-script-function.spec.d.ts +1 -0
  363. package/dist/file/paragraph/paragraph.d.ts +22 -0
  364. package/dist/file/paragraph/paragraph.spec.d.ts +1 -0
  365. package/dist/file/paragraph/properties.d.ts +65 -0
  366. package/dist/file/paragraph/properties.spec.d.ts +1 -0
  367. package/dist/file/paragraph/run/break.d.ts +2 -0
  368. package/dist/file/paragraph/run/break.spec.d.ts +1 -0
  369. package/dist/file/paragraph/run/comment-run.d.ts +42 -0
  370. package/dist/file/paragraph/run/comment-run.spec.d.ts +1 -0
  371. package/dist/file/paragraph/run/comments-extended.d.ts +5 -0
  372. package/dist/file/paragraph/run/comments-extended.spec.d.ts +1 -0
  373. package/dist/file/paragraph/run/emphasis-mark.d.ts +6 -0
  374. package/dist/file/paragraph/run/emphasis-mark.spec.d.ts +1 -0
  375. package/dist/file/paragraph/run/empty-children.d.ts +52 -0
  376. package/dist/file/paragraph/run/empty-children.spec.d.ts +1 -0
  377. package/dist/file/paragraph/run/field.d.ts +4 -0
  378. package/dist/file/paragraph/run/formatting.d.ts +14 -0
  379. package/dist/file/paragraph/run/formatting.spec.d.ts +1 -0
  380. package/dist/file/paragraph/run/image-run.d.ts +33 -0
  381. package/dist/file/paragraph/run/image-run.spec.d.ts +1 -0
  382. package/dist/file/paragraph/run/index.d.ts +16 -0
  383. package/dist/file/paragraph/run/language.d.ts +7 -0
  384. package/dist/file/paragraph/run/language.spec.d.ts +1 -0
  385. package/dist/file/paragraph/run/page-number.d.ts +13 -0
  386. package/dist/file/paragraph/run/page-number.spec.d.ts +1 -0
  387. package/dist/file/paragraph/run/positional-tab.d.ts +25 -0
  388. package/dist/file/paragraph/run/positional-tab.spec.d.ts +1 -0
  389. package/dist/file/paragraph/run/properties.d.ts +102 -0
  390. package/dist/file/paragraph/run/run-components/symbol.d.ts +4 -0
  391. package/dist/file/paragraph/run/run-components/symbol.spec.d.ts +1 -0
  392. package/dist/file/paragraph/run/run-components/text.d.ts +10 -0
  393. package/dist/file/paragraph/run/run-components/text.spec.d.ts +1 -0
  394. package/dist/file/paragraph/run/run-fonts.d.ts +9 -0
  395. package/dist/file/paragraph/run/run-fonts.spec.d.ts +1 -0
  396. package/dist/file/paragraph/run/run.d.ts +23 -0
  397. package/dist/file/paragraph/run/run.spec.d.ts +1 -0
  398. package/dist/file/paragraph/run/script.d.ts +3 -0
  399. package/dist/file/paragraph/run/script.spec.d.ts +1 -0
  400. package/dist/file/paragraph/run/sequential-identifier-instruction.d.ts +4 -0
  401. package/dist/file/paragraph/run/sequential-identifier.d.ts +4 -0
  402. package/dist/file/paragraph/run/sequential-identifier.spec.d.ts +1 -0
  403. package/dist/file/paragraph/run/simple-field.d.ts +7 -0
  404. package/dist/file/paragraph/run/simple-field.spec.d.ts +1 -0
  405. package/dist/file/paragraph/run/symbol-run.d.ts +8 -0
  406. package/dist/file/paragraph/run/symbol-run.spec.d.ts +1 -0
  407. package/dist/file/paragraph/run/text-attributes.d.ts +9 -0
  408. package/dist/file/paragraph/run/text-run.d.ts +4 -0
  409. package/dist/file/paragraph/run/text-run.spec.d.ts +1 -0
  410. package/dist/file/paragraph/run/underline.d.ts +22 -0
  411. package/dist/file/paragraph/run/underline.spec.d.ts +1 -0
  412. package/dist/file/paragraph/run/wpg-group-run.d.ts +21 -0
  413. package/dist/file/paragraph/run/wpg-group-run.spec.d.ts +1 -0
  414. package/dist/file/paragraph/run/wps-shape-run.d.ts +23 -0
  415. package/dist/file/paragraph/run/wps-shape-run.spec.d.ts +1 -0
  416. package/dist/file/relationships/attributes.d.ts +8 -0
  417. package/dist/file/relationships/index.d.ts +1 -0
  418. package/dist/file/relationships/relationship/relationship.d.ts +6 -0
  419. package/dist/file/relationships/relationships.d.ts +7 -0
  420. package/dist/file/relationships/relationships.spec.d.ts +1 -0
  421. package/dist/file/settings/compatibility-setting/compatibility-setting.d.ts +2 -0
  422. package/dist/file/settings/compatibility-setting/compatibility-setting.spec.d.ts +1 -0
  423. package/dist/file/settings/compatibility.d.ts +72 -0
  424. package/dist/file/settings/compatibility.spec.d.ts +1 -0
  425. package/dist/file/settings/index.d.ts +1 -0
  426. package/dist/file/settings/settings.d.ts +59 -0
  427. package/dist/file/settings/settings.spec.d.ts +1 -0
  428. package/dist/file/shading/index.d.ts +1 -0
  429. package/dist/file/shading/shading.d.ts +46 -0
  430. package/dist/file/shading/shading.spec.d.ts +1 -0
  431. package/dist/file/shared/alignment.d.ts +14 -0
  432. package/dist/file/shared/index.d.ts +3 -0
  433. package/dist/file/shared/number-format.d.ts +64 -0
  434. package/dist/file/shared/space-type.d.ts +4 -0
  435. package/dist/file/styles/defaults/document-defaults.d.ts +12 -0
  436. package/dist/file/styles/defaults/document-defaults.spec.d.ts +1 -0
  437. package/dist/file/styles/defaults/index.d.ts +3 -0
  438. package/dist/file/styles/defaults/paragraph-properties.d.ts +5 -0
  439. package/dist/file/styles/defaults/run-properties.d.ts +5 -0
  440. package/dist/file/styles/external-styles-factory.d.ts +4 -0
  441. package/dist/file/styles/external-styles-factory.spec.d.ts +1 -0
  442. package/dist/file/styles/factory.d.ts +25 -0
  443. package/dist/file/styles/index.d.ts +4 -0
  444. package/dist/file/styles/latent-styles/exceptions.d.ts +20 -0
  445. package/dist/file/styles/latent-styles/exceptions.spec.d.ts +1 -0
  446. package/dist/file/styles/latent-styles/index.d.ts +1 -0
  447. package/dist/file/styles/latent-styles/latent-styles.d.ts +5 -0
  448. package/dist/file/styles/latent-styles/latent-styles.spec.d.ts +1 -0
  449. package/dist/file/styles/sample/default-style.d.ts +1 -0
  450. package/dist/file/styles/sample/default-style.spec.d.ts +1 -0
  451. package/dist/file/styles/sample/index.d.ts +1 -0
  452. package/dist/file/styles/style/character-style.d.ts +12 -0
  453. package/dist/file/styles/style/character-style.spec.d.ts +1 -0
  454. package/dist/file/styles/style/components.d.ts +11 -0
  455. package/dist/file/styles/style/components.spec.d.ts +1 -0
  456. package/dist/file/styles/style/default-styles.d.ts +53 -0
  457. package/dist/file/styles/style/default-styles.spec.d.ts +1 -0
  458. package/dist/file/styles/style/index.d.ts +4 -0
  459. package/dist/file/styles/style/paragraph-style.d.ts +14 -0
  460. package/dist/file/styles/style/paragraph-style.spec.d.ts +1 -0
  461. package/dist/file/styles/style/style.d.ts +20 -0
  462. package/dist/file/styles/style/style.spec.d.ts +1 -0
  463. package/dist/file/styles/styles.d.ts +15 -0
  464. package/dist/file/styles/styles.spec.d.ts +1 -0
  465. package/dist/file/table/grid.d.ts +13 -0
  466. package/dist/file/table/grid.spec.d.ts +1 -0
  467. package/dist/file/table/index.d.ts +5 -0
  468. package/dist/file/table/table-cell/index.d.ts +2 -0
  469. package/dist/file/table/table-cell/table-cell-components.d.ts +31 -0
  470. package/dist/file/table/table-cell/table-cell-properties.d.ts +33 -0
  471. package/dist/file/table/table-cell/table-cell-properties.spec.d.ts +1 -0
  472. package/dist/file/table/table-cell/table-cell.d.ts +12 -0
  473. package/dist/file/table/table-cell/table-cell.spec.d.ts +1 -0
  474. package/dist/file/table/table-cell-spacing.d.ts +11 -0
  475. package/dist/file/table/table-properties/index.d.ts +5 -0
  476. package/dist/file/table/table-properties/table-borders.d.ts +14 -0
  477. package/dist/file/table/table-properties/table-borders.spec.d.ts +1 -0
  478. package/dist/file/table/table-properties/table-cell-margin.d.ts +11 -0
  479. package/dist/file/table/table-properties/table-cell-margin.spec.d.ts +1 -0
  480. package/dist/file/table/table-properties/table-float-properties.d.ts +40 -0
  481. package/dist/file/table/table-properties/table-float-properties.spec.d.ts +1 -0
  482. package/dist/file/table/table-properties/table-layout.d.ts +6 -0
  483. package/dist/file/table/table-properties/table-look.d.ts +10 -0
  484. package/dist/file/table/table-properties/table-look.spec.d.ts +1 -0
  485. package/dist/file/table/table-properties/table-properties.d.ts +33 -0
  486. package/dist/file/table/table-properties/table-properties.spec.d.ts +1 -0
  487. package/dist/file/table/table-row/index.d.ts +3 -0
  488. package/dist/file/table/table-row/table-row-height.d.ts +8 -0
  489. package/dist/file/table/table-row/table-row-properties.d.ts +27 -0
  490. package/dist/file/table/table-row/table-row-properties.spec.d.ts +1 -0
  491. package/dist/file/table/table-row/table-row.d.ts +16 -0
  492. package/dist/file/table/table-row/table-row.spec.d.ts +1 -0
  493. package/dist/file/table/table-width.d.ts +13 -0
  494. package/dist/file/table/table.d.ts +30 -0
  495. package/dist/file/table/table.spec.d.ts +1 -0
  496. package/dist/file/table-of-contents/field-instruction.d.ts +6 -0
  497. package/dist/file/table-of-contents/index.d.ts +2 -0
  498. package/dist/file/table-of-contents/sdt-content.d.ts +4 -0
  499. package/dist/file/table-of-contents/sdt-properties.d.ts +4 -0
  500. package/dist/file/table-of-contents/table-of-contents-properties.d.ts +23 -0
  501. package/dist/file/table-of-contents/table-of-contents.d.ts +20 -0
  502. package/dist/file/table-of-contents/table-of-contents.spec.d.ts +1 -0
  503. package/dist/file/textbox/index.d.ts +1 -0
  504. package/dist/file/textbox/pict-element/pict-element.d.ts +5 -0
  505. package/dist/file/textbox/shape/shape.d.ts +36 -0
  506. package/dist/file/textbox/shape/shape.spec.d.ts +1 -0
  507. package/dist/file/textbox/texbox-content/textbox-content.d.ts +5 -0
  508. package/dist/file/textbox/textbox.d.ts +10 -0
  509. package/dist/file/textbox/textbox.spec.d.ts +1 -0
  510. package/dist/file/textbox/types.d.ts +2 -0
  511. package/dist/file/textbox/vml-textbox/vml-texbox.d.ts +14 -0
  512. package/dist/file/textbox/vml-textbox/vml-textbox.spec.d.ts +1 -0
  513. package/dist/file/track-revision/index.d.ts +7 -0
  514. package/dist/file/track-revision/track-revision-components/cell-merge.d.ts +22 -0
  515. package/dist/file/track-revision/track-revision-components/cell-merge.spec.d.ts +1 -0
  516. package/dist/file/track-revision/track-revision-components/deleted-page-number.d.ts +10 -0
  517. package/dist/file/track-revision/track-revision-components/deleted-page-number.spec.d.ts +1 -0
  518. package/dist/file/track-revision/track-revision-components/deleted-table-cell.d.ts +5 -0
  519. package/dist/file/track-revision/track-revision-components/deleted-table-cell.spec.d.ts +1 -0
  520. package/dist/file/track-revision/track-revision-components/deleted-table-row.d.ts +5 -0
  521. package/dist/file/track-revision/track-revision-components/deleted-table-row.spec.d.ts +1 -0
  522. package/dist/file/track-revision/track-revision-components/deleted-text-run.d.ts +12 -0
  523. package/dist/file/track-revision/track-revision-components/deleted-text-run.spec.d.ts +1 -0
  524. package/dist/file/track-revision/track-revision-components/deleted-text.d.ts +4 -0
  525. package/dist/file/track-revision/track-revision-components/deleted-text.spec.d.ts +1 -0
  526. package/dist/file/track-revision/track-revision-components/deletion-track-change.d.ts +5 -0
  527. package/dist/file/track-revision/track-revision-components/inserted-table-cell.d.ts +5 -0
  528. package/dist/file/track-revision/track-revision-components/inserted-table-cell.spec.d.ts +1 -0
  529. package/dist/file/track-revision/track-revision-components/inserted-table-row.d.ts +5 -0
  530. package/dist/file/track-revision/track-revision-components/inserted-table-row.spec.d.ts +1 -0
  531. package/dist/file/track-revision/track-revision-components/inserted-text-run.d.ts +8 -0
  532. package/dist/file/track-revision/track-revision-components/inserted-text-run.spec.d.ts +1 -0
  533. package/dist/file/track-revision/track-revision-components/insertion-track-change.d.ts +5 -0
  534. package/dist/file/track-revision/track-revision.d.ts +13 -0
  535. package/dist/file/vertical-align/index.d.ts +1 -0
  536. package/dist/file/vertical-align/vertical-align.d.ts +21 -0
  537. package/dist/file/xml-components/attribute.spec.d.ts +1 -0
  538. package/dist/file/xml-components/attributes.d.ts +46 -0
  539. package/dist/file/xml-components/base.d.ts +13 -0
  540. package/dist/file/xml-components/default-attributes.d.ts +21 -0
  541. package/dist/file/xml-components/imported-xml-component.d.ts +14 -0
  542. package/dist/file/xml-components/imported-xml-component.spec.d.ts +1 -0
  543. package/dist/file/xml-components/index.d.ts +8 -0
  544. package/dist/file/xml-components/initializable-xml-component.d.ts +4 -0
  545. package/dist/file/xml-components/simple-elements.d.ts +30 -0
  546. package/dist/file/xml-components/simple-elements.spec.d.ts +1 -0
  547. package/dist/file/xml-components/xml-component.d.ts +14 -0
  548. package/dist/file/xml-components/xml-component.spec.d.ts +1 -0
  549. package/dist/file/xml-components/xmlable-object.d.ts +5 -0
  550. package/dist/index.cjs +32330 -22664
  551. package/dist/index.d.cts +5 -3189
  552. package/dist/index.d.ts +5 -3189
  553. package/dist/index.iife.js +32738 -23072
  554. package/dist/index.mjs +32330 -22966
  555. package/dist/index.spec.d.ts +1 -0
  556. package/dist/index.umd.cjs +32741 -23075
  557. package/dist/patcher/content-types-manager.d.ts +2 -0
  558. package/dist/patcher/content-types-manager.spec.d.ts +1 -0
  559. package/dist/patcher/from-docx.d.ts +32 -0
  560. package/dist/patcher/from-docx.spec.d.ts +1 -0
  561. package/dist/patcher/index.d.ts +2 -0
  562. package/dist/patcher/paragraph-split-inject.d.ts +9 -0
  563. package/dist/patcher/paragraph-split-inject.spec.d.ts +1 -0
  564. package/dist/patcher/paragraph-token-replacer.d.ts +8 -0
  565. package/dist/patcher/paragraph-token-replacer.spec.d.ts +1 -0
  566. package/dist/patcher/patch-detector.d.ts +6 -0
  567. package/dist/patcher/patch-detector.spec.d.ts +1 -0
  568. package/dist/patcher/relationship-manager.d.ts +4 -0
  569. package/dist/patcher/relationship-manager.spec.d.ts +1 -0
  570. package/dist/patcher/replacer.d.ts +15 -0
  571. package/dist/patcher/replacer.spec.d.ts +84 -0
  572. package/dist/patcher/run-renderer.d.ts +22 -0
  573. package/dist/patcher/run-renderer.spec.d.ts +1 -0
  574. package/dist/patcher/traverser.d.ts +9 -0
  575. package/dist/patcher/traverser.spec.d.ts +1 -0
  576. package/dist/patcher/util.d.ts +5 -0
  577. package/dist/patcher/util.spec.d.ts +1 -0
  578. package/dist/tests/utility.d.ts +3 -0
  579. package/dist/util/convenience-functions.d.ts +12 -0
  580. package/dist/util/convenience-functions.spec.d.ts +1 -0
  581. package/dist/util/index.d.ts +3 -0
  582. package/dist/util/output-type.d.ts +12 -0
  583. package/dist/util/types.d.ts +1 -0
  584. package/dist/util/values.d.ts +22 -0
  585. package/dist/util/values.spec.d.ts +1 -0
  586. package/package.json +8 -9
@@ -0,0 +1,16 @@
1
+ export * from './run';
2
+ export * from './properties';
3
+ export * from './text-run';
4
+ export * from './symbol-run';
5
+ export * from './image-run';
6
+ export * from './wps-shape-run';
7
+ export * from './wpg-group-run';
8
+ export * from './run-fonts';
9
+ export * from './sequential-identifier';
10
+ export * from './underline';
11
+ export * from './emphasis-mark';
12
+ export * from './simple-field';
13
+ export * from './comment-run';
14
+ export * from './comments-extended';
15
+ export * from './empty-children';
16
+ export * from './positional-tab';
@@ -0,0 +1,7 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export type ILanguageOptions = {
3
+ readonly value?: string;
4
+ readonly eastAsia?: string;
5
+ readonly bidirectional?: string;
6
+ };
7
+ export declare const createLanguageComponent: (options: ILanguageOptions) => XmlComponent;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,13 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare class Page extends XmlComponent {
3
+ constructor();
4
+ }
5
+ export declare class NumberOfPages extends XmlComponent {
6
+ constructor();
7
+ }
8
+ export declare class NumberOfPagesSection extends XmlComponent {
9
+ constructor();
10
+ }
11
+ export declare class CurrentSection extends XmlComponent {
12
+ constructor();
13
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,25 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare const PositionalTabAlignment: {
3
+ readonly LEFT: "left";
4
+ readonly CENTER: "center";
5
+ readonly RIGHT: "right";
6
+ };
7
+ export declare const PositionalTabRelativeTo: {
8
+ readonly MARGIN: "margin";
9
+ readonly INDENT: "indent";
10
+ };
11
+ export declare const PositionalTabLeader: {
12
+ readonly NONE: "none";
13
+ readonly DOT: "dot";
14
+ readonly HYPHEN: "hyphen";
15
+ readonly UNDERSCORE: "underscore";
16
+ readonly MIDDLE_DOT: "middleDot";
17
+ };
18
+ export type PositionalTabOptions = {
19
+ readonly alignment: (typeof PositionalTabAlignment)[keyof typeof PositionalTabAlignment];
20
+ readonly relativeTo: (typeof PositionalTabRelativeTo)[keyof typeof PositionalTabRelativeTo];
21
+ readonly leader: (typeof PositionalTabLeader)[keyof typeof PositionalTabLeader];
22
+ };
23
+ export declare class PositionalTab extends XmlComponent {
24
+ constructor(options: PositionalTabOptions);
25
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,102 @@
1
+ import { IBorderOptions } from '../../border';
2
+ import { IShadingAttributesProperties } from '../../shading';
3
+ import { IChangedAttributesProperties } from '../../track-revision/track-revision';
4
+ import { IgnoreIfEmptyXmlComponent, XmlComponent } from '../../xml-components';
5
+ import { PositiveUniversalMeasure, UniversalMeasure } from '../../../util/values';
6
+ import { EmphasisMarkType } from './emphasis-mark';
7
+ import { ILanguageOptions } from './language';
8
+ import { IFontAttributesProperties } from './run-fonts';
9
+ import { UnderlineType } from './underline';
10
+ type IFontOptions = {
11
+ readonly name: string;
12
+ readonly hint?: string;
13
+ };
14
+ export declare const TextEffect: {
15
+ readonly BLINK_BACKGROUND: "blinkBackground";
16
+ readonly LIGHTS: "lights";
17
+ readonly ANTS_BLACK: "antsBlack";
18
+ readonly ANTS_RED: "antsRed";
19
+ readonly SHIMMER: "shimmer";
20
+ readonly SPARKLE: "sparkle";
21
+ readonly NONE: "none";
22
+ };
23
+ export declare const HighlightColor: {
24
+ readonly BLACK: "black";
25
+ readonly BLUE: "blue";
26
+ readonly CYAN: "cyan";
27
+ readonly DARK_BLUE: "darkBlue";
28
+ readonly DARK_CYAN: "darkCyan";
29
+ readonly DARK_GRAY: "darkGray";
30
+ readonly DARK_GREEN: "darkGreen";
31
+ readonly DARK_MAGENTA: "darkMagenta";
32
+ readonly DARK_RED: "darkRed";
33
+ readonly DARK_YELLOW: "darkYellow";
34
+ readonly GREEN: "green";
35
+ readonly LIGHT_GRAY: "lightGray";
36
+ readonly MAGENTA: "magenta";
37
+ readonly NONE: "none";
38
+ readonly RED: "red";
39
+ readonly WHITE: "white";
40
+ readonly YELLOW: "yellow";
41
+ };
42
+ export type IRunStylePropertiesOptions = {
43
+ readonly noProof?: boolean;
44
+ readonly bold?: boolean;
45
+ readonly boldComplexScript?: boolean;
46
+ readonly italics?: boolean;
47
+ readonly italicsComplexScript?: boolean;
48
+ readonly underline?: {
49
+ readonly color?: string;
50
+ readonly type?: (typeof UnderlineType)[keyof typeof UnderlineType];
51
+ };
52
+ readonly effect?: (typeof TextEffect)[keyof typeof TextEffect];
53
+ readonly emphasisMark?: {
54
+ readonly type?: (typeof EmphasisMarkType)[keyof typeof EmphasisMarkType];
55
+ };
56
+ readonly color?: string;
57
+ readonly kern?: number | PositiveUniversalMeasure;
58
+ readonly position?: UniversalMeasure;
59
+ readonly size?: number | PositiveUniversalMeasure;
60
+ readonly sizeComplexScript?: boolean | number | PositiveUniversalMeasure;
61
+ readonly rightToLeft?: boolean;
62
+ readonly smallCaps?: boolean;
63
+ readonly allCaps?: boolean;
64
+ readonly strike?: boolean;
65
+ readonly doubleStrike?: boolean;
66
+ readonly subScript?: boolean;
67
+ readonly superScript?: boolean;
68
+ readonly font?: string | IFontOptions | IFontAttributesProperties;
69
+ readonly highlight?: (typeof HighlightColor)[keyof typeof HighlightColor];
70
+ readonly highlightComplexScript?: boolean | string;
71
+ readonly characterSpacing?: number;
72
+ readonly shading?: IShadingAttributesProperties;
73
+ readonly emboss?: boolean;
74
+ readonly imprint?: boolean;
75
+ readonly revision?: IRunPropertiesChangeOptions;
76
+ readonly language?: ILanguageOptions;
77
+ readonly border?: IBorderOptions;
78
+ readonly snapToGrid?: boolean;
79
+ readonly vanish?: boolean;
80
+ readonly specVanish?: boolean;
81
+ readonly scale?: number;
82
+ readonly math?: boolean;
83
+ };
84
+ export type IRunPropertiesOptions = {
85
+ readonly style?: string;
86
+ } & IRunStylePropertiesOptions;
87
+ export type IRunPropertiesChangeOptions = {} & IRunPropertiesOptions & IChangedAttributesProperties;
88
+ export type IParagraphRunPropertiesOptions = {
89
+ readonly insertion?: IChangedAttributesProperties;
90
+ readonly deletion?: IChangedAttributesProperties;
91
+ } & IRunPropertiesOptions;
92
+ export declare class RunProperties extends IgnoreIfEmptyXmlComponent {
93
+ constructor(options?: IRunPropertiesOptions);
94
+ push(item: XmlComponent): void;
95
+ }
96
+ export declare class ParagraphRunProperties extends RunProperties {
97
+ constructor(options?: IParagraphRunPropertiesOptions);
98
+ }
99
+ export declare class RunPropertiesChange extends XmlComponent {
100
+ constructor(options: IRunPropertiesChangeOptions);
101
+ }
102
+ export {};
@@ -0,0 +1,4 @@
1
+ import { XmlComponent } from '../../../xml-components';
2
+ export declare class Symbol extends XmlComponent {
3
+ constructor(char?: string, symbolfont?: string);
4
+ }
@@ -0,0 +1,10 @@
1
+ import { SpaceType } from '../../../shared';
2
+ import { XmlComponent } from '../../../xml-components';
3
+ type ITextOptions = {
4
+ readonly space?: (typeof SpaceType)[keyof typeof SpaceType];
5
+ readonly text?: string;
6
+ };
7
+ export declare class Text extends XmlComponent {
8
+ constructor(options: string | ITextOptions);
9
+ }
10
+ export {};
@@ -0,0 +1,9 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export type IFontAttributesProperties = {
3
+ readonly ascii?: string;
4
+ readonly cs?: string;
5
+ readonly eastAsia?: string;
6
+ readonly hAnsi?: string;
7
+ readonly hint?: string;
8
+ };
9
+ export declare const createRunFonts: (nameOrAttrs: string | IFontAttributesProperties, hint?: string) => XmlComponent;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ import { FootnoteReferenceRun } from '../../footnotes/footnote/run/reference-run';
2
+ import { FieldInstruction } from '../../table-of-contents/field-instruction';
3
+ import { XmlComponent } from '../../xml-components';
4
+ import { AnnotationReference, CarriageReturn, ContinuationSeparator, DayLong, DayShort, EndnoteReference, FootnoteReferenceElement, LastRenderedPageBreak, MonthLong, MonthShort, NoBreakHyphen, PageNumberElement, Separator, SoftHyphen, Tab, YearLong, YearShort } from './empty-children';
5
+ import { IParagraphRunPropertiesOptions, IRunPropertiesOptions, RunProperties } from './properties';
6
+ type IRunOptionsBase = {
7
+ readonly children?: readonly (FieldInstruction | (typeof PageNumber)[keyof typeof PageNumber] | FootnoteReferenceRun | AnnotationReference | CarriageReturn | ContinuationSeparator | DayLong | DayShort | EndnoteReference | FootnoteReferenceElement | LastRenderedPageBreak | MonthLong | MonthShort | NoBreakHyphen | PageNumberElement | Separator | SoftHyphen | Tab | YearLong | YearShort | XmlComponent | string)[];
8
+ readonly break?: number;
9
+ readonly text?: string;
10
+ };
11
+ export type IRunOptions = IRunOptionsBase & IRunPropertiesOptions;
12
+ export type IParagraphRunOptions = IRunOptionsBase & IParagraphRunPropertiesOptions;
13
+ export declare const PageNumber: {
14
+ readonly CURRENT: "CURRENT";
15
+ readonly TOTAL_PAGES: "TOTAL_PAGES";
16
+ readonly TOTAL_PAGES_IN_SECTION: "TOTAL_PAGES_IN_SECTION";
17
+ readonly CURRENT_SECTION: "SECTION";
18
+ };
19
+ export declare class Run extends XmlComponent {
20
+ protected readonly properties: RunProperties;
21
+ constructor(options: IRunOptions);
22
+ }
23
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare const createSuperScript: () => XmlComponent;
3
+ export declare const createSubScript: () => XmlComponent;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare class SequentialIdentifierInstruction extends XmlComponent {
3
+ constructor(identifier: string);
4
+ }
@@ -0,0 +1,4 @@
1
+ import { Run } from '.';
2
+ export declare class SequentialIdentifier extends Run {
3
+ constructor(identifier: string);
4
+ }
@@ -0,0 +1,7 @@
1
+ import { XmlComponent } from '../../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
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import { IRunOptions, Run } from './run';
2
+ export type ISymbolRunOptions = {
3
+ readonly char: string;
4
+ readonly symbolfont?: string;
5
+ } & IRunOptions;
6
+ export declare class SymbolRun extends Run {
7
+ constructor(options: ISymbolRunOptions | string);
8
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import { SpaceType } from '../../shared';
2
+ import { XmlAttributeComponent } from '../../xml-components';
3
+ export declare class TextAttributes extends XmlAttributeComponent<{
4
+ readonly space: (typeof SpaceType)[keyof typeof SpaceType];
5
+ }> {
6
+ protected readonly xmlKeys: {
7
+ space: string;
8
+ };
9
+ }
@@ -0,0 +1,4 @@
1
+ import { IRunOptions, Run } from './run';
2
+ export declare class TextRun extends Run {
3
+ constructor(options: IRunOptions | string);
4
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,22 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare const UnderlineType: {
3
+ readonly SINGLE: "single";
4
+ readonly WORDS: "words";
5
+ readonly DOUBLE: "double";
6
+ readonly THICK: "thick";
7
+ readonly DOTTED: "dotted";
8
+ readonly DOTTEDHEAVY: "dottedHeavy";
9
+ readonly DASH: "dash";
10
+ readonly DASHEDHEAVY: "dashedHeavy";
11
+ readonly DASHLONG: "dashLong";
12
+ readonly DASHLONGHEAVY: "dashLongHeavy";
13
+ readonly DOTDASH: "dotDash";
14
+ readonly DASHDOTHEAVY: "dashDotHeavy";
15
+ readonly DOTDOTDASH: "dotDotDash";
16
+ readonly DASHDOTDOTHEAVY: "dashDotDotHeavy";
17
+ readonly WAVE: "wave";
18
+ readonly WAVYHEAVY: "wavyHeavy";
19
+ readonly WAVYDOUBLE: "wavyDouble";
20
+ readonly NONE: "none";
21
+ };
22
+ export declare const createUnderline: (underlineType?: (typeof UnderlineType)[keyof typeof UnderlineType], color?: string) => XmlComponent;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,21 @@
1
+ import { DocPropertiesOptions } from '../../drawing/doc-properties/doc-properties';
2
+ import { IContext, IXmlableObject } from '../../xml-components';
3
+ import { Run } from '.';
4
+ import { IFloating } from '../../drawing';
5
+ import { IGroupChildMediaData, IMediaTransformation } from '../../media';
6
+ export * from '../../drawing/inline/graphic/graphic-data/wps/body-properties';
7
+ type CoreGroupOptions = {
8
+ readonly children: readonly IGroupChildMediaData[];
9
+ readonly transformation: IMediaTransformation;
10
+ readonly floating?: IFloating;
11
+ readonly altText?: DocPropertiesOptions;
12
+ };
13
+ export type IWpgGroupOptions = {
14
+ readonly type: "wpg";
15
+ } & CoreGroupOptions;
16
+ export declare class WpgGroupRun extends Run {
17
+ private readonly wpgGroupData;
18
+ private readonly mediaDatas;
19
+ constructor(options: IWpgGroupOptions);
20
+ prepForXml(context: IContext): IXmlableObject | undefined;
21
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ import { DocPropertiesOptions } from '../../drawing/doc-properties/doc-properties';
2
+ import { WpsShapeCoreOptions } from '../../drawing/inline/graphic/graphic-data/wps';
3
+ import { IFloating } from '../../drawing';
4
+ import { OutlineOptions } from '../../drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline';
5
+ import { SolidFillOptions } from '../../drawing/inline/graphic/graphic-data/pic/shape-properties/outline/solid-fill';
6
+ import { IMediaDataTransformation, IMediaTransformation } from '../../media';
7
+ import { Run } from '../run';
8
+ export * from '../../drawing/inline/graphic/graphic-data/wps/body-properties';
9
+ type CoreShapeOptions = {
10
+ readonly transformation: IMediaTransformation;
11
+ readonly floating?: IFloating;
12
+ readonly altText?: DocPropertiesOptions;
13
+ readonly outline?: OutlineOptions;
14
+ readonly solidFill?: SolidFillOptions;
15
+ };
16
+ export type IWpsShapeOptions = WpsShapeCoreOptions & {
17
+ readonly type: "wps";
18
+ } & CoreShapeOptions;
19
+ export declare const createTransformation: (options: IMediaTransformation) => IMediaDataTransformation;
20
+ export declare class WpsShapeRun extends Run {
21
+ private readonly wpsShapeData;
22
+ constructor(options: IWpsShapeOptions);
23
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,8 @@
1
+ import { XmlAttributeComponent } from '../xml-components';
2
+ export declare class RelationshipsAttributes extends XmlAttributeComponent<{
3
+ readonly xmlns: string;
4
+ }> {
5
+ protected readonly xmlKeys: {
6
+ xmlns: string;
7
+ };
8
+ }
@@ -0,0 +1 @@
1
+ export * from './relationships';
@@ -0,0 +1,6 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export 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/endnotes" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/comments" | "http://schemas.microsoft.com/office/2011/relationships/commentsExtended" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/font";
3
+ export declare const TargetModeType: {
4
+ readonly EXTERNAL: "External";
5
+ };
6
+ export declare const createRelationship: (id: string, type: RelationshipType, target: string, targetMode?: (typeof TargetModeType)[keyof typeof TargetModeType]) => XmlComponent;
@@ -0,0 +1,7 @@
1
+ import { XmlComponent } from '../xml-components';
2
+ import { RelationshipType, TargetModeType } from './relationship/relationship';
3
+ export declare class Relationships extends XmlComponent {
4
+ constructor();
5
+ addRelationship(id: number | string, type: RelationshipType, target: string, targetMode?: (typeof TargetModeType)[keyof typeof TargetModeType]): void;
6
+ get RelationshipCount(): number;
7
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { XmlComponent } from '../../xml-components';
2
+ export declare const createCompatibilitySetting: (version: number) => XmlComponent;
@@ -0,0 +1,72 @@
1
+ import { XmlComponent } from '../xml-components';
2
+ export type ICompatibilityOptions = {
3
+ readonly version?: number;
4
+ readonly useSingleBorderforContiguousCells?: boolean;
5
+ readonly wordPerfectJustification?: boolean;
6
+ readonly noTabStopForHangingIndent?: boolean;
7
+ readonly noLeading?: boolean;
8
+ readonly spaceForUnderline?: boolean;
9
+ readonly noColumnBalance?: boolean;
10
+ readonly balanceSingleByteDoubleByteWidth?: boolean;
11
+ readonly noExtraLineSpacing?: boolean;
12
+ readonly doNotLeaveBackslashAlone?: boolean;
13
+ readonly underlineTrailingSpaces?: boolean;
14
+ readonly doNotExpandShiftReturn?: boolean;
15
+ readonly spacingInWholePoints?: boolean;
16
+ readonly lineWrapLikeWord6?: boolean;
17
+ readonly printBodyTextBeforeHeader?: boolean;
18
+ readonly printColorsBlack?: boolean;
19
+ readonly spaceWidth?: boolean;
20
+ readonly showBreaksInFrames?: boolean;
21
+ readonly subFontBySize?: boolean;
22
+ readonly suppressBottomSpacing?: boolean;
23
+ readonly suppressTopSpacing?: boolean;
24
+ readonly suppressSpacingAtTopOfPage?: boolean;
25
+ readonly suppressTopSpacingWP?: boolean;
26
+ readonly suppressSpBfAfterPgBrk?: boolean;
27
+ readonly swapBordersFacingPages?: boolean;
28
+ readonly convertMailMergeEsc?: boolean;
29
+ readonly truncateFontHeightsLikeWP6?: boolean;
30
+ readonly macWordSmallCaps?: boolean;
31
+ readonly usePrinterMetrics?: boolean;
32
+ readonly doNotSuppressParagraphBorders?: boolean;
33
+ readonly wrapTrailSpaces?: boolean;
34
+ readonly footnoteLayoutLikeWW8?: boolean;
35
+ readonly shapeLayoutLikeWW8?: boolean;
36
+ readonly alignTablesRowByRow?: boolean;
37
+ readonly forgetLastTabAlignment?: boolean;
38
+ readonly adjustLineHeightInTable?: boolean;
39
+ readonly autoSpaceLikeWord95?: boolean;
40
+ readonly noSpaceRaiseLower?: boolean;
41
+ readonly doNotUseHTMLParagraphAutoSpacing?: boolean;
42
+ readonly layoutRawTableWidth?: boolean;
43
+ readonly layoutTableRowsApart?: boolean;
44
+ readonly useWord97LineBreakRules?: boolean;
45
+ readonly doNotBreakWrappedTables?: boolean;
46
+ readonly doNotSnapToGridInCell?: boolean;
47
+ readonly selectFieldWithFirstOrLastCharacter?: boolean;
48
+ readonly applyBreakingRules?: boolean;
49
+ readonly doNotWrapTextWithPunctuation?: boolean;
50
+ readonly doNotUseEastAsianBreakRules?: boolean;
51
+ readonly useWord2002TableStyleRules?: boolean;
52
+ readonly growAutofit?: boolean;
53
+ readonly useFELayout?: boolean;
54
+ readonly useNormalStyleForList?: boolean;
55
+ readonly doNotUseIndentAsNumberingTabStop?: boolean;
56
+ readonly useAlternateEastAsianLineBreakRules?: boolean;
57
+ readonly allowSpaceOfSameStyleInTable?: boolean;
58
+ readonly doNotSuppressIndentation?: boolean;
59
+ readonly doNotAutofitConstrainedTables?: boolean;
60
+ readonly autofitToFirstFixedWidthCell?: boolean;
61
+ readonly underlineTabInNumberingList?: boolean;
62
+ readonly displayHangulFixedWidth?: boolean;
63
+ readonly splitPgBreakAndParaMark?: boolean;
64
+ readonly doNotVerticallyAlignCellWithSp?: boolean;
65
+ readonly doNotBreakConstrainedForcedTable?: boolean;
66
+ readonly ignoreVerticalAlignmentInTextboxes?: boolean;
67
+ readonly useAnsiKerningPairs?: boolean;
68
+ readonly cachedColumnBalance?: boolean;
69
+ };
70
+ export declare class Compatibility extends XmlComponent {
71
+ constructor(options: ICompatibilityOptions);
72
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export * from './settings';
@@ -0,0 +1,59 @@
1
+ import { XmlAttributeComponent, XmlComponent } from '../xml-components';
2
+ import { ICompatibilityOptions } from './compatibility';
3
+ export declare class SettingsAttributes extends XmlAttributeComponent<{
4
+ readonly wpc?: string;
5
+ readonly mc?: string;
6
+ readonly o?: string;
7
+ readonly r?: string;
8
+ readonly m?: string;
9
+ readonly v?: string;
10
+ readonly wp14?: string;
11
+ readonly wp?: string;
12
+ readonly w10?: string;
13
+ readonly w?: string;
14
+ readonly w14?: string;
15
+ readonly w15?: string;
16
+ readonly wpg?: string;
17
+ readonly wpi?: string;
18
+ readonly wne?: string;
19
+ readonly wps?: string;
20
+ readonly Ignorable?: string;
21
+ }> {
22
+ protected readonly xmlKeys: {
23
+ wpc: string;
24
+ mc: string;
25
+ o: string;
26
+ r: string;
27
+ m: string;
28
+ v: string;
29
+ wp14: string;
30
+ wp: string;
31
+ w10: string;
32
+ w: string;
33
+ w14: string;
34
+ w15: string;
35
+ wpg: string;
36
+ wpi: string;
37
+ wne: string;
38
+ wps: string;
39
+ Ignorable: string;
40
+ };
41
+ }
42
+ export type ISettingsOptions = {
43
+ readonly compatibilityModeVersion?: number;
44
+ readonly evenAndOddHeaders?: boolean;
45
+ readonly trackRevisions?: boolean;
46
+ readonly updateFields?: boolean;
47
+ readonly compatibility?: ICompatibilityOptions;
48
+ readonly defaultTabStop?: number;
49
+ readonly hyphenation?: IHyphenationOptions;
50
+ };
51
+ export type IHyphenationOptions = {
52
+ readonly autoHyphenation?: boolean;
53
+ readonly hyphenationZone?: number;
54
+ readonly consecutiveHyphenLimit?: number;
55
+ readonly doNotHyphenateCaps?: boolean;
56
+ };
57
+ export declare class Settings extends XmlComponent {
58
+ constructor(options: ISettingsOptions);
59
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export * from './shading';
@@ -0,0 +1,46 @@
1
+ import { XmlComponent } from '../xml-components';
2
+ export type IShadingAttributesProperties = {
3
+ readonly fill?: string;
4
+ readonly color?: string;
5
+ readonly type?: (typeof ShadingType)[keyof typeof ShadingType];
6
+ };
7
+ export declare const createShading: ({ fill, color, type }: IShadingAttributesProperties) => XmlComponent;
8
+ export declare const ShadingType: {
9
+ readonly CLEAR: "clear";
10
+ readonly DIAGONAL_CROSS: "diagCross";
11
+ readonly DIAGONAL_STRIPE: "diagStripe";
12
+ readonly HORIZONTAL_CROSS: "horzCross";
13
+ readonly HORIZONTAL_STRIPE: "horzStripe";
14
+ readonly NIL: "nil";
15
+ readonly PERCENT_5: "pct5";
16
+ readonly PERCENT_10: "pct10";
17
+ readonly PERCENT_12: "pct12";
18
+ readonly PERCENT_15: "pct15";
19
+ readonly PERCENT_20: "pct20";
20
+ readonly PERCENT_25: "pct25";
21
+ readonly PERCENT_30: "pct30";
22
+ readonly PERCENT_35: "pct35";
23
+ readonly PERCENT_37: "pct37";
24
+ readonly PERCENT_40: "pct40";
25
+ readonly PERCENT_45: "pct45";
26
+ readonly PERCENT_50: "pct50";
27
+ readonly PERCENT_55: "pct55";
28
+ readonly PERCENT_60: "pct60";
29
+ readonly PERCENT_62: "pct62";
30
+ readonly PERCENT_65: "pct65";
31
+ readonly PERCENT_70: "pct70";
32
+ readonly PERCENT_75: "pct75";
33
+ readonly PERCENT_80: "pct80";
34
+ readonly PERCENT_85: "pct85";
35
+ readonly PERCENT_87: "pct87";
36
+ readonly PERCENT_90: "pct90";
37
+ readonly PERCENT_95: "pct95";
38
+ readonly REVERSE_DIAGONAL_STRIPE: "reverseDiagStripe";
39
+ readonly SOLID: "solid";
40
+ readonly THIN_DIAGONAL_CROSS: "thinDiagCross";
41
+ readonly THIN_DIAGONAL_STRIPE: "thinDiagStripe";
42
+ readonly THIN_HORIZONTAL_CROSS: "thinHorzCross";
43
+ readonly THIN_REVERSE_DIAGONAL_STRIPE: "thinReverseDiagStripe";
44
+ readonly THIN_VERTICAL_STRIPE: "thinVertStripe";
45
+ readonly VERTICAL_STRIPE: "vertStripe";
46
+ };
@@ -0,0 +1 @@
1
+ export {};