Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Word tables borders
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Peter Flynn  
View profile  
 More options Jul 30 2012, 4:13 pm
Newsgroups: comp.text.xml, microsoft.public.xml
From: Peter Flynn <pe...@silmaril.ie>
Date: Mon, 30 Jul 2012 21:13:47 +0100
Local: Mon, Jul 30 2012 4:13 pm
Subject: Word tables borders
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]


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »