abstract-document 6.1.0 → 6.3.2
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.
- package/CHANGELOG.md +2 -0
- package/LICENSE +21 -0
- package/lib/abstract-document/table/table-cell.d.ts +4 -0
- package/lib/abstract-document/table/table-cell.d.ts.map +1 -1
- package/lib/abstract-document/table/table-cell.js +4 -2
- package/lib/abstract-document/table/table-cell.js.map +1 -1
- package/lib/abstract-document/table/table-row.d.ts.map +1 -1
- package/lib/abstract-document/table/table-row.js +1 -1
- package/lib/abstract-document/table/table-row.js.map +1 -1
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js +553 -0
- package/lib/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js +251 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js +294 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js +209 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js +465 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js +423 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js +331 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js +423 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js +56 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js +1541 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js +512 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js +396 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.js.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts +3 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.d.ts.map +1 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js +148 -0
- package/lib/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-with-header.js.map +1 -0
- package/lib/abstract-document-exporters/docx2/render.js +1 -0
- package/lib/abstract-document-exporters/docx2/render.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.d.ts +1 -0
- package/lib/abstract-document-exporters/pdf/measure.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/measure.js +2 -1
- package/lib/abstract-document-exporters/pdf/measure.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/paginate.js +108 -25
- package/lib/abstract-document-exporters/pdf/paginate.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/pre-process.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/pre-process.js +66 -30
- package/lib/abstract-document-exporters/pdf/pre-process.js.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.d.ts.map +1 -1
- package/lib/abstract-document-exporters/pdf/render.js +19 -6
- package/lib/abstract-document-exporters/pdf/render.js.map +1 -1
- package/package.json +3 -2
- package/src/abstract-document/table/table-cell.ts +9 -7
- package/src/abstract-document/table/table-row.ts +2 -5
- package/src/abstract-document-exporters/__tests__/docx2/test-defs/simple-table-colSpan-and-rowSpan.tsx +587 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Group.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Header and footer.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Header → footer.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink and textrun.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed hyperlink → textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun and images.docx and b/package/src/abstract-document-exporters/__tests__/docx2/tmp/Mixed textrun → images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple images.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Page numbering.docx +0 -0
- rowSpan.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table without rows.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Simple table.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single hyperlink.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single image.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Center alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment that linebreaks.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/hello.docx +0 -0
- package/src/abstract-document-exporters/__tests__/docx2/tmp/world.docx +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/group-too-big-for-one-page.tsx +272 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-row-that-doesnt-fit-page.tsx +317 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-single-row.tsx +227 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-group.tsx +500 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-bottom.tsx +455 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top-single-table.tsx +354 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-margin-top.tsx +455 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan-multipages.tsx +1567 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/page-break-table-with-rowSpan.tsx +545 -0
- package/src/abstract-document-exporters/__tests__/pdf/test-defs/simple-table-colSpan-and-rowSpan.tsx +425 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Paragraphs.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group Tables.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Group too big for one page.pdf +268 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Header and footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal linktarget.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Hyperlink internal.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Margins header body footer.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed hyperlink and textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun and images.pdf and b/package/src/abstract-document-exporters/__tests__/pdf/tmp/Mixed textrun → images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images overflow.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple images.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Multiple textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Page numbering.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table row that doesnt fit page.pdf +302 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table single row.pdf +234 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with group.pdf +438 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin bottom.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top single table.pdf +336 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin top.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with margin.pdf +404 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan multipages.pdf +3983 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Pagebreak table with rowSpan.pdf +486 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Paragraph numbering.pdf +143 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all auto.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table all fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table background.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table cell padding of text.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table colSpan and rowSpan.pdf +375 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table mix auto fix.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table padding.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table right alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table row alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell with wrapping.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table text alignment in cell.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with default colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with header.pdf +205 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with multi colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Simple table with single colored borders.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single date.pdf +14 -14
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink centered.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink right aligned.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single hyperlink.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color hex.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color name.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image svg color url.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single image.pdf +0 -0
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Center alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with End alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Justify alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment that linebreaks.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with Start alignment.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun with super and subscripts.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Single textrun.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/Table of content separator.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/hello.pdf +2 -2
- package/src/abstract-document-exporters/__tests__/pdf/tmp/world.pdf +2 -2
- package/src/abstract-document-exporters/docx2/render.ts +1 -0
- package/src/abstract-document-exporters/pdf/measure.ts +1 -1
- package/src/abstract-document-exporters/pdf/paginate.ts +181 -89
- package/src/abstract-document-exporters/pdf/pre-process.ts +76 -59
- package/src/abstract-document-exporters/pdf/render.ts +23 -5
- package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple tables.zip +0 -0
|
@@ -0,0 +1,587 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ExportTestDef } from "../export-test-def";
|
|
3
|
+
import {
|
|
4
|
+
Paragraph,
|
|
5
|
+
AbstractDoc,
|
|
6
|
+
Section,
|
|
7
|
+
Table,
|
|
8
|
+
TableRow,
|
|
9
|
+
TableCell,
|
|
10
|
+
TextRun,
|
|
11
|
+
} from "../../../../abstract-document-jsx";
|
|
12
|
+
|
|
13
|
+
export const test: ExportTestDef = {
|
|
14
|
+
name: "Simple table colSpan and rowSpan",
|
|
15
|
+
abstractDocJsx: (
|
|
16
|
+
<AbstractDoc>
|
|
17
|
+
<Section>
|
|
18
|
+
<Table columnWidths={[150, 100, 50, 50]}>
|
|
19
|
+
<TableRow>
|
|
20
|
+
<TableCell columnSpan={2}>
|
|
21
|
+
<Paragraph>
|
|
22
|
+
<TextRun text="Hello 1" />
|
|
23
|
+
</Paragraph>
|
|
24
|
+
</TableCell>
|
|
25
|
+
<TableCell rowSpan={2}>
|
|
26
|
+
<Paragraph>
|
|
27
|
+
<TextRun text="Hello 2" />
|
|
28
|
+
</Paragraph>
|
|
29
|
+
</TableCell>
|
|
30
|
+
<TableCell>
|
|
31
|
+
<Paragraph>
|
|
32
|
+
<TextRun text="Hello 3" />
|
|
33
|
+
</Paragraph>
|
|
34
|
+
</TableCell>
|
|
35
|
+
</TableRow>
|
|
36
|
+
<TableRow>
|
|
37
|
+
<TableCell>
|
|
38
|
+
<Paragraph>
|
|
39
|
+
<TextRun text="Hello 4" />
|
|
40
|
+
</Paragraph>
|
|
41
|
+
</TableCell>
|
|
42
|
+
<TableCell>
|
|
43
|
+
<Paragraph>
|
|
44
|
+
<TextRun text="Hello 5" />
|
|
45
|
+
</Paragraph>
|
|
46
|
+
</TableCell>
|
|
47
|
+
<TableCell>
|
|
48
|
+
<Paragraph>
|
|
49
|
+
<TextRun text="Hello 6" />
|
|
50
|
+
</Paragraph>
|
|
51
|
+
</TableCell>
|
|
52
|
+
</TableRow>
|
|
53
|
+
<TableRow>
|
|
54
|
+
<TableCell columnSpan={2} rowSpan={2}>
|
|
55
|
+
<Paragraph>
|
|
56
|
+
<TextRun text="Hello 7" />
|
|
57
|
+
</Paragraph>
|
|
58
|
+
</TableCell>
|
|
59
|
+
<TableCell>
|
|
60
|
+
<Paragraph>
|
|
61
|
+
<TextRun text="Hello 8" />
|
|
62
|
+
</Paragraph>
|
|
63
|
+
</TableCell>
|
|
64
|
+
<TableCell>
|
|
65
|
+
<Paragraph>
|
|
66
|
+
<TextRun text="Hello 9" />
|
|
67
|
+
</Paragraph>
|
|
68
|
+
</TableCell>
|
|
69
|
+
</TableRow>
|
|
70
|
+
<TableRow>
|
|
71
|
+
<TableCell>
|
|
72
|
+
<Paragraph>
|
|
73
|
+
<TextRun text="Hello 10" />
|
|
74
|
+
</Paragraph>
|
|
75
|
+
</TableCell>
|
|
76
|
+
<TableCell>
|
|
77
|
+
<Paragraph>
|
|
78
|
+
<TextRun text="Hello 11" />
|
|
79
|
+
</Paragraph>
|
|
80
|
+
</TableCell>
|
|
81
|
+
</TableRow>
|
|
82
|
+
</Table>
|
|
83
|
+
</Section>
|
|
84
|
+
</AbstractDoc>
|
|
85
|
+
),
|
|
86
|
+
expectedDocxZipContexts: {
|
|
87
|
+
"word/document.xml": `<w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:w15="http://schemas.microsoft.com/office/word/2012/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 w15 wp14">
|
|
88
|
+
<w:background w:color="FFFFFF" />
|
|
89
|
+
<w:body>
|
|
90
|
+
<w:p>
|
|
91
|
+
<w:pPr>
|
|
92
|
+
<w:spacing w:before="0" w:after="0" w:line="1" />
|
|
93
|
+
</w:pPr>
|
|
94
|
+
<w:bookmarkStart w:name="" w:id="*" />
|
|
95
|
+
<w:bookmarkEnd w:id="*" />
|
|
96
|
+
</w:p>
|
|
97
|
+
<w:tbl>
|
|
98
|
+
<w:tblPr>
|
|
99
|
+
<w:tblCellMar>
|
|
100
|
+
<w:bottom w:type="dxa" w:w="0" />
|
|
101
|
+
<w:top w:type="dxa" w:w="0" />
|
|
102
|
+
<w:left w:type="dxa" w:w="0" />
|
|
103
|
+
<w:right w:type="dxa" w:w="0" />
|
|
104
|
+
</w:tblCellMar>
|
|
105
|
+
<w:tblBorders>
|
|
106
|
+
<w:top w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
107
|
+
<w:left w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
108
|
+
<w:bottom w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
109
|
+
<w:right w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
110
|
+
<w:insideH w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
111
|
+
<w:insideV w:val="none" w:sz="0" w:space="0" w:color="" />
|
|
112
|
+
</w:tblBorders>
|
|
113
|
+
<w:tblW w:type="dxa" w:w="7000" />
|
|
114
|
+
<w:jc w:val="left" />
|
|
115
|
+
</w:tblPr>
|
|
116
|
+
<w:tblGrid>
|
|
117
|
+
<w:gridCol w:w="100" />
|
|
118
|
+
<w:gridCol w:w="100" />
|
|
119
|
+
<w:gridCol w:w="100" />
|
|
120
|
+
</w:tblGrid>
|
|
121
|
+
<w:tr>
|
|
122
|
+
<w:trPr>
|
|
123
|
+
<w:cantSplit w:val="true" />
|
|
124
|
+
</w:trPr>
|
|
125
|
+
<w:tc>
|
|
126
|
+
<w:tcPr>
|
|
127
|
+
<w:tcBorders>
|
|
128
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
129
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
130
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
131
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
132
|
+
</w:tcBorders>
|
|
133
|
+
<w:vAlign w:val="center" />
|
|
134
|
+
<w:tcMar>
|
|
135
|
+
<w:top w:w="0" w:type="dxa" />
|
|
136
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
137
|
+
<w:end w:w="0" w:type="dxa" />
|
|
138
|
+
<w:start w:w="0" w:type="dxa" />
|
|
139
|
+
</w:tcMar>
|
|
140
|
+
<w:shd />
|
|
141
|
+
<w:gridSpan w:val="2" />
|
|
142
|
+
<w:tcW w:w="3000" w:type="dxa" />
|
|
143
|
+
</w:tcPr>
|
|
144
|
+
<w:p>
|
|
145
|
+
<w:pPr>
|
|
146
|
+
<w:spacing w:before="0" w:after="0" />
|
|
147
|
+
<w:jc w:val="start" />
|
|
148
|
+
<w:ind w:left="0" w:end="0" />
|
|
149
|
+
</w:pPr>
|
|
150
|
+
<w:r>
|
|
151
|
+
<w:rPr>
|
|
152
|
+
<w:color w:val="black" />
|
|
153
|
+
<w:sz w:val="20" />
|
|
154
|
+
<w:szCs w:val="20" />
|
|
155
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
156
|
+
</w:rPr>
|
|
157
|
+
<w:t xml:space="preserve">Hello 1</w:t>
|
|
158
|
+
</w:r>
|
|
159
|
+
</w:p>
|
|
160
|
+
</w:tc>
|
|
161
|
+
<w:tc>
|
|
162
|
+
<w:tcPr>
|
|
163
|
+
<w:tcBorders>
|
|
164
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
165
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
166
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
167
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
168
|
+
</w:tcBorders>
|
|
169
|
+
<w:vAlign w:val="center" />
|
|
170
|
+
<w:vMerge w:val="restart" />
|
|
171
|
+
<w:tcMar>
|
|
172
|
+
<w:top w:w="0" w:type="dxa" />
|
|
173
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
174
|
+
<w:end w:w="0" w:type="dxa" />
|
|
175
|
+
<w:start w:w="0" w:type="dxa" />
|
|
176
|
+
</w:tcMar>
|
|
177
|
+
<w:shd />
|
|
178
|
+
<w:gridSpan w:val="1" />
|
|
179
|
+
<w:tcW w:w="2000" w:type="dxa" />
|
|
180
|
+
</w:tcPr>
|
|
181
|
+
<w:p>
|
|
182
|
+
<w:pPr>
|
|
183
|
+
<w:spacing w:before="0" w:after="0" />
|
|
184
|
+
<w:jc w:val="start" />
|
|
185
|
+
<w:ind w:left="0" w:end="0" />
|
|
186
|
+
</w:pPr>
|
|
187
|
+
<w:r>
|
|
188
|
+
<w:rPr>
|
|
189
|
+
<w:color w:val="black" />
|
|
190
|
+
<w:sz w:val="20" />
|
|
191
|
+
<w:szCs w:val="20" />
|
|
192
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
193
|
+
</w:rPr>
|
|
194
|
+
<w:t xml:space="preserve">Hello 2</w:t>
|
|
195
|
+
</w:r>
|
|
196
|
+
</w:p>
|
|
197
|
+
</w:tc>
|
|
198
|
+
<w:tc>
|
|
199
|
+
<w:tcPr>
|
|
200
|
+
<w:tcBorders>
|
|
201
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
202
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
203
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
204
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
205
|
+
</w:tcBorders>
|
|
206
|
+
<w:vAlign w:val="center" />
|
|
207
|
+
<w:tcMar>
|
|
208
|
+
<w:top w:w="0" w:type="dxa" />
|
|
209
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
210
|
+
<w:end w:w="0" w:type="dxa" />
|
|
211
|
+
<w:start w:w="0" w:type="dxa" />
|
|
212
|
+
</w:tcMar>
|
|
213
|
+
<w:shd />
|
|
214
|
+
<w:gridSpan w:val="1" />
|
|
215
|
+
<w:tcW w:w="1000" w:type="dxa" />
|
|
216
|
+
</w:tcPr>
|
|
217
|
+
<w:p>
|
|
218
|
+
<w:pPr>
|
|
219
|
+
<w:spacing w:before="0" w:after="0" />
|
|
220
|
+
<w:jc w:val="start" />
|
|
221
|
+
<w:ind w:left="0" w:end="0" />
|
|
222
|
+
</w:pPr>
|
|
223
|
+
<w:r>
|
|
224
|
+
<w:rPr>
|
|
225
|
+
<w:color w:val="black" />
|
|
226
|
+
<w:sz w:val="20" />
|
|
227
|
+
<w:szCs w:val="20" />
|
|
228
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
229
|
+
</w:rPr>
|
|
230
|
+
<w:t xml:space="preserve">Hello 3</w:t>
|
|
231
|
+
</w:r>
|
|
232
|
+
</w:p>
|
|
233
|
+
</w:tc>
|
|
234
|
+
</w:tr>
|
|
235
|
+
<w:tr>
|
|
236
|
+
<w:trPr>
|
|
237
|
+
<w:cantSplit w:val="true" />
|
|
238
|
+
</w:trPr>
|
|
239
|
+
<w:tc>
|
|
240
|
+
<w:tcPr>
|
|
241
|
+
<w:tcBorders>
|
|
242
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
243
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
244
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
245
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
246
|
+
</w:tcBorders>
|
|
247
|
+
<w:vAlign w:val="center" />
|
|
248
|
+
<w:tcMar>
|
|
249
|
+
<w:top w:w="0" w:type="dxa" />
|
|
250
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
251
|
+
<w:end w:w="0" w:type="dxa" />
|
|
252
|
+
<w:start w:w="0" w:type="dxa" />
|
|
253
|
+
</w:tcMar>
|
|
254
|
+
<w:shd />
|
|
255
|
+
<w:gridSpan w:val="1" />
|
|
256
|
+
<w:tcW w:w="3000" w:type="dxa" />
|
|
257
|
+
</w:tcPr>
|
|
258
|
+
<w:p>
|
|
259
|
+
<w:pPr>
|
|
260
|
+
<w:spacing w:before="0" w:after="0" />
|
|
261
|
+
<w:jc w:val="start" />
|
|
262
|
+
<w:ind w:left="0" w:end="0" />
|
|
263
|
+
</w:pPr>
|
|
264
|
+
<w:r>
|
|
265
|
+
<w:rPr>
|
|
266
|
+
<w:color w:val="black" />
|
|
267
|
+
<w:sz w:val="20" />
|
|
268
|
+
<w:szCs w:val="20" />
|
|
269
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
270
|
+
</w:rPr>
|
|
271
|
+
<w:t xml:space="preserve">Hello 4</w:t>
|
|
272
|
+
</w:r>
|
|
273
|
+
</w:p>
|
|
274
|
+
</w:tc>
|
|
275
|
+
<w:tc>
|
|
276
|
+
<w:tcPr>
|
|
277
|
+
<w:tcBorders>
|
|
278
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
279
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
280
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
281
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
282
|
+
</w:tcBorders>
|
|
283
|
+
<w:vAlign w:val="center" />
|
|
284
|
+
<w:tcMar>
|
|
285
|
+
<w:top w:w="0" w:type="dxa" />
|
|
286
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
287
|
+
<w:end w:w="0" w:type="dxa" />
|
|
288
|
+
<w:start w:w="0" w:type="dxa" />
|
|
289
|
+
</w:tcMar>
|
|
290
|
+
<w:shd />
|
|
291
|
+
<w:gridSpan w:val="1" />
|
|
292
|
+
<w:tcW w:w="2000" w:type="dxa" />
|
|
293
|
+
</w:tcPr>
|
|
294
|
+
<w:p>
|
|
295
|
+
<w:pPr>
|
|
296
|
+
<w:spacing w:before="0" w:after="0" />
|
|
297
|
+
<w:jc w:val="start" />
|
|
298
|
+
<w:ind w:left="0" w:end="0" />
|
|
299
|
+
</w:pPr>
|
|
300
|
+
<w:r>
|
|
301
|
+
<w:rPr>
|
|
302
|
+
<w:color w:val="black" />
|
|
303
|
+
<w:sz w:val="20" />
|
|
304
|
+
<w:szCs w:val="20" />
|
|
305
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
306
|
+
</w:rPr>
|
|
307
|
+
<w:t xml:space="preserve">Hello 5</w:t>
|
|
308
|
+
</w:r>
|
|
309
|
+
</w:p>
|
|
310
|
+
</w:tc>
|
|
311
|
+
<w:tc>
|
|
312
|
+
<w:tcPr>
|
|
313
|
+
<w:tcBorders>
|
|
314
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
315
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
316
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
317
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
318
|
+
</w:tcBorders>
|
|
319
|
+
<w:vMerge w:val="continue" />
|
|
320
|
+
<w:gridSpan w:val="1" />
|
|
321
|
+
</w:tcPr>
|
|
322
|
+
<w:p />
|
|
323
|
+
</w:tc>
|
|
324
|
+
<w:tc>
|
|
325
|
+
<w:tcPr>
|
|
326
|
+
<w:tcBorders>
|
|
327
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
328
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
329
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
330
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
331
|
+
</w:tcBorders>
|
|
332
|
+
<w:vAlign w:val="center" />
|
|
333
|
+
<w:tcMar>
|
|
334
|
+
<w:top w:w="0" w:type="dxa" />
|
|
335
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
336
|
+
<w:end w:w="0" w:type="dxa" />
|
|
337
|
+
<w:start w:w="0" w:type="dxa" />
|
|
338
|
+
</w:tcMar>
|
|
339
|
+
<w:shd />
|
|
340
|
+
<w:gridSpan w:val="1" />
|
|
341
|
+
<w:tcW w:w="1000" w:type="dxa" />
|
|
342
|
+
</w:tcPr>
|
|
343
|
+
<w:p>
|
|
344
|
+
<w:pPr>
|
|
345
|
+
<w:spacing w:before="0" w:after="0" />
|
|
346
|
+
<w:jc w:val="start" />
|
|
347
|
+
<w:ind w:left="0" w:end="0" />
|
|
348
|
+
</w:pPr>
|
|
349
|
+
<w:r>
|
|
350
|
+
<w:rPr>
|
|
351
|
+
<w:color w:val="black" />
|
|
352
|
+
<w:sz w:val="20" />
|
|
353
|
+
<w:szCs w:val="20" />
|
|
354
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
355
|
+
</w:rPr>
|
|
356
|
+
<w:t xml:space="preserve">Hello 6</w:t>
|
|
357
|
+
</w:r>
|
|
358
|
+
</w:p>
|
|
359
|
+
</w:tc>
|
|
360
|
+
</w:tr>
|
|
361
|
+
<w:tr>
|
|
362
|
+
<w:trPr>
|
|
363
|
+
<w:cantSplit w:val="true" />
|
|
364
|
+
</w:trPr>
|
|
365
|
+
<w:tc>
|
|
366
|
+
<w:tcPr>
|
|
367
|
+
<w:tcBorders>
|
|
368
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
369
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
370
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
371
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
372
|
+
</w:tcBorders>
|
|
373
|
+
<w:vAlign w:val="center" />
|
|
374
|
+
<w:vMerge w:val="restart" />
|
|
375
|
+
<w:tcMar>
|
|
376
|
+
<w:top w:w="0" w:type="dxa" />
|
|
377
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
378
|
+
<w:end w:w="0" w:type="dxa" />
|
|
379
|
+
<w:start w:w="0" w:type="dxa" />
|
|
380
|
+
</w:tcMar>
|
|
381
|
+
<w:shd />
|
|
382
|
+
<w:gridSpan w:val="2" />
|
|
383
|
+
<w:tcW w:w="3000" w:type="dxa" />
|
|
384
|
+
</w:tcPr>
|
|
385
|
+
<w:p>
|
|
386
|
+
<w:pPr>
|
|
387
|
+
<w:spacing w:before="0" w:after="0" />
|
|
388
|
+
<w:jc w:val="start" />
|
|
389
|
+
<w:ind w:left="0" w:end="0" />
|
|
390
|
+
</w:pPr>
|
|
391
|
+
<w:r>
|
|
392
|
+
<w:rPr>
|
|
393
|
+
<w:color w:val="black" />
|
|
394
|
+
<w:sz w:val="20" />
|
|
395
|
+
<w:szCs w:val="20" />
|
|
396
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
397
|
+
</w:rPr>
|
|
398
|
+
<w:t xml:space="preserve">Hello 7</w:t>
|
|
399
|
+
</w:r>
|
|
400
|
+
</w:p>
|
|
401
|
+
</w:tc>
|
|
402
|
+
<w:tc>
|
|
403
|
+
<w:tcPr>
|
|
404
|
+
<w:tcBorders>
|
|
405
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
406
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
407
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
408
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
409
|
+
</w:tcBorders>
|
|
410
|
+
<w:vAlign w:val="center" />
|
|
411
|
+
<w:tcMar>
|
|
412
|
+
<w:top w:w="0" w:type="dxa" />
|
|
413
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
414
|
+
<w:end w:w="0" w:type="dxa" />
|
|
415
|
+
<w:start w:w="0" w:type="dxa" />
|
|
416
|
+
</w:tcMar>
|
|
417
|
+
<w:shd />
|
|
418
|
+
<w:gridSpan w:val="1" />
|
|
419
|
+
<w:tcW w:w="2000" w:type="dxa" />
|
|
420
|
+
</w:tcPr>
|
|
421
|
+
<w:p>
|
|
422
|
+
<w:pPr>
|
|
423
|
+
<w:spacing w:before="0" w:after="0" />
|
|
424
|
+
<w:jc w:val="start" />
|
|
425
|
+
<w:ind w:left="0" w:end="0" />
|
|
426
|
+
</w:pPr>
|
|
427
|
+
<w:r>
|
|
428
|
+
<w:rPr>
|
|
429
|
+
<w:color w:val="black" />
|
|
430
|
+
<w:sz w:val="20" />
|
|
431
|
+
<w:szCs w:val="20" />
|
|
432
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
433
|
+
</w:rPr>
|
|
434
|
+
<w:t xml:space="preserve">Hello 8</w:t>
|
|
435
|
+
</w:r>
|
|
436
|
+
</w:p>
|
|
437
|
+
</w:tc>
|
|
438
|
+
<w:tc>
|
|
439
|
+
<w:tcPr>
|
|
440
|
+
<w:tcBorders>
|
|
441
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
442
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
443
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
444
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
445
|
+
</w:tcBorders>
|
|
446
|
+
<w:vAlign w:val="center" />
|
|
447
|
+
<w:tcMar>
|
|
448
|
+
<w:top w:w="0" w:type="dxa" />
|
|
449
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
450
|
+
<w:end w:w="0" w:type="dxa" />
|
|
451
|
+
<w:start w:w="0" w:type="dxa" />
|
|
452
|
+
</w:tcMar>
|
|
453
|
+
<w:shd />
|
|
454
|
+
<w:gridSpan w:val="1" />
|
|
455
|
+
<w:tcW w:w="1000" w:type="dxa" />
|
|
456
|
+
</w:tcPr>
|
|
457
|
+
<w:p>
|
|
458
|
+
<w:pPr>
|
|
459
|
+
<w:spacing w:before="0" w:after="0" />
|
|
460
|
+
<w:jc w:val="start" />
|
|
461
|
+
<w:ind w:left="0" w:end="0" />
|
|
462
|
+
</w:pPr>
|
|
463
|
+
<w:r>
|
|
464
|
+
<w:rPr>
|
|
465
|
+
<w:color w:val="black" />
|
|
466
|
+
<w:sz w:val="20" />
|
|
467
|
+
<w:szCs w:val="20" />
|
|
468
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
469
|
+
</w:rPr>
|
|
470
|
+
<w:t xml:space="preserve">Hello 9</w:t>
|
|
471
|
+
</w:r>
|
|
472
|
+
</w:p>
|
|
473
|
+
</w:tc>
|
|
474
|
+
</w:tr>
|
|
475
|
+
<w:tr>
|
|
476
|
+
<w:trPr>
|
|
477
|
+
<w:cantSplit w:val="true" />
|
|
478
|
+
</w:trPr>
|
|
479
|
+
<w:tc>
|
|
480
|
+
<w:tcPr>
|
|
481
|
+
<w:tcBorders>
|
|
482
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
483
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
484
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
485
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
486
|
+
</w:tcBorders>
|
|
487
|
+
<w:vMerge w:val="continue" />
|
|
488
|
+
<w:gridSpan w:val="2" />
|
|
489
|
+
</w:tcPr>
|
|
490
|
+
<w:p />
|
|
491
|
+
</w:tc>
|
|
492
|
+
<w:tc>
|
|
493
|
+
<w:tcPr>
|
|
494
|
+
<w:tcBorders>
|
|
495
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
496
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
497
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
498
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
499
|
+
</w:tcBorders>
|
|
500
|
+
<w:vAlign w:val="center" />
|
|
501
|
+
<w:tcMar>
|
|
502
|
+
<w:top w:w="0" w:type="dxa" />
|
|
503
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
504
|
+
<w:end w:w="0" w:type="dxa" />
|
|
505
|
+
<w:start w:w="0" w:type="dxa" />
|
|
506
|
+
</w:tcMar>
|
|
507
|
+
<w:shd />
|
|
508
|
+
<w:gridSpan w:val="1" />
|
|
509
|
+
<w:tcW w:w="3000" w:type="dxa" />
|
|
510
|
+
</w:tcPr>
|
|
511
|
+
<w:p>
|
|
512
|
+
<w:pPr>
|
|
513
|
+
<w:spacing w:before="0" w:after="0" />
|
|
514
|
+
<w:jc w:val="start" />
|
|
515
|
+
<w:ind w:left="0" w:end="0" />
|
|
516
|
+
</w:pPr>
|
|
517
|
+
<w:r>
|
|
518
|
+
<w:rPr>
|
|
519
|
+
<w:color w:val="black" />
|
|
520
|
+
<w:sz w:val="20" />
|
|
521
|
+
<w:szCs w:val="20" />
|
|
522
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
523
|
+
</w:rPr>
|
|
524
|
+
<w:t xml:space="preserve">Hello 10</w:t>
|
|
525
|
+
</w:r>
|
|
526
|
+
</w:p>
|
|
527
|
+
</w:tc>
|
|
528
|
+
<w:tc>
|
|
529
|
+
<w:tcPr>
|
|
530
|
+
<w:tcBorders>
|
|
531
|
+
<w:top w:val="none" w:sz="0" w:color="" />
|
|
532
|
+
<w:bottom w:val="none" w:sz="0" w:color="" />
|
|
533
|
+
<w:left w:val="none" w:sz="0" w:color="" />
|
|
534
|
+
<w:right w:val="none" w:sz="0" w:color="" />
|
|
535
|
+
</w:tcBorders>
|
|
536
|
+
<w:vAlign w:val="center" />
|
|
537
|
+
<w:tcMar>
|
|
538
|
+
<w:top w:w="0" w:type="dxa" />
|
|
539
|
+
<w:bottom w:w="0" w:type="dxa" />
|
|
540
|
+
<w:end w:w="0" w:type="dxa" />
|
|
541
|
+
<w:start w:w="0" w:type="dxa" />
|
|
542
|
+
</w:tcMar>
|
|
543
|
+
<w:shd />
|
|
544
|
+
<w:gridSpan w:val="1" />
|
|
545
|
+
<w:tcW w:w="2000" w:type="dxa" />
|
|
546
|
+
</w:tcPr>
|
|
547
|
+
<w:p>
|
|
548
|
+
<w:pPr>
|
|
549
|
+
<w:spacing w:before="0" w:after="0" />
|
|
550
|
+
<w:jc w:val="start" />
|
|
551
|
+
<w:ind w:left="0" w:end="0" />
|
|
552
|
+
</w:pPr>
|
|
553
|
+
<w:r>
|
|
554
|
+
<w:rPr>
|
|
555
|
+
<w:color w:val="black" />
|
|
556
|
+
<w:sz w:val="20" />
|
|
557
|
+
<w:szCs w:val="20" />
|
|
558
|
+
<w:rFonts w:ascii="Arial" w:cs="Arial" w:eastAsia="Arial" w:hAnsi="Arial" />
|
|
559
|
+
</w:rPr>
|
|
560
|
+
<w:t xml:space="preserve">Hello 11</w:t>
|
|
561
|
+
</w:r>
|
|
562
|
+
</w:p>
|
|
563
|
+
</w:tc>
|
|
564
|
+
</w:tr>
|
|
565
|
+
</w:tbl>
|
|
566
|
+
<w:p>
|
|
567
|
+
<w:r>
|
|
568
|
+
<w:rPr>
|
|
569
|
+
<w:sz w:val="0.000001" />
|
|
570
|
+
<w:szCs w:val="0.000001" />
|
|
571
|
+
</w:rPr>
|
|
572
|
+
<w:t xml:space="preserve">.</w:t>
|
|
573
|
+
</w:r>
|
|
574
|
+
</w:p>
|
|
575
|
+
<w:sectPr>
|
|
576
|
+
<w:pgSz w:w="11906" w:h="16838" w:orient="portrait" />
|
|
577
|
+
<w:pgMar w:top="0" w:right="0" w:bottom="0" w:left="0" w:header="0" w:footer="0" w:gutter="0" w:mirrorMargins="false" />
|
|
578
|
+
<w:cols w:space="708" w:num="1" w:sep="false" />
|
|
579
|
+
<w:docGrid w:linePitch="360" />
|
|
580
|
+
<w:headerReference w:type="default" r:id="rId5" />
|
|
581
|
+
<w:footerReference w:type="default" r:id="rId6" />
|
|
582
|
+
<w:pgNumType />
|
|
583
|
+
</w:sectPr>
|
|
584
|
+
</w:body>
|
|
585
|
+
</w:document>`,
|
|
586
|
+
},
|
|
587
|
+
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Multiple textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
rowSpan.docx
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with End alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
package/src/abstract-document-exporters/__tests__/docx2/tmp/Single textrun with Start alignment.docx
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|