Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / sw / qa / extras / htmlexport / data / tableRight.fodt
blob374364750f516efec917fb4d38e4b39e569de41b
1 <?xml version="1.0" encoding="UTF-8"?>
3 <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" office:version="1.3" office:mimetype="application/vnd.oasis.opendocument.text">
4 <office:automatic-styles>
5 <style:style style:name="Table1" style:family="table">
6 <style:table-properties style:width="10cm" table:align="right"/>
7 </style:style>
8 </office:automatic-styles>
9 <office:body>
10 <office:text>
11 <text:p>This is a right aligned table:</text:p>
12 <table:table table:style-name="Table1">
13 <table:table-column table:number-columns-repeated="2"/>
14 <table:table-row>
15 <table:table-cell/>
16 <table:table-cell/>
17 </table:table-row>
18 </table:table>
19 <text:p/>
20 </office:text>
21 </office:body>
22 </office:document>