P
Peter Flynn
I'm trying to understand the OOXML rules for table borders
(I am transforming Word content with XSLT into HTML).
I created a Word document with a small table, and clicked on the Borders
icon and selected the "all cells" dropdown. Word correctly added all
internal and external borders.
But the resulting document.xml file does not contain any border
specification, and the cells contain no border information either. Is
there a default which is being applied here, or is the data in some
other file? I can't find any information about this in the dev docs.
(The document is an article being published so I can't post the whole of
it here, as that would constitute prior publication. I can send it
individually to anyone who can solve this.)
///Peter
<tbl>
<tblPr>
<tblStyle val="TableGrid"/>
<tblW w="0" type="auto"/>
<tblLook val="04A0" firstRow="1" lastRow="0" firstColumn="1"
lastColumn="0" noHBand="0" noVBand="1"/>
</tblPr>
<tblGrid>
<gridCol w="1693"/>
<gridCol w="2973"/>
<gridCol w="4388"/>
</tblGrid>
<tr rsidR="00CB161C" rsidTr="00C4466A">
<trPr>
<trHeight val="526"/>
</trPr>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRDefault="00CB161C" rsidP="00FF2A54">
<pPr>
<rPr>
<lang val="de-DE"/>
</rPr>
</pPr>
<bookmarkStart id="2" name="_GoBack"/>
</p>
</tc>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRPr="00FF2A54" rsidRDefault="00CB161C"
rsidP="00FF2A54">
<pPr>
<jc val="center"/>
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
</pPr>
<r rsidRPr="00FF2A54">
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
<t>Hypothese</t>
</r>
</p>
</tc>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRPr="00FF2A54" rsidRDefault="00CB161C"
rsidP="00FF2A54">
<pPr>
<jc val="center"/>
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
</pPr>
<r rsidRPr="00FF2A54">
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
<t>Skala</t>
</r>
</p>
</tc>
</tr>
[etc]
(I am transforming Word content with XSLT into HTML).
I created a Word document with a small table, and clicked on the Borders
icon and selected the "all cells" dropdown. Word correctly added all
internal and external borders.
But the resulting document.xml file does not contain any border
specification, and the cells contain no border information either. Is
there a default which is being applied here, or is the data in some
other file? I can't find any information about this in the dev docs.
(The document is an article being published so I can't post the whole of
it here, as that would constitute prior publication. I can send it
individually to anyone who can solve this.)
///Peter
<tbl>
<tblPr>
<tblStyle val="TableGrid"/>
<tblW w="0" type="auto"/>
<tblLook val="04A0" firstRow="1" lastRow="0" firstColumn="1"
lastColumn="0" noHBand="0" noVBand="1"/>
</tblPr>
<tblGrid>
<gridCol w="1693"/>
<gridCol w="2973"/>
<gridCol w="4388"/>
</tblGrid>
<tr rsidR="00CB161C" rsidTr="00C4466A">
<trPr>
<trHeight val="526"/>
</trPr>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRDefault="00CB161C" rsidP="00FF2A54">
<pPr>
<rPr>
<lang val="de-DE"/>
</rPr>
</pPr>
<bookmarkStart id="2" name="_GoBack"/>
</p>
</tc>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRPr="00FF2A54" rsidRDefault="00CB161C"
rsidP="00FF2A54">
<pPr>
<jc val="center"/>
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
</pPr>
<r rsidRPr="00FF2A54">
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
<t>Hypothese</t>
</r>
</p>
</tc>
<tc>
<tcPr>
<tcW w="0" type="auto"/>
</tcPr>
<p rsidR="00CB161C" rsidRPr="00FF2A54" rsidRDefault="00CB161C"
rsidP="00FF2A54">
<pPr>
<jc val="center"/>
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
</pPr>
<r rsidRPr="00FF2A54">
<rPr>
<b/>
<lang val="de-DE"/>
</rPr>
<t>Skala</t>
</r>
</p>
</tc>
</tr>
[etc]