Page 1 of 1

why one paragraph become two paragraphs in the program

PostPosted: Wed Jan 20, 2010 5:21 pm
by robot
Hi,all
In the document.xml which is a p, why in the program where divided into two p.
Code: Select all
    <w:p w:rsidR="00552C4F" w:rsidRPr="009534A4" w:rsidRDefault="00552C4F" w:rsidP="00552C4F">
      <w:pPr>
        <w:spacing w:line="360" w:lineRule="auto"/>
        <w:rPr>
          <w:sz w:val="24"/>
        </w:rPr>
      </w:pPr>
      <w:r w:rsidRPr="009534A4">
        <w:rPr>
          <w:sz w:val="24"/>
        </w:rPr>
        <w:t xml:space="preserve"></w:t>
      </w:r>
      <w:r w:rsidRPr="009534A4">
        <w:rPr>
          <w:sz w:val="24"/>
        </w:rPr>
        <w:t>综上所述</w:t>
      </w:r>
      <w:r w:rsidRPr="009534A4">
        <w:rPr>
          <w:sz w:val="24"/>
        </w:rPr>
        <w:lastRenderedPageBreak/>
        <w:t>在深山无人知</w:t>
      </w:r>
    </w:p>

Is it because there <w:lastRenderedPageBreak/>, I would like to get a p,What should I do?

Re: why one paragraph become two paragraphs in the program

PostPosted: Wed Jan 20, 2010 6:15 pm
by jason
Hi, I haven't seen what you describe.

Please check your code. If you can't work out where the problem lies, you'll need to post your code.

cheers .. Jason