Bump version to 6.4-15
[LibreOffice.git] / writerperfect / qa / unit / data / writer / epubexport / table.fodt
blob9135c902f5fc3fe2db28226c8e44268570833915
1 <?xml version="1.0" encoding="UTF-8"?>
2 <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style: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:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.text">
3 <office:automatic-styles>
4 <style:style style:name="Table1" style:family="table">
5 <style:table-properties style:width="17.59cm" table:align="margins"/>
6 </style:style>
7 <style:style style:name="Table1.A" style:family="table-column">
8 <style:table-column-properties style:column-width="8.795cm" style:rel-column-width="32767*"/>
9 </style:style>
10 <style:style style:name="Table1.A1" style:family="table-cell">
11 <style:table-cell-properties fo:padding="0.097cm"/>
12 </style:style>
13 </office:automatic-styles>
14 <office:body>
15 <office:text>
16 <text:p>Before</text:p>
17 <table:table table:name="Table1" table:style-name="Table1">
18 <table:table-column table:style-name="Table1.A" table:number-columns-repeated="2"/>
19 <table:table-row>
20 <table:table-cell table:style-name="Table1.A1" office:value-type="string">
21 <text:p>A1</text:p>
22 </table:table-cell>
23 <table:table-cell table:style-name="Table1.A1" office:value-type="string">
24 <text:p>B1</text:p>
25 </table:table-cell>
26 </table:table-row>
27 <table:table-row>
28 <table:table-cell table:style-name="Table1.A1" office:value-type="string">
29 <text:p>A2</text:p>
30 </table:table-cell>
31 <table:table-cell table:style-name="Table1.A1" office:value-type="string">
32 <text:p>B2</text:p>
33 </table:table-cell>
34 </table:table-row>
35 </table:table>
36 <text:p>After</text:p>
37 </office:text>
38 </office:body>
39 </office:document>