@blocknote/xl-odt-exporter 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/LICENSE +661 -0
  2. package/dist/GeistMono-Regular-D4rKXxwr.js +5 -0
  3. package/dist/GeistMono-Regular-D4rKXxwr.js.map +1 -0
  4. package/dist/Inter_18pt-Regular-byxnNS-8.js +5 -0
  5. package/dist/Inter_18pt-Regular-byxnNS-8.js.map +1 -0
  6. package/dist/blocknote-xl-odt-exporter.js +1646 -0
  7. package/dist/blocknote-xl-odt-exporter.js.map +1 -0
  8. package/dist/blocknote-xl-odt-exporter.umd.cjs +1080 -0
  9. package/dist/blocknote-xl-odt-exporter.umd.cjs.map +1 -0
  10. package/dist/webpack-stats.json +1 -0
  11. package/package.json +82 -0
  12. package/src/index.ts +1 -0
  13. package/src/odt/__snapshots__/basic/content.xml +448 -0
  14. package/src/odt/__snapshots__/basic/styles.xml +599 -0
  15. package/src/odt/__snapshots__/withCustomOptions/content.xml +462 -0
  16. package/src/odt/__snapshots__/withCustomOptions/styles.xml +599 -0
  17. package/src/odt/defaultSchema/blocks.tsx +460 -0
  18. package/src/odt/defaultSchema/index.ts +9 -0
  19. package/src/odt/defaultSchema/inlineContent.tsx +30 -0
  20. package/src/odt/defaultSchema/styles.ts +59 -0
  21. package/src/odt/index.ts +2 -0
  22. package/src/odt/odtExporter.test.ts +80 -0
  23. package/src/odt/odtExporter.tsx +360 -0
  24. package/src/odt/template/META-INF/manifest.xml +18 -0
  25. package/src/odt/template/Pictures/100000000000014C0000014CDD284996.jpg +0 -0
  26. package/src/odt/template/README.md +3 -0
  27. package/src/odt/template/Thumbnails/thumbnail.png +0 -0
  28. package/src/odt/template/content.xml +430 -0
  29. package/src/odt/template/manifest.rdf +6 -0
  30. package/src/odt/template/meta.xml +19 -0
  31. package/src/odt/template/mimetype +1 -0
  32. package/src/odt/template/settings.xml +173 -0
  33. package/src/odt/template/styles.xml +1078 -0
  34. package/src/odt/template/template blocknote.odt +0 -0
  35. package/src/odt/util/jsx.d.ts +55 -0
  36. package/src/vite-env.d.ts +11 -0
  37. package/types/src/index.d.ts +1 -0
  38. package/types/src/odt/defaultSchema/blocks.d.ts +4 -0
  39. package/types/src/odt/defaultSchema/index.d.ts +529 -0
  40. package/types/src/odt/defaultSchema/inlineContent.d.ts +3 -0
  41. package/types/src/odt/defaultSchema/styles.d.ts +2 -0
  42. package/types/src/odt/index.d.ts +2 -0
  43. package/types/src/odt/odtExporter.d.ts +28 -0
  44. package/types/src/odt/odtExporter.test.d.ts +1 -0
