abstract-document 14.0.4 → 14.0.5

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 (938) hide show
  1. package/lib/abstract-document/table/text-row.d.ts +1 -0
  2. package/lib/abstract-document/table/text-row.js +2 -0
  3. package/lib/abstract-document-exporters/docx/docx-document-renderer.d.ts +1 -0
  4. package/lib/abstract-document-exporters/docx/docx-document-renderer.js +2 -0
  5. package/lib/abstract-document-exporters/docx/docx-document-renderer.js.map +1 -1
  6. package/package.json +6 -4
  7. package/lib/abstract-document/__tests__/hello-world-abstract-doc.d.ts +0 -1
  8. package/lib/abstract-document/__tests__/hello-world-abstract-doc.d.ts.map +0 -1
  9. package/lib/abstract-document/__tests__/hello-world-abstract-doc.js +0 -246
  10. package/lib/abstract-document/__tests__/hello-world-abstract-doc.js.map +0 -1
  11. package/lib/abstract-document/__tests__/markdown.test.d.ts +0 -2
  12. package/lib/abstract-document/__tests__/markdown.test.d.ts.map +0 -1
  13. package/lib/abstract-document/__tests__/markdown.test.js +0 -30
  14. package/lib/abstract-document/__tests__/markdown.test.js.map +0 -1
  15. package/lib/abstract-document/__tests__/model-builder._test.d.ts +0 -1
  16. package/lib/abstract-document/__tests__/model-builder._test.d.ts.map +0 -1
  17. package/lib/abstract-document/__tests__/model-builder._test.js +0 -49
  18. package/lib/abstract-document/__tests__/model-builder._test.js.map +0 -1
  19. package/lib/abstract-document/__tests__/test-markdown/_export-test-def.d.ts +0 -9
  20. package/lib/abstract-document/__tests__/test-markdown/_export-test-def.d.ts.map +0 -1
  21. package/lib/abstract-document/__tests__/test-markdown/_export-test-def.js +0 -3
  22. package/lib/abstract-document/__tests__/test-markdown/_export-test-def.js.map +0 -1
  23. package/lib/abstract-document/__tests__/test-markdown/markdown-bold-italic.d.ts +0 -3
  24. package/lib/abstract-document/__tests__/test-markdown/markdown-bold-italic.d.ts.map +0 -1
  25. package/lib/abstract-document/__tests__/test-markdown/markdown-bold-italic.js +0 -36
  26. package/lib/abstract-document/__tests__/test-markdown/markdown-bold-italic.js.map +0 -1
  27. package/lib/abstract-document/__tests__/test-markdown/markdown-bold.d.ts +0 -3
  28. package/lib/abstract-document/__tests__/test-markdown/markdown-bold.d.ts.map +0 -1
  29. package/lib/abstract-document/__tests__/test-markdown/markdown-bold.js +0 -36
  30. package/lib/abstract-document/__tests__/test-markdown/markdown-bold.js.map +0 -1
  31. package/lib/abstract-document/__tests__/test-markdown/markdown-empty-keepTogether.d.ts +0 -3
  32. package/lib/abstract-document/__tests__/test-markdown/markdown-empty-keepTogether.d.ts.map +0 -1
  33. package/lib/abstract-document/__tests__/test-markdown/markdown-empty-keepTogether.js +0 -59
  34. package/lib/abstract-document/__tests__/test-markdown/markdown-empty-keepTogether.js.map +0 -1
  35. package/lib/abstract-document/__tests__/test-markdown/markdown-header.d.ts +0 -3
  36. package/lib/abstract-document/__tests__/test-markdown/markdown-header.d.ts.map +0 -1
  37. package/lib/abstract-document/__tests__/test-markdown/markdown-header.js +0 -43
  38. package/lib/abstract-document/__tests__/test-markdown/markdown-header.js.map +0 -1
  39. package/lib/abstract-document/__tests__/test-markdown/markdown-italic.d.ts +0 -3
  40. package/lib/abstract-document/__tests__/test-markdown/markdown-italic.d.ts.map +0 -1
  41. package/lib/abstract-document/__tests__/test-markdown/markdown-italic.js +0 -36
  42. package/lib/abstract-document/__tests__/test-markdown/markdown-italic.js.map +0 -1
  43. package/lib/abstract-document/__tests__/test-markdown/markdown-keepTogether.d.ts +0 -3
  44. package/lib/abstract-document/__tests__/test-markdown/markdown-keepTogether.d.ts.map +0 -1
  45. package/lib/abstract-document/__tests__/test-markdown/markdown-keepTogether.js +0 -66
  46. package/lib/abstract-document/__tests__/test-markdown/markdown-keepTogether.js.map +0 -1
  47. package/lib/abstract-document/__tests__/test-markdown/markdown-subscript.d.ts +0 -3
  48. package/lib/abstract-document/__tests__/test-markdown/markdown-subscript.d.ts.map +0 -1
  49. package/lib/abstract-document/__tests__/test-markdown/markdown-subscript.js +0 -50
  50. package/lib/abstract-document/__tests__/test-markdown/markdown-subscript.js.map +0 -1
  51. package/lib/abstract-document/__tests__/test-markdown/markdown-superscript.d.ts +0 -3
  52. package/lib/abstract-document/__tests__/test-markdown/markdown-superscript.d.ts.map +0 -1
  53. package/lib/abstract-document/__tests__/test-markdown/markdown-superscript.js +0 -43
  54. package/lib/abstract-document/__tests__/test-markdown/markdown-superscript.js.map +0 -1
  55. package/lib/abstract-document-exporters/__tests__/docx2.test.d.ts +0 -2
  56. package/lib/abstract-document-exporters/__tests__/docx2.test.d.ts.map +0 -1
  57. package/lib/abstract-document-exporters/__tests__/docx2.test.js +0 -153
  58. package/lib/abstract-document-exporters/__tests__/docx2.test.js.map +0 -1
  59. package/lib/abstract-document-exporters/__tests__/pdf/_export-test-def.d.ts +0 -11
  60. package/lib/abstract-document-exporters/__tests__/pdf/_export-test-def.d.ts.map +0 -1
  61. package/lib/abstract-document-exporters/__tests__/pdf/_export-test-def.js +0 -3
  62. package/lib/abstract-document-exporters/__tests__/pdf/_export-test-def.js.map +0 -1
  63. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-group.d.ts +0 -3
  64. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-group.d.ts.map +0 -1
  65. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-group.js +0 -111
  66. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-group.js.map +0 -1
  67. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-header-and-footer.d.ts +0 -3
  68. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-header-and-footer.d.ts.map +0 -1
  69. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-header-and-footer.js +0 -210
  70. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-header-and-footer.js.map +0 -1
  71. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-paragraph.d.ts +0 -3
  72. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-paragraph.d.ts.map +0 -1
  73. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-paragraph.js +0 -87
  74. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-paragraph.js.map +0 -1
  75. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-group.d.ts +0 -3
  76. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-group.d.ts.map +0 -1
  77. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-group.js +0 -114
  78. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-group.js.map +0 -1
  79. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-table.d.ts +0 -3
  80. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-table.d.ts.map +0 -1
  81. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-table.js +0 -155
  82. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-table.js.map +0 -1
  83. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-table.d.ts +0 -3
  84. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-table.d.ts.map +0 -1
  85. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-table.js +0 -130
  86. package/lib/abstract-document-exporters/__tests__/pdf/absolute-position-table.js.map +0 -1
  87. package/lib/abstract-document-exporters/__tests__/pdf/date.d.ts +0 -3
  88. package/lib/abstract-document-exporters/__tests__/pdf/date.d.ts.map +0 -1
  89. package/lib/abstract-document-exporters/__tests__/pdf/date.js +0 -56
  90. package/lib/abstract-document-exporters/__tests__/pdf/date.js.map +0 -1
  91. package/lib/abstract-document-exporters/__tests__/pdf/group-no-keep-together.d.ts +0 -3
  92. package/lib/abstract-document-exporters/__tests__/pdf/group-no-keep-together.d.ts.map +0 -1
  93. package/lib/abstract-document-exporters/__tests__/pdf/group-no-keep-together.js +0 -1254
  94. package/lib/abstract-document-exporters/__tests__/pdf/group-no-keep-together.js.map +0 -1
  95. package/lib/abstract-document-exporters/__tests__/pdf/group-paragraphs.d.ts +0 -3
  96. package/lib/abstract-document-exporters/__tests__/pdf/group-paragraphs.d.ts.map +0 -1
  97. package/lib/abstract-document-exporters/__tests__/pdf/group-paragraphs.js +0 -1254
  98. package/lib/abstract-document-exporters/__tests__/pdf/group-paragraphs.js.map +0 -1
  99. package/lib/abstract-document-exporters/__tests__/pdf/group-tables.d.ts +0 -3
  100. package/lib/abstract-document-exporters/__tests__/pdf/group-tables.d.ts.map +0 -1
  101. package/lib/abstract-document-exporters/__tests__/pdf/group-tables.js +0 -1275
  102. package/lib/abstract-document-exporters/__tests__/pdf/group-tables.js.map +0 -1
  103. package/lib/abstract-document-exporters/__tests__/pdf/group-too-big-for-one-page.d.ts +0 -3
  104. package/lib/abstract-document-exporters/__tests__/pdf/group-too-big-for-one-page.d.ts.map +0 -1
  105. package/lib/abstract-document-exporters/__tests__/pdf/group-too-big-for-one-page.js +0 -251
  106. package/lib/abstract-document-exporters/__tests__/pdf/group-too-big-for-one-page.js.map +0 -1
  107. package/lib/abstract-document-exporters/__tests__/pdf/header-and-footer.d.ts +0 -3
  108. package/lib/abstract-document-exporters/__tests__/pdf/header-and-footer.d.ts.map +0 -1
  109. package/lib/abstract-document-exporters/__tests__/pdf/header-and-footer.js +0 -177
  110. package/lib/abstract-document-exporters/__tests__/pdf/header-and-footer.js.map +0 -1
  111. package/lib/abstract-document-exporters/__tests__/pdf/hello-with-different-font.d.ts +0 -3
  112. package/lib/abstract-document-exporters/__tests__/pdf/hello-with-different-font.d.ts.map +0 -1
  113. package/lib/abstract-document-exporters/__tests__/pdf/hello-with-different-font.js +0 -84
  114. package/lib/abstract-document-exporters/__tests__/pdf/hello-with-different-font.js.map +0 -1
  115. package/lib/abstract-document-exporters/__tests__/pdf/hello.d.ts +0 -3
  116. package/lib/abstract-document-exporters/__tests__/pdf/hello.d.ts.map +0 -1
  117. package/lib/abstract-document-exporters/__tests__/pdf/hello.js +0 -50
  118. package/lib/abstract-document-exporters/__tests__/pdf/hello.js.map +0 -1
  119. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-intenal-link-target.d.ts +0 -3
  120. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-intenal-link-target.d.ts.map +0 -1
  121. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-intenal-link-target.js +0 -760
  122. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-intenal-link-target.js.map +0 -1
  123. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-internal.d.ts +0 -3
  124. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-internal.d.ts.map +0 -1
  125. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-internal.js +0 -747
  126. package/lib/abstract-document-exporters/__tests__/pdf/hyperlink-internal.js.map +0 -1
  127. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break-empty-lines.d.ts +0 -3
  128. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break-empty-lines.d.ts.map +0 -1
  129. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break-empty-lines.js +0 -76
  130. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break-empty-lines.js.map +0 -1
  131. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break.d.ts +0 -3
  132. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break.d.ts.map +0 -1
  133. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break.js +0 -73
  134. package/lib/abstract-document-exporters/__tests__/pdf/manual-line-break.js.map +0 -1
  135. package/lib/abstract-document-exporters/__tests__/pdf/margins-header-body-footer.d.ts +0 -3
  136. package/lib/abstract-document-exporters/__tests__/pdf/margins-header-body-footer.d.ts.map +0 -1
  137. package/lib/abstract-document-exporters/__tests__/pdf/margins-header-body-footer.js +0 -1012
  138. package/lib/abstract-document-exporters/__tests__/pdf/margins-header-body-footer.js.map +0 -1
  139. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-no-underline.d.ts +0 -3
  140. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-no-underline.d.ts.map +0 -1
  141. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-no-underline.js +0 -105
  142. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-no-underline.js.map +0 -1
  143. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-with-underline.d.ts +0 -3
  144. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-with-underline.d.ts.map +0 -1
  145. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-with-underline.js +0 -105
  146. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-with-underline.js.map +0 -1
  147. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun.d.ts +0 -3
  148. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun.d.ts.map +0 -1
  149. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun.js +0 -104
  150. package/lib/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun.js.map +0 -1
  151. package/lib/abstract-document-exporters/__tests__/pdf/mixed-textrun-and-images.d.ts +0 -3
  152. package/lib/abstract-document-exporters/__tests__/pdf/mixed-textrun-and-images.d.ts.map +0 -1
  153. package/lib/abstract-document-exporters/__tests__/pdf/mixed-textrun-and-images.js +0 -125
  154. package/lib/abstract-document-exporters/__tests__/pdf/mixed-textrun-and-images.js.map +0 -1
  155. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images-overflow.d.ts +0 -3
  156. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images-overflow.d.ts.map +0 -1
  157. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images-overflow.js +0 -96
  158. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images-overflow.js.map +0 -1
  159. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images.d.ts +0 -3
  160. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images.d.ts.map +0 -1
  161. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images.js +0 -92
  162. package/lib/abstract-document-exporters/__tests__/pdf/multiple-images.js.map +0 -1
  163. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-center-alignment.d.ts +0 -3
  164. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-center-alignment.d.ts.map +0 -1
  165. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-center-alignment.js +0 -122
  166. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-center-alignment.js.map +0 -1
  167. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-end-alignment.d.ts +0 -3
  168. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-end-alignment.d.ts.map +0 -1
  169. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-end-alignment.js +0 -122
  170. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-end-alignment.js.map +0 -1
  171. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment-that-linebreaks.d.ts +0 -3
  172. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment-that-linebreaks.d.ts.map +0 -1
  173. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment-that-linebreaks.js +0 -137
  174. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment-that-linebreaks.js.map +0 -1
  175. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment.d.ts +0 -3
  176. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment.d.ts.map +0 -1
  177. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment.js +0 -122
  178. package/lib/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment.js.map +0 -1
  179. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-row-that-doesnt-fit-page.d.ts +0 -3
  180. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-row-that-doesnt-fit-page.d.ts.map +0 -1
  181. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-row-that-doesnt-fit-page.js +0 -298
  182. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-row-that-doesnt-fit-page.js.map +0 -1
  183. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-single-row.d.ts +0 -3
  184. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-single-row.d.ts.map +0 -1
  185. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-single-row.js +0 -205
  186. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-single-row.js.map +0 -1
  187. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-group.d.ts +0 -3
  188. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-group.d.ts.map +0 -1
  189. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-group.js +0 -485
  190. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-group.js.map +0 -1
  191. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header.d.ts +0 -3
  192. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header.d.ts.map +0 -1
  193. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header.js +0 -1550
  194. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header.js.map +0 -1
  195. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header2.d.ts +0 -3
  196. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header2.d.ts.map +0 -1
  197. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header2.js +0 -845
  198. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-header2.js.map +0 -1
  199. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-bottom.d.ts +0 -3
  200. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-bottom.d.ts.map +0 -1
  201. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-bottom.js +0 -439
  202. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-bottom.js.map +0 -1
  203. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top-single-table.d.ts +0 -3
  204. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top-single-table.d.ts.map +0 -1
  205. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top-single-table.js +0 -339
  206. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top-single-table.js.map +0 -1
  207. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top.d.ts +0 -3
  208. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top.d.ts.map +0 -1
  209. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top.js +0 -439
  210. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top.js.map +0 -1
  211. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan-multipages.d.ts +0 -3
  212. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan-multipages.d.ts.map +0 -1
  213. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan-multipages.js +0 -1548
  214. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan-multipages.js.map +0 -1
  215. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan.d.ts +0 -3
  216. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan.d.ts.map +0 -1
  217. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan.js +0 -540
  218. package/lib/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan.js.map +0 -1
  219. package/lib/abstract-document-exporters/__tests__/pdf/page-numbering.d.ts +0 -3
  220. package/lib/abstract-document-exporters/__tests__/pdf/page-numbering.d.ts.map +0 -1
  221. package/lib/abstract-document-exporters/__tests__/pdf/page-numbering.js +0 -88
  222. package/lib/abstract-document-exporters/__tests__/pdf/page-numbering.js.map +0 -1
  223. package/lib/abstract-document-exporters/__tests__/pdf/pagebreak.d.ts +0 -3
  224. package/lib/abstract-document-exporters/__tests__/pdf/pagebreak.d.ts.map +0 -1
  225. package/lib/abstract-document-exporters/__tests__/pdf/pagebreak.js +0 -85
  226. package/lib/abstract-document-exporters/__tests__/pdf/pagebreak.js.map +0 -1
  227. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-auto-cell-widths.d.ts +0 -3
  228. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-auto-cell-widths.d.ts.map +0 -1
  229. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-auto-cell-widths.js +0 -95
  230. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-auto-cell-widths.js.map +0 -1
  231. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-fixed-cell-widths.d.ts +0 -3
  232. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-fixed-cell-widths.d.ts.map +0 -1
  233. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-fixed-cell-widths.js +0 -95
  234. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-all-fixed-cell-widths.js.map +0 -1
  235. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-background.d.ts +0 -3
  236. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-background.d.ts.map +0 -1
  237. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-background.js +0 -89
  238. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-background.js.map +0 -1
  239. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-image.d.ts +0 -3
  240. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-image.d.ts.map +0 -1
  241. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-image.js +0 -223
  242. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-image.js.map +0 -1
  243. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-text.d.ts +0 -3
  244. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-text.d.ts.map +0 -1
  245. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-text.js +0 -360
  246. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-text.js.map +0 -1
  247. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-center-alignment.d.ts +0 -3
  248. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-center-alignment.d.ts.map +0 -1
  249. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-center-alignment.js +0 -128
  250. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-center-alignment.js.map +0 -1
  251. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-colSpan-and-rowSpan.d.ts +0 -3
  252. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-colSpan-and-rowSpan.d.ts.map +0 -1
  253. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-colSpan-and-rowSpan.js +0 -419
  254. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-colSpan-and-rowSpan.js.map +0 -1
  255. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-minimal-row-height.d.ts +0 -3
  256. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-minimal-row-height.d.ts.map +0 -1
  257. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-minimal-row-height.js +0 -584
  258. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-minimal-row-height.js.map +0 -1
  259. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-mix-auto-fix-cell-widths.d.ts +0 -3
  260. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-mix-auto-fix-cell-widths.d.ts.map +0 -1
  261. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-mix-auto-fix-cell-widths.js +0 -95
  262. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-mix-auto-fix-cell-widths.js.map +0 -1
  263. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-padding.d.ts +0 -3
  264. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-padding.d.ts.map +0 -1
  265. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-padding.js +0 -129
  266. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-padding.js.map +0 -1
  267. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-right-alignment.d.ts +0 -3
  268. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-right-alignment.d.ts.map +0 -1
  269. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-right-alignment.js +0 -128
  270. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-right-alignment.js.map +0 -1
  271. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-row-alignment.d.ts +0 -3
  272. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-row-alignment.d.ts.map +0 -1
  273. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-row-alignment.js +0 -313
  274. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-row-alignment.js.map +0 -1
  275. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell-wrapping.d.ts +0 -3
  276. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell-wrapping.d.ts.map +0 -1
  277. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell-wrapping.js +0 -507
  278. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell-wrapping.js.map +0 -1
  279. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell.d.ts +0 -3
  280. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell.d.ts.map +0 -1
  281. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell.js +0 -267
  282. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell.js.map +0 -1
  283. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-default-colored-borders.d.ts +0 -3
  284. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-default-colored-borders.d.ts.map +0 -1
  285. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-default-colored-borders.js +0 -242
  286. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-default-colored-borders.js.map +0 -1
  287. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-header.d.ts +0 -3
  288. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-header.d.ts.map +0 -1
  289. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-header.js +0 -501
  290. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-header.js.map +0 -1
  291. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-multi-colored-borders.d.ts +0 -3
  292. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-multi-colored-borders.d.ts.map +0 -1
  293. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-multi-colored-borders.js +0 -244
  294. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-multi-colored-borders.js.map +0 -1
  295. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-single-colored-borders.d.ts +0 -3
  296. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-single-colored-borders.d.ts.map +0 -1
  297. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-single-colored-borders.js +0 -243
  298. package/lib/abstract-document-exporters/__tests__/pdf/simple-table-with-single-colored-borders.js.map +0 -1
  299. package/lib/abstract-document-exporters/__tests__/pdf/single-figure.d.ts +0 -3
  300. package/lib/abstract-document-exporters/__tests__/pdf/single-figure.d.ts.map +0 -1
  301. package/lib/abstract-document-exporters/__tests__/pdf/single-figure.js +0 -247
  302. package/lib/abstract-document-exporters/__tests__/pdf/single-figure.js.map +0 -1
  303. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-center.d.ts +0 -3
  304. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-center.d.ts.map +0 -1
  305. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-center.js +0 -57
  306. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-center.js.map +0 -1
  307. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-no-underline.d.ts +0 -3
  308. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-no-underline.d.ts.map +0 -1
  309. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-no-underline.js +0 -90
  310. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-no-underline.js.map +0 -1
  311. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-right-aligned.d.ts +0 -3
  312. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-right-aligned.d.ts.map +0 -1
  313. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-right-aligned.js +0 -57
  314. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-right-aligned.js.map +0 -1
  315. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-with-underline.d.ts +0 -3
  316. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-with-underline.d.ts.map +0 -1
  317. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-with-underline.js +0 -90
  318. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink-with-underline.js.map +0 -1
  319. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink.d.ts +0 -3
  320. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink.d.ts.map +0 -1
  321. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink.js +0 -56
  322. package/lib/abstract-document-exporters/__tests__/pdf/single-hyperlink.js.map +0 -1
  323. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-hex.d.ts +0 -3
  324. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-hex.d.ts.map +0 -1
  325. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-hex.js +0 -293
  326. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-hex.js.map +0 -1
  327. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-name.d.ts +0 -3
  328. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-name.d.ts.map +0 -1
  329. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-name.js +0 -293
  330. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-name.js.map +0 -1
  331. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-url.d.ts +0 -3
  332. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-url.d.ts.map +0 -1
  333. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-url.js +0 -117
  334. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-color-url.js.map +0 -1
  335. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-dasharray.d.ts +0 -3
  336. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-dasharray.d.ts.map +0 -1
  337. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-dasharray.js +0 -107
  338. package/lib/abstract-document-exporters/__tests__/pdf/single-image-svg-dasharray.js.map +0 -1
  339. package/lib/abstract-document-exporters/__tests__/pdf/single-image-url.d.ts +0 -3
  340. package/lib/abstract-document-exporters/__tests__/pdf/single-image-url.d.ts.map +0 -1
  341. package/lib/abstract-document-exporters/__tests__/pdf/single-image-url.js +0 -91
  342. package/lib/abstract-document-exporters/__tests__/pdf/single-image-url.js.map +0 -1
  343. package/lib/abstract-document-exporters/__tests__/pdf/single-image.d.ts +0 -3
  344. package/lib/abstract-document-exporters/__tests__/pdf/single-image.d.ts.map +0 -1
  345. package/lib/abstract-document-exporters/__tests__/pdf/single-image.js +0 -91
  346. package/lib/abstract-document-exporters/__tests__/pdf/single-image.js.map +0 -1
  347. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-alphabetic.d.ts +0 -3
  348. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-alphabetic.d.ts.map +0 -1
  349. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-alphabetic.js +0 -84
  350. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-alphabetic.js.map +0 -1
  351. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-bottom.d.ts +0 -3
  352. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-bottom.d.ts.map +0 -1
  353. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-bottom.js +0 -84
  354. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-bottom.js.map +0 -1
  355. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-hanging.d.ts +0 -3
  356. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-hanging.d.ts.map +0 -1
  357. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-hanging.js +0 -84
  358. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-hanging.js.map +0 -1
  359. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-middle.d.ts +0 -3
  360. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-middle.d.ts.map +0 -1
  361. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-middle.js +0 -84
  362. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-middle.js.map +0 -1
  363. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-top.d.ts +0 -3
  364. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-top.d.ts.map +0 -1
  365. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-top.js +0 -84
  366. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-top.js.map +0 -1
  367. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-super-subscript.d.ts +0 -3
  368. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-super-subscript.d.ts.map +0 -1
  369. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-super-subscript.js +0 -89
  370. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-super-subscript.js.map +0 -1
  371. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment-that-linebreaks.d.ts +0 -3
  372. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment-that-linebreaks.d.ts.map +0 -1
  373. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment-that-linebreaks.js +0 -105
  374. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment-that-linebreaks.js.map +0 -1
  375. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment.d.ts +0 -3
  376. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment.d.ts.map +0 -1
  377. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment.js +0 -90
  378. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment.js.map +0 -1
  379. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment-that-linebreaks.d.ts +0 -3
  380. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment-that-linebreaks.d.ts.map +0 -1
  381. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment-that-linebreaks.js +0 -105
  382. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment-that-linebreaks.js.map +0 -1
  383. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment.d.ts +0 -3
  384. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment.d.ts.map +0 -1
  385. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment.js +0 -90
  386. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment.js.map +0 -1
  387. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-justify-alignment.d.ts +0 -3
  388. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-justify-alignment.d.ts.map +0 -1
  389. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-justify-alignment.js +0 -90
  390. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-justify-alignment.js.map +0 -1
  391. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment-that-linebreaks.d.ts +0 -3
  392. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment-that-linebreaks.d.ts.map +0 -1
  393. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment-that-linebreaks.js +0 -105
  394. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment-that-linebreaks.js.map +0 -1
  395. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment.d.ts +0 -3
  396. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment.d.ts.map +0 -1
  397. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment.js +0 -90
  398. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment.js.map +0 -1
  399. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun.d.ts +0 -3
  400. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun.d.ts.map +0 -1
  401. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun.js +0 -56
  402. package/lib/abstract-document-exporters/__tests__/pdf/single-textrun.js.map +0 -1
  403. package/lib/abstract-document-exporters/__tests__/pdf/table-of-content-separator.d.ts +0 -3
  404. package/lib/abstract-document-exporters/__tests__/pdf/table-of-content-separator.d.ts.map +0 -1
  405. package/lib/abstract-document-exporters/__tests__/pdf/table-of-content-separator.js +0 -72
  406. package/lib/abstract-document-exporters/__tests__/pdf/table-of-content-separator.js.map +0 -1
  407. package/lib/abstract-document-exporters/__tests__/pdf/world.d.ts +0 -3
  408. package/lib/abstract-document-exporters/__tests__/pdf/world.d.ts.map +0 -1
  409. package/lib/abstract-document-exporters/__tests__/pdf/world.js +0 -56
  410. package/lib/abstract-document-exporters/__tests__/pdf/world.js.map +0 -1
  411. package/lib/abstract-document-exporters/__tests__/pdf.test.d.ts +0 -2
  412. package/lib/abstract-document-exporters/__tests__/pdf.test.d.ts.map +0 -1
  413. package/lib/abstract-document-exporters/__tests__/pdf.test.js +0 -255
  414. package/lib/abstract-document-exporters/__tests__/pdf.test.js.map +0 -1
  415. package/lib/abstract-document-exporters/__tests__/test-utils/diff-json.d.ts +0 -2
  416. package/lib/abstract-document-exporters/__tests__/test-utils/diff-json.d.ts.map +0 -1
  417. package/lib/abstract-document-exporters/__tests__/test-utils/diff-json.js +0 -93
  418. package/lib/abstract-document-exporters/__tests__/test-utils/diff-json.js.map +0 -1
  419. package/lib/abstract-document-exporters/__tests__/test-utils/index.d.ts +0 -4
  420. package/lib/abstract-document-exporters/__tests__/test-utils/index.d.ts.map +0 -1
  421. package/lib/abstract-document-exporters/__tests__/test-utils/index.js +0 -20
  422. package/lib/abstract-document-exporters/__tests__/test-utils/index.js.map +0 -1
  423. package/lib/abstract-document-exporters/__tests__/test-utils/save-buffer-in-tmp-dir.d.ts +0 -2
  424. package/lib/abstract-document-exporters/__tests__/test-utils/save-buffer-in-tmp-dir.d.ts.map +0 -1
  425. package/lib/abstract-document-exporters/__tests__/test-utils/save-buffer-in-tmp-dir.js +0 -15
  426. package/lib/abstract-document-exporters/__tests__/test-utils/save-buffer-in-tmp-dir.js.map +0 -1
  427. package/lib/abstract-document-exporters/__tests__/test-utils/stream-to-buffer.d.ts +0 -3
  428. package/lib/abstract-document-exporters/__tests__/test-utils/stream-to-buffer.d.ts.map +0 -1
  429. package/lib/abstract-document-exporters/__tests__/test-utils/stream-to-buffer.js +0 -12
  430. package/lib/abstract-document-exporters/__tests__/test-utils/stream-to-buffer.js.map +0 -1
  431. package/lib/abstract-document-exporters/__tests__/tests-docx2/_export-test-def.d.ts +0 -13
  432. package/lib/abstract-document-exporters/__tests__/tests-docx2/_export-test-def.d.ts.map +0 -1
  433. package/lib/abstract-document-exporters/__tests__/tests-docx2/_export-test-def.js +0 -3
  434. package/lib/abstract-document-exporters/__tests__/tests-docx2/_export-test-def.js.map +0 -1
  435. package/lib/abstract-document-exporters/__tests__/tests-docx2/group.d.ts +0 -3
  436. package/lib/abstract-document-exporters/__tests__/tests-docx2/group.d.ts.map +0 -1
  437. package/lib/abstract-document-exporters/__tests__/tests-docx2/group.js +0 -249
  438. package/lib/abstract-document-exporters/__tests__/tests-docx2/group.js.map +0 -1
  439. package/lib/abstract-document-exporters/__tests__/tests-docx2/header-and-footer.d.ts +0 -3
  440. package/lib/abstract-document-exporters/__tests__/tests-docx2/header-and-footer.d.ts.map +0 -1
  441. package/lib/abstract-document-exporters/__tests__/tests-docx2/header-and-footer.js +0 -134
  442. package/lib/abstract-document-exporters/__tests__/tests-docx2/header-and-footer.js.map +0 -1
  443. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello-arial-font.d.ts +0 -3
  444. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello-arial-font.d.ts.map +0 -1
  445. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello-arial-font.js +0 -104
  446. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello-arial-font.js.map +0 -1
  447. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello.d.ts +0 -3
  448. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello.d.ts.map +0 -1
  449. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello.js +0 -70
  450. package/lib/abstract-document-exporters/__tests__/tests-docx2/hello.js.map +0 -1
  451. package/lib/abstract-document-exporters/__tests__/tests-docx2/letter-dimensions.d.ts +0 -3
  452. package/lib/abstract-document-exporters/__tests__/tests-docx2/letter-dimensions.d.ts.map +0 -1
  453. package/lib/abstract-document-exporters/__tests__/tests-docx2/letter-dimensions.js +0 -106
  454. package/lib/abstract-document-exporters/__tests__/tests-docx2/letter-dimensions.js.map +0 -1
  455. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-hyperlink-and-textrun.d.ts +0 -3
  456. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-hyperlink-and-textrun.d.ts.map +0 -1
  457. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-hyperlink-and-textrun.js +0 -137
  458. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-hyperlink-and-textrun.js.map +0 -1
  459. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-textrun-and-images.d.ts +0 -3
  460. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-textrun-and-images.d.ts.map +0 -1
  461. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-textrun-and-images.js +0 -242
  462. package/lib/abstract-document-exporters/__tests__/tests-docx2/mixed-textrun-and-images.js.map +0 -1
  463. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-images.d.ts +0 -3
  464. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-images.d.ts.map +0 -1
  465. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-images.js +0 -212
  466. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-images.js.map +0 -1
  467. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-tables.d.ts +0 -3
  468. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-tables.d.ts.map +0 -1
  469. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-tables.js +0 -520
  470. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-tables.js.map +0 -1
  471. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-center-alignment.d.ts +0 -3
  472. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-center-alignment.d.ts.map +0 -1
  473. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-center-alignment.js +0 -152
  474. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-center-alignment.js.map +0 -1
  475. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-end-alignment.d.ts +0 -3
  476. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-end-alignment.d.ts.map +0 -1
  477. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-end-alignment.js +0 -152
  478. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-end-alignment.js.map +0 -1
  479. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment-that-linebreaks.d.ts +0 -3
  480. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment-that-linebreaks.d.ts.map +0 -1
  481. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment-that-linebreaks.js +0 -151
  482. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment-that-linebreaks.js.map +0 -1
  483. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment.d.ts +0 -3
  484. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment.d.ts.map +0 -1
  485. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment.js +0 -151
  486. package/lib/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment.js.map +0 -1
  487. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-numbering.d.ts +0 -3
  488. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-numbering.d.ts.map +0 -1
  489. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-numbering.js +0 -123
  490. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-numbering.js.map +0 -1
  491. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-landscape.d.ts +0 -3
  492. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-landscape.d.ts.map +0 -1
  493. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-landscape.js +0 -108
  494. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-landscape.js.map +0 -1
  495. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-portrait.d.ts +0 -3
  496. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-portrait.d.ts.map +0 -1
  497. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-portrait.js +0 -108
  498. package/lib/abstract-document-exporters/__tests__/tests-docx2/page-orientation-portrait.js.map +0 -1
  499. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-colSpan-and-rowSpan.d.ts +0 -3
  500. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-colSpan-and-rowSpan.d.ts.map +0 -1
  501. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-colSpan-and-rowSpan.js +0 -553
  502. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-colSpan-and-rowSpan.js.map +0 -1
  503. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-without-rows.d.ts +0 -3
  504. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-without-rows.d.ts.map +0 -1
  505. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-without-rows.js +0 -38
  506. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table-without-rows.js.map +0 -1
  507. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table.d.ts +0 -3
  508. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table.d.ts.map +0 -1
  509. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table.js +0 -195
  510. package/lib/abstract-document-exporters/__tests__/tests-docx2/simple-table.js.map +0 -1
  511. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-hyperlink.d.ts +0 -3
  512. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-hyperlink.d.ts.map +0 -1
  513. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-hyperlink.js +0 -89
  514. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-hyperlink.js.map +0 -1
  515. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-image.d.ts +0 -3
  516. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-image.d.ts.map +0 -1
  517. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-image.js +0 -167
  518. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-image.js.map +0 -1
  519. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment-that-linebreaks.d.ts +0 -3
  520. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment-that-linebreaks.d.ts.map +0 -1
  521. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment-that-linebreaks.js +0 -121
  522. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment-that-linebreaks.js.map +0 -1
  523. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment.d.ts +0 -3
  524. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment.d.ts.map +0 -1
  525. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment.js +0 -121
  526. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment.js.map +0 -1
  527. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment-that-linebreaks.d.ts +0 -3
  528. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment-that-linebreaks.d.ts.map +0 -1
  529. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment-that-linebreaks.js +0 -121
  530. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment-that-linebreaks.js.map +0 -1
  531. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment.d.ts +0 -3
  532. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment.d.ts.map +0 -1
  533. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment.js +0 -121
  534. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment.js.map +0 -1
  535. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment-that-linebreaks.d.ts +0 -3
  536. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment-that-linebreaks.d.ts.map +0 -1
  537. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment-that-linebreaks.js +0 -121
  538. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment-that-linebreaks.js.map +0 -1
  539. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment.d.ts +0 -3
  540. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment.d.ts.map +0 -1
  541. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment.js +0 -121
  542. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment.js.map +0 -1
  543. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun.d.ts +0 -3
  544. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun.d.ts.map +0 -1
  545. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun.js +0 -87
  546. package/lib/abstract-document-exporters/__tests__/tests-docx2/single-textrun.js.map +0 -1
  547. package/lib/abstract-document-exporters/__tests__/tests-docx2/toc-separator.d.ts +0 -3
  548. package/lib/abstract-document-exporters/__tests__/tests-docx2/toc-separator.d.ts.map +0 -1
  549. package/lib/abstract-document-exporters/__tests__/tests-docx2/toc-separator.js +0 -67
  550. package/lib/abstract-document-exporters/__tests__/tests-docx2/toc-separator.js.map +0 -1
  551. package/lib/abstract-document-exporters/__tests__/tests-docx2/world.d.ts +0 -3
  552. package/lib/abstract-document-exporters/__tests__/tests-docx2/world.d.ts.map +0 -1
  553. package/lib/abstract-document-exporters/__tests__/tests-docx2/world.js +0 -70
  554. package/lib/abstract-document-exporters/__tests__/tests-docx2/world.js.map +0 -1
  555. package/lib/abstract-document-xml/__tests__/_export-test-def.d.ts +0 -11
  556. package/lib/abstract-document-xml/__tests__/_export-test-def.d.ts.map +0 -1
  557. package/lib/abstract-document-xml/__tests__/_export-test-def.js +0 -3
  558. package/lib/abstract-document-xml/__tests__/_export-test-def.js.map +0 -1
  559. package/lib/abstract-document-xml/__tests__/abstract-doc-xml.test.d.ts +0 -2
  560. package/lib/abstract-document-xml/__tests__/abstract-doc-xml.test.d.ts.map +0 -1
  561. package/lib/abstract-document-xml/__tests__/abstract-doc-xml.test.js +0 -43
  562. package/lib/abstract-document-xml/__tests__/abstract-doc-xml.test.js.map +0 -1
  563. package/lib/abstract-document-xml/__tests__/simple-document.d.ts +0 -3
  564. package/lib/abstract-document-xml/__tests__/simple-document.d.ts.map +0 -1
  565. package/lib/abstract-document-xml/__tests__/simple-document.js +0 -198
  566. package/lib/abstract-document-xml/__tests__/simple-document.js.map +0 -1
  567. package/src/abstract-document/__tests__/hello-world-abstract-doc.ts +0 -245
  568. package/src/abstract-document/__tests__/markdown.test.tsx +0 -29
  569. package/src/abstract-document/__tests__/model-builder._test.ts +0 -48
  570. package/src/abstract-document/__tests__/test-markdown/_export-test-def.ts +0 -8
  571. package/src/abstract-document/__tests__/test-markdown/markdown-bold-italic.tsx +0 -31
  572. package/src/abstract-document/__tests__/test-markdown/markdown-bold.tsx +0 -31
  573. package/src/abstract-document/__tests__/test-markdown/markdown-empty-keepTogether.tsx +0 -54
  574. package/src/abstract-document/__tests__/test-markdown/markdown-header.tsx +0 -38
  575. package/src/abstract-document/__tests__/test-markdown/markdown-italic.tsx +0 -31
  576. package/src/abstract-document/__tests__/test-markdown/markdown-keepTogether.tsx +0 -61
  577. package/src/abstract-document/__tests__/test-markdown/markdown-subscript.tsx +0 -45
  578. package/src/abstract-document/__tests__/test-markdown/markdown-superscript.tsx +0 -38
  579. package/src/abstract-document-exporters/__tests__/docx2.test.tsx +0 -126
  580. package/src/abstract-document-exporters/__tests__/pdf/_export-test-def.ts +0 -10
  581. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-group.tsx +0 -82
  582. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-header-and-footer.tsx +0 -204
  583. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-paragraph.tsx +0 -56
  584. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-group.tsx +0 -87
  585. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-section-in-table.tsx +0 -140
  586. package/src/abstract-document-exporters/__tests__/pdf/absolute-position-table.tsx +0 -112
  587. package/src/abstract-document-exporters/__tests__/pdf/date.tsx +0 -57
  588. package/src/abstract-document-exporters/__tests__/pdf/group-no-keep-together.tsx +0 -1271
  589. package/src/abstract-document-exporters/__tests__/pdf/group-paragraphs.tsx +0 -1275
  590. package/src/abstract-document-exporters/__tests__/pdf/group-tables.tsx +0 -1298
  591. package/src/abstract-document-exporters/__tests__/pdf/group-too-big-for-one-page.tsx +0 -272
  592. package/src/abstract-document-exporters/__tests__/pdf/header-and-footer.tsx +0 -153
  593. package/src/abstract-document-exporters/__tests__/pdf/hello-with-different-font.tsx +0 -54
  594. package/src/abstract-document-exporters/__tests__/pdf/hello.tsx +0 -50
  595. package/src/abstract-document-exporters/__tests__/pdf/hyperlink-intenal-link-target.tsx +0 -787
  596. package/src/abstract-document-exporters/__tests__/pdf/hyperlink-internal.tsx +0 -767
  597. package/src/abstract-document-exporters/__tests__/pdf/manual-line-break-empty-lines.tsx +0 -77
  598. package/src/abstract-document-exporters/__tests__/pdf/manual-line-break.tsx +0 -73
  599. package/src/abstract-document-exporters/__tests__/pdf/margins-header-body-footer.tsx +0 -992
  600. package/src/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-no-underline.tsx +0 -105
  601. package/src/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun-with-underline.tsx +0 -105
  602. package/src/abstract-document-exporters/__tests__/pdf/mixed-hyperlink-and-textrun.tsx +0 -104
  603. package/src/abstract-document-exporters/__tests__/pdf/mixed-textrun-and-images.tsx +0 -100
  604. package/src/abstract-document-exporters/__tests__/pdf/multiple-images-overflow.tsx +0 -71
  605. package/src/abstract-document-exporters/__tests__/pdf/multiple-images.tsx +0 -67
  606. package/src/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-center-alignment.tsx +0 -89
  607. package/src/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-end-alignment.tsx +0 -89
  608. package/src/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment-that-linebreaks.tsx +0 -107
  609. package/src/abstract-document-exporters/__tests__/pdf/multiple-textrun-with-start-alignment.tsx +0 -89
  610. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-row-that-doesnt-fit-page.tsx +0 -321
  611. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-single-row.tsx +0 -223
  612. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-group.tsx +0 -520
  613. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-header.tsx +0 -1562
  614. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-header2.tsx +0 -872
  615. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-bottom.tsx +0 -471
  616. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top-single-table.tsx +0 -362
  617. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-margin-top.tsx +0 -471
  618. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan-multipages.tsx +0 -1574
  619. package/src/abstract-document-exporters/__tests__/pdf/page-break-table-with-rowSpan.tsx +0 -573
  620. package/src/abstract-document-exporters/__tests__/pdf/page-numbering.tsx +0 -88
  621. package/src/abstract-document-exporters/__tests__/pdf/pagebreak.tsx +0 -86
  622. package/src/abstract-document-exporters/__tests__/pdf/simple-table-all-auto-cell-widths.tsx +0 -110
  623. package/src/abstract-document-exporters/__tests__/pdf/simple-table-all-fixed-cell-widths.tsx +0 -110
  624. package/src/abstract-document-exporters/__tests__/pdf/simple-table-background.tsx +0 -83
  625. package/src/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-image.tsx +0 -220
  626. package/src/abstract-document-exporters/__tests__/pdf/simple-table-cell-padding-text.tsx +0 -353
  627. package/src/abstract-document-exporters/__tests__/pdf/simple-table-center-alignment.tsx +0 -109
  628. package/src/abstract-document-exporters/__tests__/pdf/simple-table-colSpan-and-rowSpan.tsx +0 -448
  629. package/src/abstract-document-exporters/__tests__/pdf/simple-table-minimal-row-height.tsx +0 -616
  630. package/src/abstract-document-exporters/__tests__/pdf/simple-table-mix-auto-fix-cell-widths.tsx +0 -110
  631. package/src/abstract-document-exporters/__tests__/pdf/simple-table-padding.tsx +0 -110
  632. package/src/abstract-document-exporters/__tests__/pdf/simple-table-right-alignment.tsx +0 -110
  633. package/src/abstract-document-exporters/__tests__/pdf/simple-table-row-alignment.tsx +0 -304
  634. package/src/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell-wrapping.tsx +0 -498
  635. package/src/abstract-document-exporters/__tests__/pdf/simple-table-text-alignment-in-cell.tsx +0 -255
  636. package/src/abstract-document-exporters/__tests__/pdf/simple-table-with-default-colored-borders.tsx +0 -227
  637. package/src/abstract-document-exporters/__tests__/pdf/simple-table-with-header.tsx +0 -509
  638. package/src/abstract-document-exporters/__tests__/pdf/simple-table-with-multi-colored-borders.tsx +0 -228
  639. package/src/abstract-document-exporters/__tests__/pdf/simple-table-with-single-colored-borders.tsx +0 -228
  640. package/src/abstract-document-exporters/__tests__/pdf/single-figure.tsx +0 -318
  641. package/src/abstract-document-exporters/__tests__/pdf/single-hyperlink-center.tsx +0 -57
  642. package/src/abstract-document-exporters/__tests__/pdf/single-hyperlink-no-underline.tsx +0 -61
  643. package/src/abstract-document-exporters/__tests__/pdf/single-hyperlink-right-aligned.tsx +0 -57
  644. package/src/abstract-document-exporters/__tests__/pdf/single-hyperlink-with-underline.tsx +0 -61
  645. package/src/abstract-document-exporters/__tests__/pdf/single-hyperlink.tsx +0 -56
  646. package/src/abstract-document-exporters/__tests__/pdf/single-image-svg-color-hex.tsx +0 -268
  647. package/src/abstract-document-exporters/__tests__/pdf/single-image-svg-color-name.tsx +0 -268
  648. package/src/abstract-document-exporters/__tests__/pdf/single-image-svg-color-url.tsx +0 -92
  649. package/src/abstract-document-exporters/__tests__/pdf/single-image-svg-dasharray.tsx +0 -82
  650. package/src/abstract-document-exporters/__tests__/pdf/single-image-url.tsx +0 -66
  651. package/src/abstract-document-exporters/__tests__/pdf/single-image.tsx +0 -66
  652. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-alphabetic.tsx +0 -51
  653. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-bottom.tsx +0 -51
  654. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-hanging.tsx +0 -51
  655. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-middle.tsx +0 -51
  656. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-baseline-top.tsx +0 -51
  657. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-super-subscript.tsx +0 -89
  658. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment-that-linebreaks.tsx +0 -72
  659. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-center-alignment.tsx +0 -57
  660. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment-that-linebreaks.tsx +0 -72
  661. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-end-alignment.tsx +0 -57
  662. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-justify-alignment.tsx +0 -57
  663. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment-that-linebreaks.tsx +0 -72
  664. package/src/abstract-document-exporters/__tests__/pdf/single-textrun-with-start-alignment.tsx +0 -57
  665. package/src/abstract-document-exporters/__tests__/pdf/single-textrun.tsx +0 -56
  666. package/src/abstract-document-exporters/__tests__/pdf/table-of-content-separator.tsx +0 -72
  667. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position group.pdf +0 -135
  668. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position header and footer.pdf +0 -190
  669. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position paragraph.pdf +0 -124
  670. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in group.pdf +0 -135
  671. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position section in table.pdf +0 -159
  672. package/src/abstract-document-exporters/__tests__/pdf/tmp/Absolute position table.pdf +0 -148
  673. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +0 -1003
  674. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +0 -1025
  675. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group no keeptogether.pdf +0 -1003
  676. package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +0 -285
  677. package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +0 -179
  678. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +0 -1360
  679. package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +0 -1360
  680. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line break.pdf +0 -135
  681. package/src/abstract-document-exporters/__tests__/pdf/tmp/Manual line breaks empty lines.pdf +0 -135
  682. package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +0 -724
  683. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun no underline.pdf +0 -192
  684. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun with underline.pdf +0 -204
  685. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +0 -192
  686. package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf +0 -0
  687. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
  688. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
  689. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +0 -146
  690. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +0 -146
  691. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +0 -154
  692. package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +0 -146
  693. package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +0 -146
  694. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +0 -320
  695. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +0 -250
  696. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +0 -460
  697. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header 2.pdf +0 -705
  698. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with header.pdf +0 -3957
  699. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +0 -425
  700. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +0 -355
  701. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +0 -425
  702. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +0 -4110
  703. package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +0 -508
  704. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +0 -146
  705. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +0 -146
  706. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +0 -139
  707. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
  708. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +0 -323
  709. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +0 -148
  710. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +0 -393
  711. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table minimal row height.pdf +0 -481
  712. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +0 -146
  713. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +0 -148
  714. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +0 -148
  715. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +0 -277
  716. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +0 -325
  717. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +0 -253
  718. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +0 -230
  719. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +0 -428
  720. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +0 -230
  721. package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +0 -230
  722. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +0 -124
  723. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single figure.pdf +0 -204
  724. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +0 -132
  725. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink no underline.pdf +0 -144
  726. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +0 -132
  727. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +0 -132
  728. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image from URL.pdf +0 -0
  729. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +0 -175
  730. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +0 -175
  731. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +0 -216
  732. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg dasharray.pdf +0 -137
  733. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
  734. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline alphabetic.pdf +0 -124
  735. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline bottom.pdf +0 -124
  736. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline hanging.pdf +0 -124
  737. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline middle.pdf +0 -124
  738. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun baseline top.pdf +0 -124
  739. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +0 -132
  740. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +0 -124
  741. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +0 -132
  742. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +0 -124
  743. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +0 -124
  744. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +0 -132
  745. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +0 -124
  746. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +0 -146
  747. package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +0 -124
  748. package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +0 -143
  749. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello with roman font.pdf +0 -124
  750. package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +0 -167
  751. package/src/abstract-document-exporters/__tests__/pdf/tmp/pagebreak.pdf +0 -124
  752. package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +0 -124
  753. package/src/abstract-document-exporters/__tests__/pdf/world.tsx +0 -56
  754. package/src/abstract-document-exporters/__tests__/pdf.test.tsx +0 -219
  755. package/src/abstract-document-exporters/__tests__/test-utils/diff-json.ts +0 -102
  756. package/src/abstract-document-exporters/__tests__/test-utils/index.ts +0 -3
  757. package/src/abstract-document-exporters/__tests__/test-utils/save-buffer-in-tmp-dir.ts +0 -9
  758. package/src/abstract-document-exporters/__tests__/test-utils/stream-to-buffer.ts +0 -10
  759. package/src/abstract-document-exporters/__tests__/tests-docx2/_export-test-def.ts +0 -10
  760. package/src/abstract-document-exporters/__tests__/tests-docx2/group.tsx +0 -267
  761. package/src/abstract-document-exporters/__tests__/tests-docx2/header-and-footer.tsx +0 -110
  762. package/src/abstract-document-exporters/__tests__/tests-docx2/hello-arial-font.tsx +0 -71
  763. package/src/abstract-document-exporters/__tests__/tests-docx2/hello.tsx +0 -70
  764. package/src/abstract-document-exporters/__tests__/tests-docx2/letter-dimensions.tsx +0 -74
  765. package/src/abstract-document-exporters/__tests__/tests-docx2/mixed-hyperlink-and-textrun.tsx +0 -137
  766. package/src/abstract-document-exporters/__tests__/tests-docx2/mixed-textrun-and-images.tsx +0 -217
  767. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-images.tsx +0 -187
  768. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-tables.tsx +0 -553
  769. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-center-alignment.tsx +0 -119
  770. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-end-alignment.tsx +0 -119
  771. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment-that-linebreaks.tsx +0 -121
  772. package/src/abstract-document-exporters/__tests__/tests-docx2/multiple-textrun-with-start-alignment.tsx +0 -118
  773. package/src/abstract-document-exporters/__tests__/tests-docx2/page-numbering.tsx +0 -123
  774. package/src/abstract-document-exporters/__tests__/tests-docx2/page-orientation-landscape.tsx +0 -76
  775. package/src/abstract-document-exporters/__tests__/tests-docx2/page-orientation-portrait.tsx +0 -76
  776. package/src/abstract-document-exporters/__tests__/tests-docx2/simple-table-colSpan-and-rowSpan.tsx +0 -587
  777. package/src/abstract-document-exporters/__tests__/tests-docx2/simple-table-without-rows.tsx +0 -45
  778. package/src/abstract-document-exporters/__tests__/tests-docx2/simple-table.tsx +0 -210
  779. package/src/abstract-document-exporters/__tests__/tests-docx2/single-hyperlink.tsx +0 -89
  780. package/src/abstract-document-exporters/__tests__/tests-docx2/single-image.tsx +0 -142
  781. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment-that-linebreaks.tsx +0 -88
  782. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-center-alignment.tsx +0 -88
  783. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment-that-linebreaks.tsx +0 -88
  784. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-end-alignment.tsx +0 -88
  785. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment-that-linebreaks.tsx +0 -88
  786. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun-with-start-alignment.tsx +0 -88
  787. package/src/abstract-document-exporters/__tests__/tests-docx2/single-textrun.tsx +0 -87
  788. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Group.docx +0 -0
  789. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Header and footer.docx +0 -0
  790. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Mixed hyperlink and textrun.docx +0 -0
  791. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Mixed textrun and images.docx +0 -0
  792. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple images.docx +0 -0
  793. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple tables.docx +0 -0
  794. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
  795. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple textrun with End alignment.docx +0 -0
  796. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  797. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
  798. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Page numbering.docx +0 -0
  799. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Simple table colSpan and rowSpan.docx +0 -0
  800. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Simple table without rows.docx +0 -0
  801. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Simple table.docx +0 -0
  802. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single hyperlink.docx +0 -0
  803. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single image.docx +0 -0
  804. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  805. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with Center alignment.docx +0 -0
  806. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  807. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with End alignment.docx +0 -0
  808. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  809. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun with Start alignment.docx +0 -0
  810. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/Single textrun.docx +0 -0
  811. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/hello with Arial font.docx +0 -0
  812. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/hello.docx +0 -0
  813. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/letter-dimensions.docx +0 -0
  814. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/page-orientation-landscape.docx +0 -0
  815. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/page-orientation-portrait.docx +0 -0
  816. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/tocSeparator.docx +0 -0
  817. package/src/abstract-document-exporters/__tests__/tests-docx2/tmp/world.docx +0 -0
  818. package/src/abstract-document-exporters/__tests__/tests-docx2/toc-separator.tsx +0 -67
  819. package/src/abstract-document-exporters/__tests__/tests-docx2/world.tsx +0 -70
  820. package/src/abstract-document-exporters/__tests__/tmp/Absolute position group.pdf +0 -135
  821. package/src/abstract-document-exporters/__tests__/tmp/Absolute position header and footer.pdf +0 -190
  822. package/src/abstract-document-exporters/__tests__/tmp/Absolute position paragraph.pdf +0 -124
  823. package/src/abstract-document-exporters/__tests__/tmp/Absolute position section in group.pdf +0 -135
  824. package/src/abstract-document-exporters/__tests__/tmp/Absolute position section in table.pdf +0 -159
  825. package/src/abstract-document-exporters/__tests__/tmp/Absolute position table.pdf +0 -148
  826. package/src/abstract-document-exporters/__tests__/tmp/Group Paragraphs.pdf +0 -1003
  827. package/src/abstract-document-exporters/__tests__/tmp/Group Tables.pdf +0 -1025
  828. package/src/abstract-document-exporters/__tests__/tmp/Group no keeptogether.pdf +0 -1003
  829. package/src/abstract-document-exporters/__tests__/tmp/Group too big for one page.pdf +0 -285
  830. package/src/abstract-document-exporters/__tests__/tmp/Group.docx +0 -0
  831. package/src/abstract-document-exporters/__tests__/tmp/Header and footer.docx +0 -0
  832. package/src/abstract-document-exporters/__tests__/tmp/Header and footer.pdf +0 -179
  833. package/src/abstract-document-exporters/__tests__/tmp/Hyperlink internal linktarget.pdf +0 -1360
  834. package/src/abstract-document-exporters/__tests__/tmp/Hyperlink internal.pdf +0 -1360
  835. package/src/abstract-document-exporters/__tests__/tmp/Manual line break.pdf +0 -135
  836. package/src/abstract-document-exporters/__tests__/tmp/Manual line breaks empty lines.pdf +0 -135
  837. package/src/abstract-document-exporters/__tests__/tmp/Margins header body footer.pdf +0 -724
  838. package/src/abstract-document-exporters/__tests__/tmp/Mixed hyperlink and textrun no underline.pdf +0 -192
  839. package/src/abstract-document-exporters/__tests__/tmp/Mixed hyperlink and textrun with underline.pdf +0 -204
  840. package/src/abstract-document-exporters/__tests__/tmp/Mixed hyperlink and textrun.docx +0 -0
  841. package/src/abstract-document-exporters/__tests__/tmp/Mixed hyperlink and textrun.pdf +0 -192
  842. package/src/abstract-document-exporters/__tests__/tmp/Mixed textrun and images.docx +0 -0
  843. package/src/abstract-document-exporters/__tests__/tmp/Mixed textrun and images.pdf +0 -0
  844. package/src/abstract-document-exporters/__tests__/tmp/Multiple images overflow.pdf +0 -0
  845. package/src/abstract-document-exporters/__tests__/tmp/Multiple images.docx +0 -0
  846. package/src/abstract-document-exporters/__tests__/tmp/Multiple images.pdf +0 -0
  847. package/src/abstract-document-exporters/__tests__/tmp/Multiple tables.docx +0 -0
  848. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Center alignment.docx +0 -0
  849. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Center alignment.pdf +0 -146
  850. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with End alignment.docx +0 -0
  851. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with End alignment.pdf +0 -146
  852. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
  853. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Start alignment that linebreaks.pdf +0 -154
  854. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Start alignment.docx +0 -0
  855. package/src/abstract-document-exporters/__tests__/tmp/Multiple textrun with Start alignment.pdf +0 -146
  856. package/src/abstract-document-exporters/__tests__/tmp/Page numbering.docx +0 -0
  857. package/src/abstract-document-exporters/__tests__/tmp/Page numbering.pdf +0 -146
  858. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table row that doesnt fit page.pdf +0 -320
  859. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table single row.pdf +0 -250
  860. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with group.pdf +0 -460
  861. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with header 2.pdf +0 -705
  862. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with header.pdf +0 -3957
  863. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with margin bottom.pdf +0 -425
  864. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with margin top single table.pdf +0 -355
  865. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with margin top.pdf +0 -425
  866. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with rowSpan multipages.pdf +0 -4110
  867. package/src/abstract-document-exporters/__tests__/tmp/Pagebreak table with rowSpan.pdf +0 -508
  868. package/src/abstract-document-exporters/__tests__/tmp/Simple table all auto.pdf +0 -146
  869. package/src/abstract-document-exporters/__tests__/tmp/Simple table all fix.pdf +0 -146
  870. package/src/abstract-document-exporters/__tests__/tmp/Simple table background.pdf +0 -139
  871. package/src/abstract-document-exporters/__tests__/tmp/Simple table cell padding of image.pdf +0 -0
  872. package/src/abstract-document-exporters/__tests__/tmp/Simple table cell padding of text.pdf +0 -323
  873. package/src/abstract-document-exporters/__tests__/tmp/Simple table center alignment.pdf +0 -148
  874. package/src/abstract-document-exporters/__tests__/tmp/Simple table colSpan and rowSpan.docx +0 -0
  875. package/src/abstract-document-exporters/__tests__/tmp/Simple table colSpan and rowSpan.pdf +0 -393
  876. package/src/abstract-document-exporters/__tests__/tmp/Simple table minimal row height.pdf +0 -481
  877. package/src/abstract-document-exporters/__tests__/tmp/Simple table mix auto fix.pdf +0 -146
  878. package/src/abstract-document-exporters/__tests__/tmp/Simple table padding.pdf +0 -148
  879. package/src/abstract-document-exporters/__tests__/tmp/Simple table right alignment.pdf +0 -148
  880. package/src/abstract-document-exporters/__tests__/tmp/Simple table row alignment.pdf +0 -277
  881. package/src/abstract-document-exporters/__tests__/tmp/Simple table text alignment in cell with wrapping.pdf +0 -325
  882. package/src/abstract-document-exporters/__tests__/tmp/Simple table text alignment in cell.pdf +0 -253
  883. package/src/abstract-document-exporters/__tests__/tmp/Simple table with default colored borders.pdf +0 -230
  884. package/src/abstract-document-exporters/__tests__/tmp/Simple table with header.pdf +0 -428
  885. package/src/abstract-document-exporters/__tests__/tmp/Simple table with multi colored borders.pdf +0 -230
  886. package/src/abstract-document-exporters/__tests__/tmp/Simple table with single colored borders.pdf +0 -230
  887. package/src/abstract-document-exporters/__tests__/tmp/Simple table without rows.docx +0 -0
  888. package/src/abstract-document-exporters/__tests__/tmp/Simple table.docx +0 -0
  889. package/src/abstract-document-exporters/__tests__/tmp/Single date.pdf +0 -124
  890. package/src/abstract-document-exporters/__tests__/tmp/Single figure.pdf +0 -204
  891. package/src/abstract-document-exporters/__tests__/tmp/Single hyperlink centered.pdf +0 -132
  892. package/src/abstract-document-exporters/__tests__/tmp/Single hyperlink no underline.pdf +0 -144
  893. package/src/abstract-document-exporters/__tests__/tmp/Single hyperlink right aligned.pdf +0 -132
  894. package/src/abstract-document-exporters/__tests__/tmp/Single hyperlink.docx +0 -0
  895. package/src/abstract-document-exporters/__tests__/tmp/Single hyperlink.pdf +0 -132
  896. package/src/abstract-document-exporters/__tests__/tmp/Single image from URL.pdf +0 -0
  897. package/src/abstract-document-exporters/__tests__/tmp/Single image svg color hex.pdf +0 -175
  898. package/src/abstract-document-exporters/__tests__/tmp/Single image svg color name.pdf +0 -175
  899. package/src/abstract-document-exporters/__tests__/tmp/Single image svg color url.pdf +0 -216
  900. package/src/abstract-document-exporters/__tests__/tmp/Single image svg dasharray.pdf +0 -137
  901. package/src/abstract-document-exporters/__tests__/tmp/Single image.docx +0 -0
  902. package/src/abstract-document-exporters/__tests__/tmp/Single image.pdf +0 -0
  903. package/src/abstract-document-exporters/__tests__/tmp/Single textrun baseline alphabetic.pdf +0 -124
  904. package/src/abstract-document-exporters/__tests__/tmp/Single textrun baseline bottom.pdf +0 -124
  905. package/src/abstract-document-exporters/__tests__/tmp/Single textrun baseline hanging.pdf +0 -124
  906. package/src/abstract-document-exporters/__tests__/tmp/Single textrun baseline middle.pdf +0 -124
  907. package/src/abstract-document-exporters/__tests__/tmp/Single textrun baseline top.pdf +0 -124
  908. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
  909. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Center alignment that linebreaks.pdf +0 -132
  910. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Center alignment.docx +0 -0
  911. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Center alignment.pdf +0 -124
  912. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
  913. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with End alignment that linebreaks.pdf +0 -132
  914. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with End alignment.docx +0 -0
  915. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with End alignment.pdf +0 -124
  916. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Justify alignment.pdf +0 -124
  917. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
  918. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Start alignment that linebreaks.pdf +0 -132
  919. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Start alignment.docx +0 -0
  920. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with Start alignment.pdf +0 -124
  921. package/src/abstract-document-exporters/__tests__/tmp/Single textrun with super and subscripts.pdf +0 -146
  922. package/src/abstract-document-exporters/__tests__/tmp/Single textrun.docx +0 -0
  923. package/src/abstract-document-exporters/__tests__/tmp/Single textrun.pdf +0 -124
  924. package/src/abstract-document-exporters/__tests__/tmp/Table of content separator.pdf +0 -143
  925. package/src/abstract-document-exporters/__tests__/tmp/hello with Arial font.docx +0 -0
  926. package/src/abstract-document-exporters/__tests__/tmp/hello with roman font.pdf +0 -124
  927. package/src/abstract-document-exporters/__tests__/tmp/hello.docx +0 -0
  928. package/src/abstract-document-exporters/__tests__/tmp/hello.pdf +0 -167
  929. package/src/abstract-document-exporters/__tests__/tmp/letter-dimensions.docx +0 -0
  930. package/src/abstract-document-exporters/__tests__/tmp/page-orientation-landscape.docx +0 -0
  931. package/src/abstract-document-exporters/__tests__/tmp/page-orientation-portrait.docx +0 -0
  932. package/src/abstract-document-exporters/__tests__/tmp/pagebreak.pdf +0 -124
  933. package/src/abstract-document-exporters/__tests__/tmp/tocSeparator.docx +0 -0
  934. package/src/abstract-document-exporters/__tests__/tmp/world.docx +0 -0
  935. package/src/abstract-document-exporters/__tests__/tmp/world.pdf +0 -124
  936. package/src/abstract-document-xml/__tests__/_export-test-def.ts +0 -10
  937. package/src/abstract-document-xml/__tests__/abstract-doc-xml.test.tsx +0 -44
  938. package/src/abstract-document-xml/__tests__/simple-document.tsx +0 -196
@@ -1,1562 +0,0 @@
1
- /* eslint-disable max-lines */
2
- import React from "react";
3
- import { ExportTestDef } from "./_export-test-def.js";
4
- import {
5
- Paragraph,
6
- AbstractDoc,
7
- Section,
8
- Table,
9
- TableRow,
10
- TableCell,
11
- TextRun,
12
- Group,
13
- render,
14
- } from "../../../abstract-document-jsx/index.js";
15
- import * as TableStyle from "../../../abstract-document/styles/table-style.js";
16
- import * as TableCellStyle from "../../../abstract-document/styles/table-cell-style.js";
17
- import * as AD from "../../../abstract-document/index.js";
18
-
19
- const borders = { left: 2, bottom: 2, right: 2, top: 2 };
20
- const margins = { left: 5, bottom: 5, right: 5, top: 5 };
21
- const header = [
22
- render(
23
- <TableRow>
24
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
25
- <Paragraph>
26
- <TextRun text="Header 1" />
27
- </Paragraph>
28
- </TableCell>
29
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
30
- <Paragraph>
31
- <TextRun text="Header 2" />
32
- </Paragraph>
33
- </TableCell>
34
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
35
- <Paragraph>
36
- <TextRun text="Header 3" />
37
- </Paragraph>
38
- </TableCell>
39
- </TableRow>
40
- ),
41
- render(
42
- <TableRow>
43
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
44
- <Paragraph>
45
- <TextRun text="Header 4" />
46
- </Paragraph>
47
- </TableCell>
48
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
49
- <Paragraph>
50
- <TextRun text="Header 5" />
51
- </Paragraph>
52
- </TableCell>
53
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
54
- <Paragraph>
55
- <TextRun text="Header 6" />
56
- </Paragraph>
57
- </TableCell>
58
- </TableRow>
59
- ),
60
- ];
61
-
62
- const rows = [];
63
-
64
- // eslint-disable-next-line functional/no-let
65
- for (let index = 0; index < 30; index++) {
66
- rows.push(
67
- <TableRow key={index}>
68
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
69
- <Paragraph>
70
- <TextRun text={`Row ${index} Col 1`} />
71
- </Paragraph>
72
- </TableCell>
73
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
74
- <Paragraph>
75
- <TextRun text="Col 2" />
76
- </Paragraph>
77
- </TableCell>
78
- <TableCell style={TableCellStyle.create({ padding: AD.LayoutFoundation.create({ top: 20, bottom: 20 }) })}>
79
- <Paragraph>
80
- <TextRun text="Col 3" />
81
- </Paragraph>
82
- </TableCell>
83
- </TableRow>
84
- );
85
- }
86
-
87
- export const testPageBreakTableWithHeader: ExportTestDef = {
88
- name: "Pagebreak table with header",
89
- abstractDocJsx: (
90
- <AbstractDoc>
91
- <Section>
92
- <Table
93
- columnWidths={[100, 100, 100]}
94
- style={TableStyle.create({
95
- margins: margins,
96
- cellStyle: TableCellStyle.create({ borders: borders, borderColor: "black" }),
97
- })}
98
- headerRows={header}
99
- >
100
- {rows}
101
- </Table>
102
- </Section>
103
- </AbstractDoc>
104
- ),
105
- expectedPdfJson: {
106
- Transcoder: "pdf2json@2.0.1 [https://github.com/modesty/pdf2json]",
107
- Meta: {
108
- CreationDate: "*",
109
- Creator: "PDFKit",
110
- IsAcroFormPresent: false,
111
- IsXFAPresent: false,
112
- Metadata: {},
113
- PDFFormatVersion: "1.3",
114
- Producer: "PDFKit",
115
- },
116
- Pages: [
117
- {
118
- Height: 52.625,
119
- Width: 37.188,
120
- HLines: [
121
- { oc: "#000000", x: 0.313, y: 3.535, w: 3, l: 6.25 },
122
- { oc: "#000000", x: 0.294, y: 0.356, w: 3, l: 6.287 },
123
- { oc: "#000000", x: 6.563, y: 3.535, w: 3, l: 6.25 },
124
- { oc: "#000000", x: 6.5, y: 0.356, w: 3, l: 6.331 },
125
- { oc: "#000000", x: 12.813, y: 3.535, w: 3, l: 6.25 },
126
- { oc: "#000000", x: 12.75, y: 0.356, w: 3, l: 6.331 },
127
- { oc: "#000000", x: 0.313, y: 6.758, w: 3, l: 6.25 },
128
- { oc: "#000000", x: 0.294, y: 3.535, w: 3, l: 6.287 },
129
- { oc: "#000000", x: 6.563, y: 6.758, w: 3, l: 6.25 },
130
- { oc: "#000000", x: 6.5, y: 3.535, w: 3, l: 6.331 },
131
- { oc: "#000000", x: 12.813, y: 6.758, w: 3, l: 6.25 },
132
- { oc: "#000000", x: 12.75, y: 3.535, w: 3, l: 6.331 },
133
- { oc: "#000000", x: 0.313, y: 9.98, w: 3, l: 6.25 },
134
- { oc: "#000000", x: 0.294, y: 6.758, w: 3, l: 6.287 },
135
- { oc: "#000000", x: 6.563, y: 9.98, w: 3, l: 6.25 },
136
- { oc: "#000000", x: 6.5, y: 6.758, w: 3, l: 6.331 },
137
- { oc: "#000000", x: 12.813, y: 9.98, w: 3, l: 6.25 },
138
- { oc: "#000000", x: 12.75, y: 6.758, w: 3, l: 6.331 },
139
- { oc: "#000000", x: 0.313, y: 13.203, w: 3, l: 6.25 },
140
- { oc: "#000000", x: 0.294, y: 9.98, w: 3, l: 6.287 },
141
- { oc: "#000000", x: 6.563, y: 13.203, w: 3, l: 6.25 },
142
- { oc: "#000000", x: 6.5, y: 9.98, w: 3, l: 6.331 },
143
- { oc: "#000000", x: 12.813, y: 13.203, w: 3, l: 6.25 },
144
- { oc: "#000000", x: 12.75, y: 9.98, w: 3, l: 6.331 },
145
- { oc: "#000000", x: 0.313, y: 16.425, w: 3, l: 6.25 },
146
- { oc: "#000000", x: 0.294, y: 13.203, w: 3, l: 6.287 },
147
- { oc: "#000000", x: 6.563, y: 16.425, w: 3, l: 6.25 },
148
- { oc: "#000000", x: 6.5, y: 13.203, w: 3, l: 6.331 },
149
- { oc: "#000000", x: 12.813, y: 16.425, w: 3, l: 6.25 },
150
- { oc: "#000000", x: 12.75, y: 13.203, w: 3, l: 6.331 },
151
- { oc: "#000000", x: 0.313, y: 19.648, w: 3, l: 6.25 },
152
- { oc: "#000000", x: 0.294, y: 16.425, w: 3, l: 6.287 },
153
- { oc: "#000000", x: 6.563, y: 19.648, w: 3, l: 6.25 },
154
- { oc: "#000000", x: 6.5, y: 16.425, w: 3, l: 6.331 },
155
- { oc: "#000000", x: 12.813, y: 19.648, w: 3, l: 6.25 },
156
- { oc: "#000000", x: 12.75, y: 16.425, w: 3, l: 6.331 },
157
- { oc: "#000000", x: 0.313, y: 22.87, w: 3, l: 6.25 },
158
- { oc: "#000000", x: 0.294, y: 19.648, w: 3, l: 6.287 },
159
- { oc: "#000000", x: 6.563, y: 22.87, w: 3, l: 6.25 },
160
- { oc: "#000000", x: 6.5, y: 19.648, w: 3, l: 6.331 },
161
- { oc: "#000000", x: 12.813, y: 22.87, w: 3, l: 6.25 },
162
- { oc: "#000000", x: 12.75, y: 19.648, w: 3, l: 6.331 },
163
- { oc: "#000000", x: 0.313, y: 26.093, w: 3, l: 6.25 },
164
- { oc: "#000000", x: 0.294, y: 22.87, w: 3, l: 6.287 },
165
- { oc: "#000000", x: 6.563, y: 26.093, w: 3, l: 6.25 },
166
- { oc: "#000000", x: 6.5, y: 22.87, w: 3, l: 6.331 },
167
- { oc: "#000000", x: 12.813, y: 26.093, w: 3, l: 6.25 },
168
- { oc: "#000000", x: 12.75, y: 22.87, w: 3, l: 6.331 },
169
- { oc: "#000000", x: 0.313, y: 29.315, w: 3, l: 6.25 },
170
- { oc: "#000000", x: 0.294, y: 26.093, w: 3, l: 6.287 },
171
- { oc: "#000000", x: 6.563, y: 29.315, w: 3, l: 6.25 },
172
- { oc: "#000000", x: 6.5, y: 26.093, w: 3, l: 6.331 },
173
- { oc: "#000000", x: 12.813, y: 29.315, w: 3, l: 6.25 },
174
- { oc: "#000000", x: 12.75, y: 26.093, w: 3, l: 6.331 },
175
- { oc: "#000000", x: 0.313, y: 32.538, w: 3, l: 6.25 },
176
- { oc: "#000000", x: 0.294, y: 29.315, w: 3, l: 6.287 },
177
- { oc: "#000000", x: 6.563, y: 32.538, w: 3, l: 6.25 },
178
- { oc: "#000000", x: 6.5, y: 29.315, w: 3, l: 6.331 },
179
- { oc: "#000000", x: 12.813, y: 32.538, w: 3, l: 6.25 },
180
- { oc: "#000000", x: 12.75, y: 29.315, w: 3, l: 6.331 },
181
- { oc: "#000000", x: 0.313, y: 35.76, w: 3, l: 6.25 },
182
- { oc: "#000000", x: 0.294, y: 32.538, w: 3, l: 6.287 },
183
- { oc: "#000000", x: 6.563, y: 35.76, w: 3, l: 6.25 },
184
- { oc: "#000000", x: 6.5, y: 32.538, w: 3, l: 6.331 },
185
- { oc: "#000000", x: 12.813, y: 35.76, w: 3, l: 6.25 },
186
- { oc: "#000000", x: 12.75, y: 32.538, w: 3, l: 6.331 },
187
- { oc: "#000000", x: 0.313, y: 38.983, w: 3, l: 6.25 },
188
- { oc: "#000000", x: 0.294, y: 35.76, w: 3, l: 6.287 },
189
- { oc: "#000000", x: 6.563, y: 38.983, w: 3, l: 6.25 },
190
- { oc: "#000000", x: 6.5, y: 35.76, w: 3, l: 6.331 },
191
- { oc: "#000000", x: 12.813, y: 38.983, w: 3, l: 6.25 },
192
- { oc: "#000000", x: 12.75, y: 35.76, w: 3, l: 6.331 },
193
- { oc: "#000000", x: 0.313, y: 42.205, w: 3, l: 6.25 },
194
- { oc: "#000000", x: 0.294, y: 38.983, w: 3, l: 6.287 },
195
- { oc: "#000000", x: 6.563, y: 42.205, w: 3, l: 6.25 },
196
- { oc: "#000000", x: 6.5, y: 38.983, w: 3, l: 6.331 },
197
- { oc: "#000000", x: 12.813, y: 42.205, w: 3, l: 6.25 },
198
- { oc: "#000000", x: 12.75, y: 38.983, w: 3, l: 6.331 },
199
- { oc: "#000000", x: 0.313, y: 45.428, w: 3, l: 6.25 },
200
- { oc: "#000000", x: 0.294, y: 42.205, w: 3, l: 6.287 },
201
- { oc: "#000000", x: 6.563, y: 45.428, w: 3, l: 6.25 },
202
- { oc: "#000000", x: 6.5, y: 42.205, w: 3, l: 6.331 },
203
- { oc: "#000000", x: 12.813, y: 45.428, w: 3, l: 6.25 },
204
- { oc: "#000000", x: 12.75, y: 42.205, w: 3, l: 6.331 },
205
- { oc: "#000000", x: 0.313, y: 48.65, w: 3, l: 6.25 },
206
- { oc: "#000000", x: 0.294, y: 45.428, w: 3, l: 6.287 },
207
- { oc: "#000000", x: 6.563, y: 48.65, w: 3, l: 6.25 },
208
- { oc: "#000000", x: 6.5, y: 45.428, w: 3, l: 6.331 },
209
- { oc: "#000000", x: 12.813, y: 48.65, w: 3, l: 6.25 },
210
- { oc: "#000000", x: 12.75, y: 45.428, w: 3, l: 6.331 },
211
- { oc: "#000000", x: 0.313, y: 51.829, w: 3, l: 6.25 },
212
- { oc: "#000000", x: 0.294, y: 48.65, w: 3, l: 6.287 },
213
- { oc: "#000000", x: 6.563, y: 51.829, w: 3, l: 6.25 },
214
- { oc: "#000000", x: 6.5, y: 48.65, w: 3, l: 6.331 },
215
- { oc: "#000000", x: 12.813, y: 51.829, w: 3, l: 6.25 },
216
- { oc: "#000000", x: 12.75, y: 48.65, w: 3, l: 6.331 },
217
- ],
218
- VLines: [
219
- { oc: "#000000", x: 6.563, y: 0.313, w: 3, l: 3.241 },
220
- { oc: "#000000", x: 0.356, y: 0.313, w: 3, l: 3.241 },
221
- { oc: "#000000", x: 12.813, y: 0.313, w: 3, l: 3.241 },
222
- { oc: "#000000", x: 6.563, y: 0.313, w: 3, l: 3.241 },
223
- { oc: "#000000", x: 19.019, y: 0.313, w: 3, l: 3.241 },
224
- { oc: "#000000", x: 12.813, y: 0.313, w: 3, l: 3.241 },
225
- { oc: "#000000", x: 6.563, y: 3.535, w: 3, l: 3.241 },
226
- { oc: "#000000", x: 0.356, y: 3.535, w: 3, l: 3.241 },
227
- { oc: "#000000", x: 12.813, y: 3.535, w: 3, l: 3.241 },
228
- { oc: "#000000", x: 6.563, y: 3.535, w: 3, l: 3.241 },
229
- { oc: "#000000", x: 19.019, y: 3.535, w: 3, l: 3.241 },
230
- { oc: "#000000", x: 12.813, y: 3.535, w: 3, l: 3.241 },
231
- { oc: "#000000", x: 6.563, y: 6.758, w: 3, l: 3.241 },
232
- { oc: "#000000", x: 0.356, y: 6.758, w: 3, l: 3.241 },
233
- { oc: "#000000", x: 12.813, y: 6.758, w: 3, l: 3.241 },
234
- { oc: "#000000", x: 6.563, y: 6.758, w: 3, l: 3.241 },
235
- { oc: "#000000", x: 19.019, y: 6.758, w: 3, l: 3.241 },
236
- { oc: "#000000", x: 12.813, y: 6.758, w: 3, l: 3.241 },
237
- { oc: "#000000", x: 6.563, y: 9.98, w: 3, l: 3.241 },
238
- { oc: "#000000", x: 0.356, y: 9.98, w: 3, l: 3.241 },
239
- { oc: "#000000", x: 12.813, y: 9.98, w: 3, l: 3.241 },
240
- { oc: "#000000", x: 6.563, y: 9.98, w: 3, l: 3.241 },
241
- { oc: "#000000", x: 19.019, y: 9.98, w: 3, l: 3.241 },
242
- { oc: "#000000", x: 12.813, y: 9.98, w: 3, l: 3.241 },
243
- { oc: "#000000", x: 6.563, y: 13.203, w: 3, l: 3.241 },
244
- { oc: "#000000", x: 0.356, y: 13.203, w: 3, l: 3.241 },
245
- { oc: "#000000", x: 12.813, y: 13.203, w: 3, l: 3.241 },
246
- { oc: "#000000", x: 6.563, y: 13.203, w: 3, l: 3.241 },
247
- { oc: "#000000", x: 19.019, y: 13.203, w: 3, l: 3.241 },
248
- { oc: "#000000", x: 12.813, y: 13.203, w: 3, l: 3.241 },
249
- { oc: "#000000", x: 6.563, y: 16.425, w: 3, l: 3.241 },
250
- { oc: "#000000", x: 0.356, y: 16.425, w: 3, l: 3.241 },
251
- { oc: "#000000", x: 12.813, y: 16.425, w: 3, l: 3.241 },
252
- { oc: "#000000", x: 6.563, y: 16.425, w: 3, l: 3.241 },
253
- { oc: "#000000", x: 19.019, y: 16.425, w: 3, l: 3.241 },
254
- { oc: "#000000", x: 12.813, y: 16.425, w: 3, l: 3.241 },
255
- { oc: "#000000", x: 6.563, y: 19.648, w: 3, l: 3.241 },
256
- { oc: "#000000", x: 0.356, y: 19.648, w: 3, l: 3.241 },
257
- { oc: "#000000", x: 12.813, y: 19.648, w: 3, l: 3.241 },
258
- { oc: "#000000", x: 6.563, y: 19.648, w: 3, l: 3.241 },
259
- { oc: "#000000", x: 19.019, y: 19.648, w: 3, l: 3.241 },
260
- { oc: "#000000", x: 12.813, y: 19.648, w: 3, l: 3.241 },
261
- { oc: "#000000", x: 6.563, y: 22.87, w: 3, l: 3.241 },
262
- { oc: "#000000", x: 0.356, y: 22.87, w: 3, l: 3.241 },
263
- { oc: "#000000", x: 12.813, y: 22.87, w: 3, l: 3.241 },
264
- { oc: "#000000", x: 6.563, y: 22.87, w: 3, l: 3.241 },
265
- { oc: "#000000", x: 19.019, y: 22.87, w: 3, l: 3.241 },
266
- { oc: "#000000", x: 12.813, y: 22.87, w: 3, l: 3.241 },
267
- { oc: "#000000", x: 6.563, y: 26.093, w: 3, l: 3.241 },
268
- { oc: "#000000", x: 0.356, y: 26.093, w: 3, l: 3.241 },
269
- { oc: "#000000", x: 12.813, y: 26.093, w: 3, l: 3.241 },
270
- { oc: "#000000", x: 6.563, y: 26.093, w: 3, l: 3.241 },
271
- { oc: "#000000", x: 19.019, y: 26.093, w: 3, l: 3.241 },
272
- { oc: "#000000", x: 12.813, y: 26.093, w: 3, l: 3.241 },
273
- { oc: "#000000", x: 6.563, y: 29.315, w: 3, l: 3.241 },
274
- { oc: "#000000", x: 0.356, y: 29.315, w: 3, l: 3.241 },
275
- { oc: "#000000", x: 12.813, y: 29.315, w: 3, l: 3.241 },
276
- { oc: "#000000", x: 6.563, y: 29.315, w: 3, l: 3.241 },
277
- { oc: "#000000", x: 19.019, y: 29.315, w: 3, l: 3.241 },
278
- { oc: "#000000", x: 12.813, y: 29.315, w: 3, l: 3.241 },
279
- { oc: "#000000", x: 6.563, y: 32.538, w: 3, l: 3.241 },
280
- { oc: "#000000", x: 0.356, y: 32.538, w: 3, l: 3.241 },
281
- { oc: "#000000", x: 12.813, y: 32.538, w: 3, l: 3.241 },
282
- { oc: "#000000", x: 6.563, y: 32.538, w: 3, l: 3.241 },
283
- { oc: "#000000", x: 19.019, y: 32.538, w: 3, l: 3.241 },
284
- { oc: "#000000", x: 12.813, y: 32.538, w: 3, l: 3.241 },
285
- { oc: "#000000", x: 6.563, y: 35.76, w: 3, l: 3.241 },
286
- { oc: "#000000", x: 0.356, y: 35.76, w: 3, l: 3.241 },
287
- { oc: "#000000", x: 12.813, y: 35.76, w: 3, l: 3.241 },
288
- { oc: "#000000", x: 6.563, y: 35.76, w: 3, l: 3.241 },
289
- { oc: "#000000", x: 19.019, y: 35.76, w: 3, l: 3.241 },
290
- { oc: "#000000", x: 12.813, y: 35.76, w: 3, l: 3.241 },
291
- { oc: "#000000", x: 6.563, y: 38.983, w: 3, l: 3.241 },
292
- { oc: "#000000", x: 0.356, y: 38.983, w: 3, l: 3.241 },
293
- { oc: "#000000", x: 12.813, y: 38.983, w: 3, l: 3.241 },
294
- { oc: "#000000", x: 6.563, y: 38.983, w: 3, l: 3.241 },
295
- { oc: "#000000", x: 19.019, y: 38.983, w: 3, l: 3.241 },
296
- { oc: "#000000", x: 12.813, y: 38.983, w: 3, l: 3.241 },
297
- { oc: "#000000", x: 6.563, y: 42.205, w: 3, l: 3.241 },
298
- { oc: "#000000", x: 0.356, y: 42.205, w: 3, l: 3.241 },
299
- { oc: "#000000", x: 12.813, y: 42.205, w: 3, l: 3.241 },
300
- { oc: "#000000", x: 6.563, y: 42.205, w: 3, l: 3.241 },
301
- { oc: "#000000", x: 19.019, y: 42.205, w: 3, l: 3.241 },
302
- { oc: "#000000", x: 12.813, y: 42.205, w: 3, l: 3.241 },
303
- { oc: "#000000", x: 6.563, y: 45.428, w: 3, l: 3.241 },
304
- { oc: "#000000", x: 0.356, y: 45.428, w: 3, l: 3.241 },
305
- { oc: "#000000", x: 12.813, y: 45.428, w: 3, l: 3.241 },
306
- { oc: "#000000", x: 6.563, y: 45.428, w: 3, l: 3.241 },
307
- { oc: "#000000", x: 19.019, y: 45.428, w: 3, l: 3.241 },
308
- { oc: "#000000", x: 12.813, y: 45.428, w: 3, l: 3.241 },
309
- { oc: "#000000", x: 6.563, y: 48.65, w: 3, l: 3.241 },
310
- { oc: "#000000", x: 0.356, y: 48.65, w: 3, l: 3.241 },
311
- { oc: "#000000", x: 12.813, y: 48.65, w: 3, l: 3.241 },
312
- { oc: "#000000", x: 6.563, y: 48.65, w: 3, l: 3.241 },
313
- { oc: "#000000", x: 19.019, y: 48.65, w: 3, l: 3.241 },
314
- { oc: "#000000", x: 12.813, y: 48.65, w: 3, l: 3.241 },
315
- ],
316
- Fills: [],
317
- Texts: [
318
- {
319
- x: 0.063,
320
- y: 1.2610000000000001,
321
- w: 41.13,
322
- sw: 0.32553125,
323
- oc: undefined,
324
- A: "left",
325
- R: [{ T: "Header%201", S: -1, TS: [0, 13, 0, 0] }],
326
- },
327
- {
328
- x: 6.313,
329
- y: 1.2610000000000001,
330
- w: 41.13,
331
- sw: 0.32553125,
332
- oc: undefined,
333
- A: "left",
334
- R: [{ T: "Header%202", S: -1, TS: [0, 13, 0, 0] }],
335
- },
336
- {
337
- x: 12.563,
338
- y: 1.2610000000000001,
339
- w: 41.13,
340
- sw: 0.32553125,
341
- oc: undefined,
342
- A: "left",
343
- R: [{ T: "Header%203", S: -1, TS: [0, 13, 0, 0] }],
344
- },
345
- {
346
- x: 0.063,
347
- y: 4.484,
348
- w: 41.13,
349
- sw: 0.32553125,
350
- oc: undefined,
351
- A: "left",
352
- R: [{ T: "Header%204", S: -1, TS: [0, 13, 0, 0] }],
353
- },
354
- {
355
- x: 6.313,
356
- y: 4.484,
357
- w: 41.13,
358
- sw: 0.32553125,
359
- oc: undefined,
360
- A: "left",
361
- R: [{ T: "Header%205", S: -1, TS: [0, 13, 0, 0] }],
362
- },
363
- {
364
- x: 12.563,
365
- y: 4.484,
366
- w: 41.13,
367
- sw: 0.32553125,
368
- oc: undefined,
369
- A: "left",
370
- R: [{ T: "Header%206", S: -1, TS: [0, 13, 0, 0] }],
371
- },
372
- {
373
- x: 0.063,
374
- y: 7.7059999999999995,
375
- w: 54.46,
376
- sw: 0.32553125,
377
- oc: undefined,
378
- A: "left",
379
- R: [{ T: "Row%200%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
380
- },
381
- {
382
- x: 6.313,
383
- y: 7.7059999999999995,
384
- w: 23.34,
385
- sw: 0.32553125,
386
- oc: undefined,
387
- A: "left",
388
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
389
- },
390
- {
391
- x: 12.563,
392
- y: 7.7059999999999995,
393
- w: 23.34,
394
- sw: 0.32553125,
395
- oc: undefined,
396
- A: "left",
397
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
398
- },
399
- {
400
- x: 0.063,
401
- y: 10.929,
402
- w: 54.46,
403
- sw: 0.32553125,
404
- oc: undefined,
405
- A: "left",
406
- R: [{ T: "Row%201%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
407
- },
408
- {
409
- x: 6.313,
410
- y: 10.929,
411
- w: 23.34,
412
- sw: 0.32553125,
413
- oc: undefined,
414
- A: "left",
415
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
416
- },
417
- {
418
- x: 12.563,
419
- y: 10.929,
420
- w: 23.34,
421
- sw: 0.32553125,
422
- oc: undefined,
423
- A: "left",
424
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
425
- },
426
- {
427
- x: 0.063,
428
- y: 14.151,
429
- w: 54.46,
430
- sw: 0.32553125,
431
- oc: undefined,
432
- A: "left",
433
- R: [{ T: "Row%202%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
434
- },
435
- {
436
- x: 6.313,
437
- y: 14.151,
438
- w: 23.34,
439
- sw: 0.32553125,
440
- oc: undefined,
441
- A: "left",
442
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
443
- },
444
- {
445
- x: 12.563,
446
- y: 14.151,
447
- w: 23.34,
448
- sw: 0.32553125,
449
- oc: undefined,
450
- A: "left",
451
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
452
- },
453
- {
454
- x: 0.063,
455
- y: 17.374,
456
- w: 54.46,
457
- sw: 0.32553125,
458
- oc: undefined,
459
- A: "left",
460
- R: [{ T: "Row%203%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
461
- },
462
- {
463
- x: 6.313,
464
- y: 17.374,
465
- w: 23.34,
466
- sw: 0.32553125,
467
- oc: undefined,
468
- A: "left",
469
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
470
- },
471
- {
472
- x: 12.563,
473
- y: 17.374,
474
- w: 23.34,
475
- sw: 0.32553125,
476
- oc: undefined,
477
- A: "left",
478
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
479
- },
480
- {
481
- x: 0.063,
482
- y: 20.596,
483
- w: 54.46,
484
- sw: 0.32553125,
485
- oc: undefined,
486
- A: "left",
487
- R: [{ T: "Row%204%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
488
- },
489
- {
490
- x: 6.313,
491
- y: 20.596,
492
- w: 23.34,
493
- sw: 0.32553125,
494
- oc: undefined,
495
- A: "left",
496
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
497
- },
498
- {
499
- x: 12.563,
500
- y: 20.596,
501
- w: 23.34,
502
- sw: 0.32553125,
503
- oc: undefined,
504
- A: "left",
505
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
506
- },
507
- {
508
- x: 0.063,
509
- y: 23.819,
510
- w: 54.46,
511
- sw: 0.32553125,
512
- oc: undefined,
513
- A: "left",
514
- R: [{ T: "Row%205%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
515
- },
516
- {
517
- x: 6.313,
518
- y: 23.819,
519
- w: 23.34,
520
- sw: 0.32553125,
521
- oc: undefined,
522
- A: "left",
523
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
524
- },
525
- {
526
- x: 12.563,
527
- y: 23.819,
528
- w: 23.34,
529
- sw: 0.32553125,
530
- oc: undefined,
531
- A: "left",
532
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
533
- },
534
- {
535
- x: 0.063,
536
- y: 27.041,
537
- w: 54.46,
538
- sw: 0.32553125,
539
- oc: undefined,
540
- A: "left",
541
- R: [{ T: "Row%206%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
542
- },
543
- {
544
- x: 6.313,
545
- y: 27.041,
546
- w: 23.34,
547
- sw: 0.32553125,
548
- oc: undefined,
549
- A: "left",
550
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
551
- },
552
- {
553
- x: 12.563,
554
- y: 27.041,
555
- w: 23.34,
556
- sw: 0.32553125,
557
- oc: undefined,
558
- A: "left",
559
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
560
- },
561
- {
562
- x: 0.063,
563
- y: 30.264,
564
- w: 54.46,
565
- sw: 0.32553125,
566
- oc: undefined,
567
- A: "left",
568
- R: [{ T: "Row%207%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
569
- },
570
- {
571
- x: 6.313,
572
- y: 30.264,
573
- w: 23.34,
574
- sw: 0.32553125,
575
- oc: undefined,
576
- A: "left",
577
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
578
- },
579
- {
580
- x: 12.563,
581
- y: 30.264,
582
- w: 23.34,
583
- sw: 0.32553125,
584
- oc: undefined,
585
- A: "left",
586
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
587
- },
588
- {
589
- x: 0.063,
590
- y: 33.486,
591
- w: 54.46,
592
- sw: 0.32553125,
593
- oc: undefined,
594
- A: "left",
595
- R: [{ T: "Row%208%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
596
- },
597
- {
598
- x: 6.313,
599
- y: 33.486,
600
- w: 23.34,
601
- sw: 0.32553125,
602
- oc: undefined,
603
- A: "left",
604
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
605
- },
606
- {
607
- x: 12.563,
608
- y: 33.486,
609
- w: 23.34,
610
- sw: 0.32553125,
611
- oc: undefined,
612
- A: "left",
613
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
614
- },
615
- {
616
- x: 0.063,
617
- y: 36.709,
618
- w: 54.46,
619
- sw: 0.32553125,
620
- oc: undefined,
621
- A: "left",
622
- R: [{ T: "Row%209%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
623
- },
624
- {
625
- x: 6.313,
626
- y: 36.709,
627
- w: 23.34,
628
- sw: 0.32553125,
629
- oc: undefined,
630
- A: "left",
631
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
632
- },
633
- {
634
- x: 12.563,
635
- y: 36.709,
636
- w: 23.34,
637
- sw: 0.32553125,
638
- oc: undefined,
639
- A: "left",
640
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
641
- },
642
- {
643
- x: 0.063,
644
- y: 39.931,
645
- w: 60.02,
646
- sw: 0.32553125,
647
- oc: undefined,
648
- A: "left",
649
- R: [{ T: "Row%2010%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
650
- },
651
- {
652
- x: 6.313,
653
- y: 39.931,
654
- w: 23.34,
655
- sw: 0.32553125,
656
- oc: undefined,
657
- A: "left",
658
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
659
- },
660
- {
661
- x: 12.563,
662
- y: 39.931,
663
- w: 23.34,
664
- sw: 0.32553125,
665
- oc: undefined,
666
- A: "left",
667
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
668
- },
669
- {
670
- x: 0.063,
671
- y: 43.154,
672
- w: 60.02,
673
- sw: 0.32553125,
674
- oc: undefined,
675
- A: "left",
676
- R: [{ T: "Row%2011%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
677
- },
678
- {
679
- x: 6.313,
680
- y: 43.154,
681
- w: 23.34,
682
- sw: 0.32553125,
683
- oc: undefined,
684
- A: "left",
685
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
686
- },
687
- {
688
- x: 12.563,
689
- y: 43.154,
690
- w: 23.34,
691
- sw: 0.32553125,
692
- oc: undefined,
693
- A: "left",
694
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
695
- },
696
- {
697
- x: 0.063,
698
- y: 46.376,
699
- w: 60.02,
700
- sw: 0.32553125,
701
- oc: undefined,
702
- A: "left",
703
- R: [{ T: "Row%2012%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
704
- },
705
- {
706
- x: 6.313,
707
- y: 46.376,
708
- w: 23.34,
709
- sw: 0.32553125,
710
- oc: undefined,
711
- A: "left",
712
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
713
- },
714
- {
715
- x: 12.563,
716
- y: 46.376,
717
- w: 23.34,
718
- sw: 0.32553125,
719
- oc: undefined,
720
- A: "left",
721
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
722
- },
723
- {
724
- x: 0.063,
725
- y: 49.599,
726
- w: 60.02,
727
- sw: 0.32553125,
728
- oc: undefined,
729
- A: "left",
730
- R: [{ T: "Row%2013%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
731
- },
732
- {
733
- x: 6.313,
734
- y: 49.599,
735
- w: 23.34,
736
- sw: 0.32553125,
737
- oc: undefined,
738
- A: "left",
739
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
740
- },
741
- {
742
- x: 12.563,
743
- y: 49.599,
744
- w: 23.34,
745
- sw: 0.32553125,
746
- oc: undefined,
747
- A: "left",
748
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
749
- },
750
- ],
751
- Fields: [],
752
- Boxsets: [],
753
- },
754
- {
755
- Height: 52.625,
756
- Width: 37.188,
757
- HLines: [
758
- { oc: "#000000", x: 0.313, y: 3.223, w: 3, l: 6.25 },
759
- { oc: "#000000", x: 0.294, y: 0.044, w: 3, l: 6.287 },
760
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 6.25 },
761
- { oc: "#000000", x: 6.5, y: 0.044, w: 3, l: 6.331 },
762
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 6.25 },
763
- { oc: "#000000", x: 12.75, y: 0.044, w: 3, l: 6.331 },
764
- { oc: "#000000", x: 0.313, y: 6.445, w: 3, l: 6.25 },
765
- { oc: "#000000", x: 0.294, y: 3.223, w: 3, l: 6.287 },
766
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 6.25 },
767
- { oc: "#000000", x: 6.5, y: 3.223, w: 3, l: 6.331 },
768
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 6.25 },
769
- { oc: "#000000", x: 12.75, y: 3.223, w: 3, l: 6.331 },
770
- { oc: "#000000", x: 0.313, y: 9.668, w: 3, l: 6.25 },
771
- { oc: "#000000", x: 0.294, y: 6.445, w: 3, l: 6.287 },
772
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 6.25 },
773
- { oc: "#000000", x: 6.5, y: 6.445, w: 3, l: 6.331 },
774
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 6.25 },
775
- { oc: "#000000", x: 12.75, y: 6.445, w: 3, l: 6.331 },
776
- { oc: "#000000", x: 0.313, y: 12.89, w: 3, l: 6.25 },
777
- { oc: "#000000", x: 0.294, y: 9.668, w: 3, l: 6.287 },
778
- { oc: "#000000", x: 6.563, y: 12.89, w: 3, l: 6.25 },
779
- { oc: "#000000", x: 6.5, y: 9.668, w: 3, l: 6.331 },
780
- { oc: "#000000", x: 12.813, y: 12.89, w: 3, l: 6.25 },
781
- { oc: "#000000", x: 12.75, y: 9.668, w: 3, l: 6.331 },
782
- { oc: "#000000", x: 0.313, y: 16.113, w: 3, l: 6.25 },
783
- { oc: "#000000", x: 0.294, y: 12.89, w: 3, l: 6.287 },
784
- { oc: "#000000", x: 6.563, y: 16.113, w: 3, l: 6.25 },
785
- { oc: "#000000", x: 6.5, y: 12.89, w: 3, l: 6.331 },
786
- { oc: "#000000", x: 12.813, y: 16.113, w: 3, l: 6.25 },
787
- { oc: "#000000", x: 12.75, y: 12.89, w: 3, l: 6.331 },
788
- { oc: "#000000", x: 0.313, y: 19.335, w: 3, l: 6.25 },
789
- { oc: "#000000", x: 0.294, y: 16.113, w: 3, l: 6.287 },
790
- { oc: "#000000", x: 6.563, y: 19.335, w: 3, l: 6.25 },
791
- { oc: "#000000", x: 6.5, y: 16.113, w: 3, l: 6.331 },
792
- { oc: "#000000", x: 12.813, y: 19.335, w: 3, l: 6.25 },
793
- { oc: "#000000", x: 12.75, y: 16.113, w: 3, l: 6.331 },
794
- { oc: "#000000", x: 0.313, y: 22.558, w: 3, l: 6.25 },
795
- { oc: "#000000", x: 0.294, y: 19.335, w: 3, l: 6.287 },
796
- { oc: "#000000", x: 6.563, y: 22.558, w: 3, l: 6.25 },
797
- { oc: "#000000", x: 6.5, y: 19.335, w: 3, l: 6.331 },
798
- { oc: "#000000", x: 12.813, y: 22.558, w: 3, l: 6.25 },
799
- { oc: "#000000", x: 12.75, y: 19.335, w: 3, l: 6.331 },
800
- { oc: "#000000", x: 0.313, y: 25.78, w: 3, l: 6.25 },
801
- { oc: "#000000", x: 0.294, y: 22.558, w: 3, l: 6.287 },
802
- { oc: "#000000", x: 6.563, y: 25.78, w: 3, l: 6.25 },
803
- { oc: "#000000", x: 6.5, y: 22.558, w: 3, l: 6.331 },
804
- { oc: "#000000", x: 12.813, y: 25.78, w: 3, l: 6.25 },
805
- { oc: "#000000", x: 12.75, y: 22.558, w: 3, l: 6.331 },
806
- { oc: "#000000", x: 0.313, y: 29.003, w: 3, l: 6.25 },
807
- { oc: "#000000", x: 0.294, y: 25.78, w: 3, l: 6.287 },
808
- { oc: "#000000", x: 6.563, y: 29.003, w: 3, l: 6.25 },
809
- { oc: "#000000", x: 6.5, y: 25.78, w: 3, l: 6.331 },
810
- { oc: "#000000", x: 12.813, y: 29.003, w: 3, l: 6.25 },
811
- { oc: "#000000", x: 12.75, y: 25.78, w: 3, l: 6.331 },
812
- { oc: "#000000", x: 0.313, y: 32.225, w: 3, l: 6.25 },
813
- { oc: "#000000", x: 0.294, y: 29.003, w: 3, l: 6.287 },
814
- { oc: "#000000", x: 6.563, y: 32.225, w: 3, l: 6.25 },
815
- { oc: "#000000", x: 6.5, y: 29.003, w: 3, l: 6.331 },
816
- { oc: "#000000", x: 12.813, y: 32.225, w: 3, l: 6.25 },
817
- { oc: "#000000", x: 12.75, y: 29.003, w: 3, l: 6.331 },
818
- { oc: "#000000", x: 0.313, y: 35.447, w: 3, l: 6.25 },
819
- { oc: "#000000", x: 0.294, y: 32.225, w: 3, l: 6.287 },
820
- { oc: "#000000", x: 6.563, y: 35.447, w: 3, l: 6.25 },
821
- { oc: "#000000", x: 6.5, y: 32.225, w: 3, l: 6.331 },
822
- { oc: "#000000", x: 12.813, y: 35.447, w: 3, l: 6.25 },
823
- { oc: "#000000", x: 12.75, y: 32.225, w: 3, l: 6.331 },
824
- { oc: "#000000", x: 0.313, y: 38.67, w: 3, l: 6.25 },
825
- { oc: "#000000", x: 0.294, y: 35.447, w: 3, l: 6.287 },
826
- { oc: "#000000", x: 6.563, y: 38.67, w: 3, l: 6.25 },
827
- { oc: "#000000", x: 6.5, y: 35.447, w: 3, l: 6.331 },
828
- { oc: "#000000", x: 12.813, y: 38.67, w: 3, l: 6.25 },
829
- { oc: "#000000", x: 12.75, y: 35.447, w: 3, l: 6.331 },
830
- { oc: "#000000", x: 0.313, y: 41.892, w: 3, l: 6.25 },
831
- { oc: "#000000", x: 0.294, y: 38.67, w: 3, l: 6.287 },
832
- { oc: "#000000", x: 6.563, y: 41.892, w: 3, l: 6.25 },
833
- { oc: "#000000", x: 6.5, y: 38.67, w: 3, l: 6.331 },
834
- { oc: "#000000", x: 12.813, y: 41.892, w: 3, l: 6.25 },
835
- { oc: "#000000", x: 12.75, y: 38.67, w: 3, l: 6.331 },
836
- { oc: "#000000", x: 0.313, y: 45.115, w: 3, l: 6.25 },
837
- { oc: "#000000", x: 0.294, y: 41.892, w: 3, l: 6.287 },
838
- { oc: "#000000", x: 6.563, y: 45.115, w: 3, l: 6.25 },
839
- { oc: "#000000", x: 6.5, y: 41.892, w: 3, l: 6.331 },
840
- { oc: "#000000", x: 12.813, y: 45.115, w: 3, l: 6.25 },
841
- { oc: "#000000", x: 12.75, y: 41.892, w: 3, l: 6.331 },
842
- { oc: "#000000", x: 0.313, y: 48.337, w: 3, l: 6.25 },
843
- { oc: "#000000", x: 0.294, y: 45.115, w: 3, l: 6.287 },
844
- { oc: "#000000", x: 6.563, y: 48.337, w: 3, l: 6.25 },
845
- { oc: "#000000", x: 6.5, y: 45.115, w: 3, l: 6.331 },
846
- { oc: "#000000", x: 12.813, y: 48.337, w: 3, l: 6.25 },
847
- { oc: "#000000", x: 12.75, y: 45.115, w: 3, l: 6.331 },
848
- { oc: "#000000", x: 0.313, y: 51.516, w: 3, l: 6.25 },
849
- { oc: "#000000", x: 0.294, y: 48.337, w: 3, l: 6.287 },
850
- { oc: "#000000", x: 6.563, y: 51.516, w: 3, l: 6.25 },
851
- { oc: "#000000", x: 6.5, y: 48.337, w: 3, l: 6.331 },
852
- { oc: "#000000", x: 12.813, y: 51.516, w: 3, l: 6.25 },
853
- { oc: "#000000", x: 12.75, y: 48.337, w: 3, l: 6.331 },
854
- ],
855
- VLines: [
856
- { oc: "#000000", x: 6.563, y: 0, w: 3, l: 3.241 },
857
- { oc: "#000000", x: 0.356, y: 0, w: 3, l: 3.241 },
858
- { oc: "#000000", x: 12.813, y: 0, w: 3, l: 3.241 },
859
- { oc: "#000000", x: 6.563, y: 0, w: 3, l: 3.241 },
860
- { oc: "#000000", x: 19.019, y: 0, w: 3, l: 3.241 },
861
- { oc: "#000000", x: 12.813, y: 0, w: 3, l: 3.241 },
862
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 3.241 },
863
- { oc: "#000000", x: 0.356, y: 3.223, w: 3, l: 3.241 },
864
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 3.241 },
865
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 3.241 },
866
- { oc: "#000000", x: 19.019, y: 3.223, w: 3, l: 3.241 },
867
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 3.241 },
868
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 3.241 },
869
- { oc: "#000000", x: 0.356, y: 6.445, w: 3, l: 3.241 },
870
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 3.241 },
871
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 3.241 },
872
- { oc: "#000000", x: 19.019, y: 6.445, w: 3, l: 3.241 },
873
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 3.241 },
874
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 3.241 },
875
- { oc: "#000000", x: 0.356, y: 9.668, w: 3, l: 3.241 },
876
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 3.241 },
877
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 3.241 },
878
- { oc: "#000000", x: 19.019, y: 9.668, w: 3, l: 3.241 },
879
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 3.241 },
880
- { oc: "#000000", x: 6.563, y: 12.89, w: 3, l: 3.241 },
881
- { oc: "#000000", x: 0.356, y: 12.89, w: 3, l: 3.241 },
882
- { oc: "#000000", x: 12.813, y: 12.89, w: 3, l: 3.241 },
883
- { oc: "#000000", x: 6.563, y: 12.89, w: 3, l: 3.241 },
884
- { oc: "#000000", x: 19.019, y: 12.89, w: 3, l: 3.241 },
885
- { oc: "#000000", x: 12.813, y: 12.89, w: 3, l: 3.241 },
886
- { oc: "#000000", x: 6.563, y: 16.113, w: 3, l: 3.241 },
887
- { oc: "#000000", x: 0.356, y: 16.113, w: 3, l: 3.241 },
888
- { oc: "#000000", x: 12.813, y: 16.113, w: 3, l: 3.241 },
889
- { oc: "#000000", x: 6.563, y: 16.113, w: 3, l: 3.241 },
890
- { oc: "#000000", x: 19.019, y: 16.113, w: 3, l: 3.241 },
891
- { oc: "#000000", x: 12.813, y: 16.113, w: 3, l: 3.241 },
892
- { oc: "#000000", x: 6.563, y: 19.335, w: 3, l: 3.241 },
893
- { oc: "#000000", x: 0.356, y: 19.335, w: 3, l: 3.241 },
894
- { oc: "#000000", x: 12.813, y: 19.335, w: 3, l: 3.241 },
895
- { oc: "#000000", x: 6.563, y: 19.335, w: 3, l: 3.241 },
896
- { oc: "#000000", x: 19.019, y: 19.335, w: 3, l: 3.241 },
897
- { oc: "#000000", x: 12.813, y: 19.335, w: 3, l: 3.241 },
898
- { oc: "#000000", x: 6.563, y: 22.558, w: 3, l: 3.241 },
899
- { oc: "#000000", x: 0.356, y: 22.558, w: 3, l: 3.241 },
900
- { oc: "#000000", x: 12.813, y: 22.558, w: 3, l: 3.241 },
901
- { oc: "#000000", x: 6.563, y: 22.558, w: 3, l: 3.241 },
902
- { oc: "#000000", x: 19.019, y: 22.558, w: 3, l: 3.241 },
903
- { oc: "#000000", x: 12.813, y: 22.558, w: 3, l: 3.241 },
904
- { oc: "#000000", x: 6.563, y: 25.78, w: 3, l: 3.241 },
905
- { oc: "#000000", x: 0.356, y: 25.78, w: 3, l: 3.241 },
906
- { oc: "#000000", x: 12.813, y: 25.78, w: 3, l: 3.241 },
907
- { oc: "#000000", x: 6.563, y: 25.78, w: 3, l: 3.241 },
908
- { oc: "#000000", x: 19.019, y: 25.78, w: 3, l: 3.241 },
909
- { oc: "#000000", x: 12.813, y: 25.78, w: 3, l: 3.241 },
910
- { oc: "#000000", x: 6.563, y: 29.003, w: 3, l: 3.241 },
911
- { oc: "#000000", x: 0.356, y: 29.003, w: 3, l: 3.241 },
912
- { oc: "#000000", x: 12.813, y: 29.003, w: 3, l: 3.241 },
913
- { oc: "#000000", x: 6.563, y: 29.003, w: 3, l: 3.241 },
914
- { oc: "#000000", x: 19.019, y: 29.003, w: 3, l: 3.241 },
915
- { oc: "#000000", x: 12.813, y: 29.003, w: 3, l: 3.241 },
916
- { oc: "#000000", x: 6.563, y: 32.225, w: 3, l: 3.241 },
917
- { oc: "#000000", x: 0.356, y: 32.225, w: 3, l: 3.241 },
918
- { oc: "#000000", x: 12.813, y: 32.225, w: 3, l: 3.241 },
919
- { oc: "#000000", x: 6.563, y: 32.225, w: 3, l: 3.241 },
920
- { oc: "#000000", x: 19.019, y: 32.225, w: 3, l: 3.241 },
921
- { oc: "#000000", x: 12.813, y: 32.225, w: 3, l: 3.241 },
922
- { oc: "#000000", x: 6.563, y: 35.447, w: 3, l: 3.241 },
923
- { oc: "#000000", x: 0.356, y: 35.447, w: 3, l: 3.241 },
924
- { oc: "#000000", x: 12.813, y: 35.447, w: 3, l: 3.241 },
925
- { oc: "#000000", x: 6.563, y: 35.447, w: 3, l: 3.241 },
926
- { oc: "#000000", x: 19.019, y: 35.447, w: 3, l: 3.241 },
927
- { oc: "#000000", x: 12.813, y: 35.447, w: 3, l: 3.241 },
928
- { oc: "#000000", x: 6.563, y: 38.67, w: 3, l: 3.241 },
929
- { oc: "#000000", x: 0.356, y: 38.67, w: 3, l: 3.241 },
930
- { oc: "#000000", x: 12.813, y: 38.67, w: 3, l: 3.241 },
931
- { oc: "#000000", x: 6.563, y: 38.67, w: 3, l: 3.241 },
932
- { oc: "#000000", x: 19.019, y: 38.67, w: 3, l: 3.241 },
933
- { oc: "#000000", x: 12.813, y: 38.67, w: 3, l: 3.241 },
934
- { oc: "#000000", x: 6.563, y: 41.892, w: 3, l: 3.241 },
935
- { oc: "#000000", x: 0.356, y: 41.892, w: 3, l: 3.241 },
936
- { oc: "#000000", x: 12.813, y: 41.892, w: 3, l: 3.241 },
937
- { oc: "#000000", x: 6.563, y: 41.892, w: 3, l: 3.241 },
938
- { oc: "#000000", x: 19.019, y: 41.892, w: 3, l: 3.241 },
939
- { oc: "#000000", x: 12.813, y: 41.892, w: 3, l: 3.241 },
940
- { oc: "#000000", x: 6.563, y: 45.115, w: 3, l: 3.241 },
941
- { oc: "#000000", x: 0.356, y: 45.115, w: 3, l: 3.241 },
942
- { oc: "#000000", x: 12.813, y: 45.115, w: 3, l: 3.241 },
943
- { oc: "#000000", x: 6.563, y: 45.115, w: 3, l: 3.241 },
944
- { oc: "#000000", x: 19.019, y: 45.115, w: 3, l: 3.241 },
945
- { oc: "#000000", x: 12.813, y: 45.115, w: 3, l: 3.241 },
946
- { oc: "#000000", x: 6.563, y: 48.337, w: 3, l: 3.241 },
947
- { oc: "#000000", x: 0.356, y: 48.337, w: 3, l: 3.241 },
948
- { oc: "#000000", x: 12.813, y: 48.337, w: 3, l: 3.241 },
949
- { oc: "#000000", x: 6.563, y: 48.337, w: 3, l: 3.241 },
950
- { oc: "#000000", x: 19.019, y: 48.337, w: 3, l: 3.241 },
951
- { oc: "#000000", x: 12.813, y: 48.337, w: 3, l: 3.241 },
952
- ],
953
- Fills: [],
954
- Texts: [
955
- {
956
- x: 0.063,
957
- y: 0.9490000000000001,
958
- w: 41.13,
959
- sw: 0.32553125,
960
- oc: undefined,
961
- A: "left",
962
- R: [{ T: "Header%201", S: -1, TS: [0, 13, 0, 0] }],
963
- },
964
- {
965
- x: 6.313,
966
- y: 0.9490000000000001,
967
- w: 41.13,
968
- sw: 0.32553125,
969
- oc: undefined,
970
- A: "left",
971
- R: [{ T: "Header%202", S: -1, TS: [0, 13, 0, 0] }],
972
- },
973
- {
974
- x: 12.563,
975
- y: 0.9490000000000001,
976
- w: 41.13,
977
- sw: 0.32553125,
978
- oc: undefined,
979
- A: "left",
980
- R: [{ T: "Header%203", S: -1, TS: [0, 13, 0, 0] }],
981
- },
982
- {
983
- x: 0.063,
984
- y: 4.171,
985
- w: 41.13,
986
- sw: 0.32553125,
987
- oc: undefined,
988
- A: "left",
989
- R: [{ T: "Header%204", S: -1, TS: [0, 13, 0, 0] }],
990
- },
991
- {
992
- x: 6.313,
993
- y: 4.171,
994
- w: 41.13,
995
- sw: 0.32553125,
996
- oc: undefined,
997
- A: "left",
998
- R: [{ T: "Header%205", S: -1, TS: [0, 13, 0, 0] }],
999
- },
1000
- {
1001
- x: 12.563,
1002
- y: 4.171,
1003
- w: 41.13,
1004
- sw: 0.32553125,
1005
- oc: undefined,
1006
- A: "left",
1007
- R: [{ T: "Header%206", S: -1, TS: [0, 13, 0, 0] }],
1008
- },
1009
- {
1010
- x: 0.063,
1011
- y: 7.394,
1012
- w: 60.02,
1013
- sw: 0.32553125,
1014
- oc: undefined,
1015
- A: "left",
1016
- R: [{ T: "Row%2014%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1017
- },
1018
- {
1019
- x: 6.313,
1020
- y: 7.394,
1021
- w: 23.34,
1022
- sw: 0.32553125,
1023
- oc: undefined,
1024
- A: "left",
1025
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1026
- },
1027
- {
1028
- x: 12.563,
1029
- y: 7.394,
1030
- w: 23.34,
1031
- sw: 0.32553125,
1032
- oc: undefined,
1033
- A: "left",
1034
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1035
- },
1036
- {
1037
- x: 0.063,
1038
- y: 10.616,
1039
- w: 60.02,
1040
- sw: 0.32553125,
1041
- oc: undefined,
1042
- A: "left",
1043
- R: [{ T: "Row%2015%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1044
- },
1045
- {
1046
- x: 6.313,
1047
- y: 10.616,
1048
- w: 23.34,
1049
- sw: 0.32553125,
1050
- oc: undefined,
1051
- A: "left",
1052
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1053
- },
1054
- {
1055
- x: 12.563,
1056
- y: 10.616,
1057
- w: 23.34,
1058
- sw: 0.32553125,
1059
- oc: undefined,
1060
- A: "left",
1061
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1062
- },
1063
- {
1064
- x: 0.063,
1065
- y: 13.839,
1066
- w: 60.02,
1067
- sw: 0.32553125,
1068
- oc: undefined,
1069
- A: "left",
1070
- R: [{ T: "Row%2016%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1071
- },
1072
- {
1073
- x: 6.313,
1074
- y: 13.839,
1075
- w: 23.34,
1076
- sw: 0.32553125,
1077
- oc: undefined,
1078
- A: "left",
1079
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1080
- },
1081
- {
1082
- x: 12.563,
1083
- y: 13.839,
1084
- w: 23.34,
1085
- sw: 0.32553125,
1086
- oc: undefined,
1087
- A: "left",
1088
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1089
- },
1090
- {
1091
- x: 0.063,
1092
- y: 17.061,
1093
- w: 60.02,
1094
- sw: 0.32553125,
1095
- oc: undefined,
1096
- A: "left",
1097
- R: [{ T: "Row%2017%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1098
- },
1099
- {
1100
- x: 6.313,
1101
- y: 17.061,
1102
- w: 23.34,
1103
- sw: 0.32553125,
1104
- oc: undefined,
1105
- A: "left",
1106
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1107
- },
1108
- {
1109
- x: 12.563,
1110
- y: 17.061,
1111
- w: 23.34,
1112
- sw: 0.32553125,
1113
- oc: undefined,
1114
- A: "left",
1115
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1116
- },
1117
- {
1118
- x: 0.063,
1119
- y: 20.284,
1120
- w: 60.02,
1121
- sw: 0.32553125,
1122
- oc: undefined,
1123
- A: "left",
1124
- R: [{ T: "Row%2018%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1125
- },
1126
- {
1127
- x: 6.313,
1128
- y: 20.284,
1129
- w: 23.34,
1130
- sw: 0.32553125,
1131
- oc: undefined,
1132
- A: "left",
1133
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1134
- },
1135
- {
1136
- x: 12.563,
1137
- y: 20.284,
1138
- w: 23.34,
1139
- sw: 0.32553125,
1140
- oc: undefined,
1141
- A: "left",
1142
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1143
- },
1144
- {
1145
- x: 0.063,
1146
- y: 23.506,
1147
- w: 60.02,
1148
- sw: 0.32553125,
1149
- oc: undefined,
1150
- A: "left",
1151
- R: [{ T: "Row%2019%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1152
- },
1153
- {
1154
- x: 6.313,
1155
- y: 23.506,
1156
- w: 23.34,
1157
- sw: 0.32553125,
1158
- oc: undefined,
1159
- A: "left",
1160
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1161
- },
1162
- {
1163
- x: 12.563,
1164
- y: 23.506,
1165
- w: 23.34,
1166
- sw: 0.32553125,
1167
- oc: undefined,
1168
- A: "left",
1169
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1170
- },
1171
- {
1172
- x: 0.063,
1173
- y: 26.729,
1174
- w: 60.02,
1175
- sw: 0.32553125,
1176
- oc: undefined,
1177
- A: "left",
1178
- R: [{ T: "Row%2020%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1179
- },
1180
- {
1181
- x: 6.313,
1182
- y: 26.729,
1183
- w: 23.34,
1184
- sw: 0.32553125,
1185
- oc: undefined,
1186
- A: "left",
1187
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1188
- },
1189
- {
1190
- x: 12.563,
1191
- y: 26.729,
1192
- w: 23.34,
1193
- sw: 0.32553125,
1194
- oc: undefined,
1195
- A: "left",
1196
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1197
- },
1198
- {
1199
- x: 0.063,
1200
- y: 29.951,
1201
- w: 60.02,
1202
- sw: 0.32553125,
1203
- oc: undefined,
1204
- A: "left",
1205
- R: [{ T: "Row%2021%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1206
- },
1207
- {
1208
- x: 6.313,
1209
- y: 29.951,
1210
- w: 23.34,
1211
- sw: 0.32553125,
1212
- oc: undefined,
1213
- A: "left",
1214
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1215
- },
1216
- {
1217
- x: 12.563,
1218
- y: 29.951,
1219
- w: 23.34,
1220
- sw: 0.32553125,
1221
- oc: undefined,
1222
- A: "left",
1223
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1224
- },
1225
- {
1226
- x: 0.063,
1227
- y: 33.174,
1228
- w: 60.02,
1229
- sw: 0.32553125,
1230
- oc: undefined,
1231
- A: "left",
1232
- R: [{ T: "Row%2022%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1233
- },
1234
- {
1235
- x: 6.313,
1236
- y: 33.174,
1237
- w: 23.34,
1238
- sw: 0.32553125,
1239
- oc: undefined,
1240
- A: "left",
1241
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1242
- },
1243
- {
1244
- x: 12.563,
1245
- y: 33.174,
1246
- w: 23.34,
1247
- sw: 0.32553125,
1248
- oc: undefined,
1249
- A: "left",
1250
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1251
- },
1252
- {
1253
- x: 0.063,
1254
- y: 36.396,
1255
- w: 60.02,
1256
- sw: 0.32553125,
1257
- oc: undefined,
1258
- A: "left",
1259
- R: [{ T: "Row%2023%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1260
- },
1261
- {
1262
- x: 6.313,
1263
- y: 36.396,
1264
- w: 23.34,
1265
- sw: 0.32553125,
1266
- oc: undefined,
1267
- A: "left",
1268
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1269
- },
1270
- {
1271
- x: 12.563,
1272
- y: 36.396,
1273
- w: 23.34,
1274
- sw: 0.32553125,
1275
- oc: undefined,
1276
- A: "left",
1277
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1278
- },
1279
- {
1280
- x: 0.063,
1281
- y: 39.619,
1282
- w: 60.02,
1283
- sw: 0.32553125,
1284
- oc: undefined,
1285
- A: "left",
1286
- R: [{ T: "Row%2024%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1287
- },
1288
- {
1289
- x: 6.313,
1290
- y: 39.619,
1291
- w: 23.34,
1292
- sw: 0.32553125,
1293
- oc: undefined,
1294
- A: "left",
1295
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1296
- },
1297
- {
1298
- x: 12.563,
1299
- y: 39.619,
1300
- w: 23.34,
1301
- sw: 0.32553125,
1302
- oc: undefined,
1303
- A: "left",
1304
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1305
- },
1306
- {
1307
- x: 0.063,
1308
- y: 42.841,
1309
- w: 60.02,
1310
- sw: 0.32553125,
1311
- oc: undefined,
1312
- A: "left",
1313
- R: [{ T: "Row%2025%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1314
- },
1315
- {
1316
- x: 6.313,
1317
- y: 42.841,
1318
- w: 23.34,
1319
- sw: 0.32553125,
1320
- oc: undefined,
1321
- A: "left",
1322
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1323
- },
1324
- {
1325
- x: 12.563,
1326
- y: 42.841,
1327
- w: 23.34,
1328
- sw: 0.32553125,
1329
- oc: undefined,
1330
- A: "left",
1331
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1332
- },
1333
- {
1334
- x: 0.063,
1335
- y: 46.064,
1336
- w: 60.02,
1337
- sw: 0.32553125,
1338
- oc: undefined,
1339
- A: "left",
1340
- R: [{ T: "Row%2026%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1341
- },
1342
- {
1343
- x: 6.313,
1344
- y: 46.064,
1345
- w: 23.34,
1346
- sw: 0.32553125,
1347
- oc: undefined,
1348
- A: "left",
1349
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1350
- },
1351
- {
1352
- x: 12.563,
1353
- y: 46.064,
1354
- w: 23.34,
1355
- sw: 0.32553125,
1356
- oc: undefined,
1357
- A: "left",
1358
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1359
- },
1360
- {
1361
- x: 0.063,
1362
- y: 49.286,
1363
- w: 60.02,
1364
- sw: 0.32553125,
1365
- oc: undefined,
1366
- A: "left",
1367
- R: [{ T: "Row%2027%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1368
- },
1369
- {
1370
- x: 6.313,
1371
- y: 49.286,
1372
- w: 23.34,
1373
- sw: 0.32553125,
1374
- oc: undefined,
1375
- A: "left",
1376
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1377
- },
1378
- {
1379
- x: 12.563,
1380
- y: 49.286,
1381
- w: 23.34,
1382
- sw: 0.32553125,
1383
- oc: undefined,
1384
- A: "left",
1385
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1386
- },
1387
- ],
1388
- Fields: [],
1389
- Boxsets: [],
1390
- },
1391
- {
1392
- Height: 52.625,
1393
- Width: 37.188,
1394
- HLines: [
1395
- { oc: "#000000", x: 0.313, y: 3.223, w: 3, l: 6.25 },
1396
- { oc: "#000000", x: 0.294, y: 0.044, w: 3, l: 6.287 },
1397
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 6.25 },
1398
- { oc: "#000000", x: 6.5, y: 0.044, w: 3, l: 6.331 },
1399
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 6.25 },
1400
- { oc: "#000000", x: 12.75, y: 0.044, w: 3, l: 6.331 },
1401
- { oc: "#000000", x: 0.313, y: 6.445, w: 3, l: 6.25 },
1402
- { oc: "#000000", x: 0.294, y: 3.223, w: 3, l: 6.287 },
1403
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 6.25 },
1404
- { oc: "#000000", x: 6.5, y: 3.223, w: 3, l: 6.331 },
1405
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 6.25 },
1406
- { oc: "#000000", x: 12.75, y: 3.223, w: 3, l: 6.331 },
1407
- { oc: "#000000", x: 0.313, y: 9.668, w: 3, l: 6.25 },
1408
- { oc: "#000000", x: 0.294, y: 6.445, w: 3, l: 6.287 },
1409
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 6.25 },
1410
- { oc: "#000000", x: 6.5, y: 6.445, w: 3, l: 6.331 },
1411
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 6.25 },
1412
- { oc: "#000000", x: 12.75, y: 6.445, w: 3, l: 6.331 },
1413
- { oc: "#000000", x: 0.313, y: 12.846, w: 3, l: 6.25 },
1414
- { oc: "#000000", x: 0.294, y: 9.668, w: 3, l: 6.287 },
1415
- { oc: "#000000", x: 6.563, y: 12.846, w: 3, l: 6.25 },
1416
- { oc: "#000000", x: 6.5, y: 9.668, w: 3, l: 6.331 },
1417
- { oc: "#000000", x: 12.813, y: 12.846, w: 3, l: 6.25 },
1418
- { oc: "#000000", x: 12.75, y: 9.668, w: 3, l: 6.331 },
1419
- ],
1420
- VLines: [
1421
- { oc: "#000000", x: 6.563, y: 0, w: 3, l: 3.241 },
1422
- { oc: "#000000", x: 0.356, y: 0, w: 3, l: 3.241 },
1423
- { oc: "#000000", x: 12.813, y: 0, w: 3, l: 3.241 },
1424
- { oc: "#000000", x: 6.563, y: 0, w: 3, l: 3.241 },
1425
- { oc: "#000000", x: 19.019, y: 0, w: 3, l: 3.241 },
1426
- { oc: "#000000", x: 12.813, y: 0, w: 3, l: 3.241 },
1427
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 3.241 },
1428
- { oc: "#000000", x: 0.356, y: 3.223, w: 3, l: 3.241 },
1429
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 3.241 },
1430
- { oc: "#000000", x: 6.563, y: 3.223, w: 3, l: 3.241 },
1431
- { oc: "#000000", x: 19.019, y: 3.223, w: 3, l: 3.241 },
1432
- { oc: "#000000", x: 12.813, y: 3.223, w: 3, l: 3.241 },
1433
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 3.241 },
1434
- { oc: "#000000", x: 0.356, y: 6.445, w: 3, l: 3.241 },
1435
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 3.241 },
1436
- { oc: "#000000", x: 6.563, y: 6.445, w: 3, l: 3.241 },
1437
- { oc: "#000000", x: 19.019, y: 6.445, w: 3, l: 3.241 },
1438
- { oc: "#000000", x: 12.813, y: 6.445, w: 3, l: 3.241 },
1439
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 3.241 },
1440
- { oc: "#000000", x: 0.356, y: 9.668, w: 3, l: 3.241 },
1441
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 3.241 },
1442
- { oc: "#000000", x: 6.563, y: 9.668, w: 3, l: 3.241 },
1443
- { oc: "#000000", x: 19.019, y: 9.668, w: 3, l: 3.241 },
1444
- { oc: "#000000", x: 12.813, y: 9.668, w: 3, l: 3.241 },
1445
- ],
1446
- Fills: [],
1447
- Texts: [
1448
- {
1449
- x: 0.063,
1450
- y: 0.9490000000000001,
1451
- w: 41.13,
1452
- sw: 0.32553125,
1453
- oc: undefined,
1454
- A: "left",
1455
- R: [{ T: "Header%201", S: -1, TS: [0, 13, 0, 0] }],
1456
- },
1457
- {
1458
- x: 6.313,
1459
- y: 0.9490000000000001,
1460
- w: 41.13,
1461
- sw: 0.32553125,
1462
- oc: undefined,
1463
- A: "left",
1464
- R: [{ T: "Header%202", S: -1, TS: [0, 13, 0, 0] }],
1465
- },
1466
- {
1467
- x: 12.563,
1468
- y: 0.9490000000000001,
1469
- w: 41.13,
1470
- sw: 0.32553125,
1471
- oc: undefined,
1472
- A: "left",
1473
- R: [{ T: "Header%203", S: -1, TS: [0, 13, 0, 0] }],
1474
- },
1475
- {
1476
- x: 0.063,
1477
- y: 4.171,
1478
- w: 41.13,
1479
- sw: 0.32553125,
1480
- oc: undefined,
1481
- A: "left",
1482
- R: [{ T: "Header%204", S: -1, TS: [0, 13, 0, 0] }],
1483
- },
1484
- {
1485
- x: 6.313,
1486
- y: 4.171,
1487
- w: 41.13,
1488
- sw: 0.32553125,
1489
- oc: undefined,
1490
- A: "left",
1491
- R: [{ T: "Header%205", S: -1, TS: [0, 13, 0, 0] }],
1492
- },
1493
- {
1494
- x: 12.563,
1495
- y: 4.171,
1496
- w: 41.13,
1497
- sw: 0.32553125,
1498
- oc: undefined,
1499
- A: "left",
1500
- R: [{ T: "Header%206", S: -1, TS: [0, 13, 0, 0] }],
1501
- },
1502
- {
1503
- x: 0.063,
1504
- y: 7.394,
1505
- w: 60.02,
1506
- sw: 0.32553125,
1507
- oc: undefined,
1508
- A: "left",
1509
- R: [{ T: "Row%2028%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1510
- },
1511
- {
1512
- x: 6.313,
1513
- y: 7.394,
1514
- w: 23.34,
1515
- sw: 0.32553125,
1516
- oc: undefined,
1517
- A: "left",
1518
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1519
- },
1520
- {
1521
- x: 12.563,
1522
- y: 7.394,
1523
- w: 23.34,
1524
- sw: 0.32553125,
1525
- oc: undefined,
1526
- A: "left",
1527
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1528
- },
1529
- {
1530
- x: 0.063,
1531
- y: 10.616,
1532
- w: 60.02,
1533
- sw: 0.32553125,
1534
- oc: undefined,
1535
- A: "left",
1536
- R: [{ T: "Row%2029%20Col%201", S: -1, TS: [0, 13, 0, 0] }],
1537
- },
1538
- {
1539
- x: 6.313,
1540
- y: 10.616,
1541
- w: 23.34,
1542
- sw: 0.32553125,
1543
- oc: undefined,
1544
- A: "left",
1545
- R: [{ T: "Col%202", S: -1, TS: [0, 13, 0, 0] }],
1546
- },
1547
- {
1548
- x: 12.563,
1549
- y: 10.616,
1550
- w: 23.34,
1551
- sw: 0.32553125,
1552
- oc: undefined,
1553
- A: "left",
1554
- R: [{ T: "Col%203", S: -1, TS: [0, 13, 0, 0] }],
1555
- },
1556
- ],
1557
- Fields: [],
1558
- Boxsets: [],
1559
- },
1560
- ],
1561
- },
1562
- };