@@ -0,0 +1,462 @@
1
+ <office:document-content xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" office:version="1.3">
2
+ <office:font-face-decls>
3
+ <style:font-face style:name="Inter 18pt" svg:font-family="Inter 18pt" style:font-pitch="variable">
4
+ <svg:font-face-src>
5
+ <svg:font-face-uri xlink:href="Fonts/Inter_18pt-Regular.ttf" xlink:type="simple" loext:font-style="normal" loext:font-weight="normal">
6
+ <svg:font-face-format svg:string="truetype"></svg:font-face-format>
7
+ </svg:font-face-uri>
8
+ </svg:font-face-src>
9
+ </style:font-face>
10
+ <style:font-face style:name="Geist Mono" svg:font-family="Geist Mono" style:font-pitch="variable">
11
+ <svg:font-face-src>
12
+ <svg:font-face-uri xlink:href="Fonts/GeistMono-Regular.ttf" xlink:type="simple" loext:font-style="normal" loext:font-weight="normal">
13
+ <svg:font-face-format svg:string="truetype"></svg:font-face-format>
14
+ </svg:font-face-uri>
15
+ </svg:font-face-src>
16
+ </style:font-face>
17
+ </office:font-face-decls>
18
+ <office:automatic-styles>
19
+ <style:style style:name="BN_T1" style:family="text">
20
+ <style:text-properties fo:font-style="italic"></style:text-properties>
21
+ </style:style>
22
+ <style:style style:name="BN_T2" style:family="text">
23
+ <style:text-properties fo:font-style="italic" fo:font-weight="bold"></style:text-properties>
24
+ </style:style>
25
+ <style:style style:family="paragraph" style:name="BN_S3" style:parent-style-name="Standard">
26
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4"></loext:graphic-properties>
27
+ <style:paragraph-properties fo:background-color="#fbe4e4"></style:paragraph-properties>
28
+ </style:style>
29
+ <style:style style:name="BN_T4" style:family="text">
30
+ <style:text-properties fo:font-weight="bold"></style:text-properties>
31
+ </style:style>
32
+ <style:style style:family="paragraph" style:name="BN_S5" style:parent-style-name="Heading_20_1">
33
+ <style:paragraph-properties fo:text-align="end"></style:paragraph-properties>
34
+ </style:style>
35
+ <style:style style:family="paragraph" style:name="BN_S6" style:parent-style-name="Standard">
36
+ <style:paragraph-properties fo:text-align="justify"></style:paragraph-properties>
37
+ </style:style>
38
+ <style:style style:family="paragraph" style:name="BN_S7" style:parent-style-name="Standard" style:list-style-name="WWNum1"></style:style>
39
+ <style:style style:family="paragraph" style:name="BN_S8" style:parent-style-name="Standard" style:list-style-name="WWNum1">
40
+ <style:paragraph-properties fo:text-align="end"></style:paragraph-properties>
41
+ </style:style>
42
+ <style:style style:family="paragraph" style:name="BN_S9" style:parent-style-name="Standard">
43
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4"></loext:graphic-properties>
44
+ <style:paragraph-properties fo:text-align="end" fo:background-color="#fbe4e4"></style:paragraph-properties>
45
+ <style:text-properties fo:color="#0b6e99"></style:text-properties>
46
+ </style:style>
47
+ <style:style style:family="paragraph" style:name="BN_S10" style:parent-style-name="Standard">
48
+ <loext:graphic-properties draw:fill="solid" draw:fill-color="#fbe4e4"></loext:graphic-properties>
49
+ <style:paragraph-properties fo:text-align="center" fo:background-color="#fbe4e4"></style:paragraph-properties>
50
+ <style:text-properties fo:color="#0b6e99"></style:text-properties>
51
+ </style:style>
52
+ <style:style style:family="paragraph" style:name="BN_S11" style:parent-style-name="Standard" style:list-style-name="WWNum1"></style:style>
53
+ <style:style style:family="table" style:name="BN_S12">
54
+ <style:table-properties table:align="left" style:writing-mode="lr-tb" style:width="330pt"></style:table-properties>
55
+ </style:style>
56
+ <style:style style:name="BN_S13" style:family="table-column">
57
+ <style:table-column-properties style:column-width="150pt"></style:table-column-properties>
58
+ </style:style>
59
+ <style:style style:name="BN_S14" style:family="table-column">
60
+ <style:table-column-properties style:column-width="90pt"></style:table-column-properties>
61
+ </style:style>
62
+ <style:style style:name="BN_S15" style:family="table-column">
63
+ <style:table-column-properties style:column-width="90pt"></style:table-column-properties>
64
+ </style:style>
65
+ <style:style style:family="table-cell" style:name="BN_S16">
66
+ <style:table-cell-properties fo:border="0.5pt solid #000000" style:writing-mode="lr-tb" fo:padding-top="0in" fo:padding-left="0.075in" fo:padding-bottom="0in" fo:padding-right="0.075in"></style:table-cell-properties>
67
+ </style:style>
68
+ <style:style style:family="paragraph" style:name="BN_S17" style:parent-style-name="Standard">
69
+ <style:paragraph-properties fo:text-align="end"></style:paragraph-properties>
70
+ </style:style>
71
+ <style:style style:name="BN_T18" style:family="text">
72
+ <style:text-properties fo:font-weight="bold"></style:text-properties>
73
+ </style:style>
74
+ <style:style style:name="BN_T19" style:family="text">
75
+ <style:text-properties fo:font-weight="bold" fo:font-style="italic" fo:color="#e03e3e" fo:background-color="#ddebf1"></style:text-properties>
76
+ </style:style>
77
+ <style:style style:family="table" style:name="BN_S20">
78
+ <style:table-properties table:align="left" style:writing-mode="lr-tb" style:width="270pt"></style:table-properties>
79
+ </style:style>
80
+ <style:style style:name="BN_S21" style:family="table-column">
81
+ <style:table-column-properties style:column-width="90pt"></style:table-column-properties>
82
+ </style:style>
83
+ <style:style style:name="BN_S22" style:family="table-column">
84
+ <style:table-column-properties style:column-width="90pt"></style:table-column-properties>
85
+ </style:style>
86
+ <style:style style:name="BN_S23" style:family="table-column">
87
+ <style:table-column-properties style:column-width="90pt"></style:table-column-properties>
88
+ </style:style>
89
+ <style:style style:family="table-cell" style:name="BN_S24">
90
+ <style:table-cell-properties fo:border="0.5pt solid #000000" style:writing-mode="lr-tb" fo:padding-top="0in" fo:padding-left="0.075in" fo:padding-bottom="0in" fo:padding-right="0.075in"></style:table-cell-properties>
91
+ </style:style>
92
+ <style:style style:name="BN_T25" style:family="text">
93
+ <style:text-properties fo:font-weight="bold"></style:text-properties>
94
+ </style:style>
95
+ </office:automatic-styles>
96
+ <office:master-styles>
97
+ <style:master-page style:name="Standard" style:page-layout-name="Mpm1" draw:style-name="Mdp1">
98
+ <style:header>
99
+ <text:p>
100
+ HEADER
101
+ </text:p>
102
+ </style:header>
103
+ <style:footer>
104
+ <text:p>
105
+ FOOTER
106
+ </text:p>
107
+ </style:footer>
108
+ </style:master-page>
109
+ </office:master-styles>
110
+ <office:body>
111
+ <office:text>
112
+ <text:p text:style-name="Standard">
113
+ <text:span text:style-name="BN_T1">
114
+ Welcome to this
115
+ </text:span>
116
+ <text:span text:style-name="BN_T2">
117
+ demo 🙌!
118
+ </text:span>
119
+ </text:p>
120
+ <text:p text:style-name="Standard">
121
+ <text:tab></text:tab>
122
+ Hello World nested
123
+ </text:p>
124
+ <text:p text:style-name="Standard">
125
+ <text:tab></text:tab>
126
+ <text:tab></text:tab>
127
+ Hello World double nested
128
+ </text:p>
129
+ <text:p text:style-name="BN_S3">
130
+ <text:span text:style-name="BN_T4">
131
+ This paragraph has a background color
132
+ </text:span>
133
+ </text:p>
134
+ <text:p text:style-name="Standard">
135
+ Paragraph
136
+ </text:p>
137
+ <text:h text:outline-level="1" text:style-name="Heading_20_1">
138
+ Heading
139
+ </text:h>
140
+ <text:h text:outline-level="1" text:style-name="BN_S5">
141
+ Heading right
142
+ </text:h>
143
+ <text:p text:style-name="BN_S6">
144
+ justified paragraph. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
145
+ </text:p>
146
+ <text:p text:style-name="PageBreak"></text:p>
147
+ <text:list text:style-name="WWNum1">
148
+ <text:list-item>
149
+ <text:p text:style-name="BN_S11">
150
+ Bullet List Item. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
151
+ </text:p>
152
+ </text:list-item>
153
+ </text:list>
154
+ <text:list text:style-name="WWNum1">
155
+ <text:list-item>
156
+ <text:list>
157
+ <text:list-item>
158
+ <text:p text:style-name="BN_S7">
159
+ Bullet List Item. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
160
+ </text:p>
161
+ </text:list-item>
162
+ </text:list>
163
+ </text:list-item>
164
+ </text:list>
165
+ <text:list text:style-name="WWNum1">
166
+ <text:list-item>
167
+ <text:list>
168
+ <text:list-item>
169
+ <text:p text:style-name="BN_S8">
170
+ Bullet List Item right. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
171
+ </text:p>
172
+ </text:list-item>
173
+ </text:list>
174
+ </text:list-item>
175
+ </text:list>
176
+ <text:list text:style-name="No_20_List" text:continue-numbering="false">
177
+ <text:list-item>
178
+ <text:list>
179
+ <text:list-item>
180
+ <text:p text:style-name="Standard">
181
+ Numbered List Item 1
182
+ </text:p>
183
+ </text:list-item>
184
+ </text:list>
185
+ </text:list-item>
186
+ </text:list>
187
+ <text:list text:style-name="No_20_List" text:continue-numbering="true">
188
+ <text:list-item>
189
+ <text:list>
190
+ <text:list-item>
191
+ <text:p text:style-name="Standard">
192
+ Numbered List Item 2
193
+ </text:p>
194
+ </text:list-item>
195
+ </text:list>
196
+ </text:list-item>
197
+ </text:list>
198
+ <text:list text:style-name="No_20_List" text:continue-numbering="false">
199
+ <text:list-item>
200
+ <text:list>
201
+ <text:list-item>
202
+ <text:list>
203
+ <text:list-item>
204
+ <text:p text:style-name="Standard">
205
+ Numbered List Item Nested 1
206
+ </text:p>
207
+ </text:list-item>
208
+ </text:list>
209
+ </text:list-item>
210
+ </text:list>
211
+ </text:list-item>
212
+ </text:list>
213
+ <text:list text:style-name="No_20_List" text:continue-numbering="true">
214
+ <text:list-item>
215
+ <text:list>
216
+ <text:list-item>
217
+ <text:list>
218
+ <text:list-item>
219
+ <text:p text:style-name="Standard">
220
+ Numbered List Item Nested 2
221
+ </text:p>
222
+ </text:list-item>
223
+ </text:list>
224
+ </text:list-item>
225
+ </text:list>
226
+ </text:list-item>
227
+ </text:list>
228
+ <text:list text:style-name="No_20_List" text:continue-numbering="true">
229
+ <text:list-item>
230
+ <text:list>
231
+ <text:list-item>
232
+ <text:list>
233
+ <text:list-item>
234
+ <text:p text:style-name="BN_S9">
235
+ Numbered List Item Nested funky right
236
+ </text:p>
237
+ </text:list-item>
238
+ </text:list>
239
+ </text:list-item>
240
+ </text:list>
241
+ </text:list-item>
242
+ </text:list>
243
+ <text:list text:style-name="No_20_List" text:continue-numbering="true">
244
+ <text:list-item>
245
+ <text:list>
246
+ <text:list-item>
247
+ <text:list>
248
+ <text:list-item>
249
+ <text:p text:style-name="BN_S10">
250
+ Numbered List Item Nested funky center
251
+ </text:p>
252
+ </text:list-item>
253
+ </text:list>
254
+ </text:list-item>
255
+ </text:list>
256
+ </text:list-item>
257
+ </text:list>
258
+ <text:list text:style-name="No_20_List" text:continue-numbering="false">
259
+ <text:list-item>
260
+ <text:p text:style-name="Standard">
261
+ Numbered List Item
262
+ </text:p>
263
+ </text:list-item>
264
+ </text:list>
265
+ <text:p text:style-name="Standard">
266
+
267
+ <!-- -->
268
+ Check List Item
269
+ </text:p>
270
+ <table:table table:name="" table:style-name="BN_S12">
271
+ <table:table-column table:style-name="BN_S13"></table:table-column>
272
+ <table:table-column table:style-name="BN_S14"></table:table-column>
273
+ <table:table-column table:style-name="BN_S15"></table:table-column>
274
+ <table:table-row>
275
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
276
+ <text:p text:style-name="Standard">
277
+ Wide Cell
278
+ </text:p>
279
+ </table:table-cell>
280
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
281
+ <text:p text:style-name="Standard">
282
+ Table Cell
283
+ </text:p>
284
+ </table:table-cell>
285
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
286
+ <text:p text:style-name="Standard">
287
+ Table Cell
288
+ </text:p>
289
+ </table:table-cell>
290
+ </table:table-row>
291
+ <table:table-row>
292
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
293
+ <text:p text:style-name="Standard">
294
+ Wide Cell
295
+ </text:p>
296
+ </table:table-cell>
297
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
298
+ <text:p text:style-name="Standard">
299
+ Table Cell
300
+ </text:p>
301
+ </table:table-cell>
302
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
303
+ <text:p text:style-name="Standard">
304
+ Table Cell
305
+ </text:p>
306
+ </table:table-cell>
307
+ </table:table-row>
308
+ <table:table-row>
309
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
310
+ <text:p text:style-name="Standard">
311
+ Wide Cell
312
+ </text:p>
313
+ </table:table-cell>
314
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
315
+ <text:p text:style-name="Standard">
316
+ Table Cell
317
+ </text:p>
318
+ </table:table-cell>
319
+ <table:table-cell table:style-name="BN_S16" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
320
+ <text:p text:style-name="Standard">
321
+ Table Cell
322
+ </text:p>
323
+ </table:table-cell>
324
+ </table:table-row>
325
+ </table:table>
326
+ <text:p style:style-name="Standard">
327
+ Open file
328
+ </text:p>
329
+ <text:p text:style-name="Standard">
330
+ <draw:frame draw:style-name="Frame" style:rel-height="scale" style:rel-width="512px" svg:width="512px" svg:height="532px" text:anchor-type="as-char">
331
+ <draw:text-box>
332
+ <text:p text:style-name="Caption">
333
+ <draw:frame draw:style-name="Frame" style:rel-height="scale" svg:width="512px" svg:height="512px" style:rel-width="100%">
334
+ <draw:image xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" xlink:href="Pictures/picture-0.jpg" draw:mime-type="image/jpeg"></draw:image>
335
+ </draw:frame>
336
+ <text:line-break></text:line-break>
337
+ <text:span text:style-name="Caption">
338
+ From https://interactive-examples.mdn.mozilla.net/media/cc0-images/grapefruit-slice-332-332.jpg
339
+ </text:span>
340
+ </text:p>
341
+ </draw:text-box>
342
+ </draw:frame>
343
+ </text:p>
344
+ <text:p text:style-name="BN_S17">
345
+ <draw:frame draw:style-name="Frame" style:rel-height="scale" svg:width="200px" svg:height="200px" style:rel-width="200px" text:anchor-type="as-char">
346
+ <draw:image xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad" xlink:href="Pictures/picture-0.jpg" draw:mime-type="image/jpeg"></draw:image>
347
+ </draw:frame>
348
+ <text:line-break></text:line-break>
349
+ <text:span text:style-name="Caption"></text:span>
350
+ </text:p>
351
+ <text:p style:style-name="Standard">
352
+ <text:a xlink:type="simple" text:style-name="Internet_20_link" office:target-frame-name="_top" xlink:show="replace" xlink:href="https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm">
353
+ <text:span text:style-name="Internet_20_link">
354
+ Open video
355
+ </text:span>
356
+ </text:a>
357
+ </text:p>
358
+ <text:p text:style-name="Caption">
359
+ From https://interactive-examples.mdn.mozilla.net/media/cc0-videos/flower.webm
360
+ </text:p>
361
+ <text:p style:style-name="Standard">
362
+ <text:a xlink:type="simple" text:style-name="Internet_20_link" office:target-frame-name="_top" xlink:show="replace" xlink:href="https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3">
363
+ <text:span text:style-name="Internet_20_link">
364
+ Open audio
365
+ </text:span>
366
+ </text:a>
367
+ </text:p>
368
+ <text:p text:style-name="Caption">
369
+ From https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3
370
+ </text:p>
371
+ <text:p text:style-name="Standard"></text:p>
372
+ <text:p style:style-name="Standard">
373
+ <text:a xlink:type="simple" text:style-name="Internet_20_link" office:target-frame-name="_top" xlink:show="replace" xlink:href="">
374
+ <text:span text:style-name="Internet_20_link">
375
+ Open audio
376
+ </text:span>
377
+ </text:a>
378
+ </text:p>
379
+ <text:p text:style-name="Caption">
380
+ Audio file caption
381
+ </text:p>
382
+ <text:p text:style-name="Standard">
383
+ <text:span text:style-name="BN_T18">
384
+ Inline Content:
385
+ </text:span>
386
+ </text:p>
387
+ <text:p text:style-name="Standard">
388
+ <text:span text:style-name="BN_T19">
389
+ Styled Text
390
+ </text:span>
391
+ <text:a xlink:type="simple" text:style-name="Internet_20_link" office:target-frame-name="_top" xlink:show="replace" xlink:href="https://www.blocknotejs.org">
392
+ Link
393
+ </text:a>
394
+ </text:p>
395
+ <table:table table:name="" table:style-name="BN_S20">
396
+ <table:table-column table:style-name="BN_S21"></table:table-column>
397
+ <table:table-column table:style-name="BN_S22"></table:table-column>
398
+ <table:table-column table:style-name="BN_S23"></table:table-column>
399
+ <table:table-row>
400
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
401
+ <text:p text:style-name="Standard">
402
+ Table Cell 1
403
+ </text:p>
404
+ </table:table-cell>
405
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
406
+ <text:p text:style-name="Standard">
407
+ Table Cell 2
408
+ </text:p>
409
+ </table:table-cell>
410
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
411
+ <text:p text:style-name="Standard">
412
+ Table Cell 3
413
+ </text:p>
414
+ </table:table-cell>
415
+ </table:table-row>
416
+ <table:table-row>
417
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
418
+ <text:p text:style-name="Standard">
419
+ Table Cell 4
420
+ </text:p>
421
+ </table:table-cell>
422
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
423
+ <text:p text:style-name="Standard">
424
+ <text:span text:style-name="BN_T25">
425
+ Table Cell Bold 5
426
+ </text:span>
427
+ </text:p>
428
+ </table:table-cell>
429
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
430
+ <text:p text:style-name="Standard">
431
+ Table Cell 6
432
+ </text:p>
433
+ </table:table-cell>
434
+ </table:table-row>
435
+ <table:table-row>
436
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
437
+ <text:p text:style-name="Standard">
438
+ Table Cell 7
439
+ </text:p>
440
+ </table:table-cell>
441
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
442
+ <text:p text:style-name="Standard">
443
+ Table Cell 8
444
+ </text:p>
445
+ </table:table-cell>
446
+ <table:table-cell table:style-name="BN_S24" office:value-type="string" style:text-align-source="fix" style:paragraph-properties-text-align="left">
447
+ <text:p text:style-name="Standard">
448
+ Table Cell 9
449
+ </text:p>
450
+ </table:table-cell>
451
+ </table:table-row>
452
+ </table:table>
453
+ <text:p text:style-name="Codeblock">
454
+ const helloWorld = (message) =&gt; {
455
+ <text:line-break></text:line-break>
456
+ console.log(&quot;Hello World&quot;, message);
457
+ <text:line-break></text:line-break>
458
+ };
459
+ </text:p>
460
+ </office:text>
461
+ </office:body>
462
+ </office:document-content>