Does anyone know why some page breaks aren't rendered and some are?
On log output appears:
- Code: Select all
*ERROR* MainDocumentPart: UNEXPECTED: org.docx4j.wml.Br (MainDocumentPart.java, line 562)
But I can't find a reason for that.
Thanks
*ERROR* MainDocumentPart: UNEXPECTED: org.docx4j.wml.Br (MainDocumentPart.java, line 562)
<w:p w:rsidRDefault="003F130F" w:rsidR="003F130F" w:rsidRPr="00F060EA">
<w:pPr>
<w:pStyle w:val="Textodecomentrio" />
<w:spacing w:lineRule="auto" w:line="312" />
<w:rPr>
<w:rFonts w:hAnsi="Calibri" w:ascii="Calibri" />
<w:sz w:val="24" />
<w:szCs w:val="24" />
</w:rPr>
</w:pPr>
<w:r w:rsidRPr="00F060EA">
<w:rPr>
<w:rFonts w:hAnsi="Calibri" w:ascii="Calibri" />
<w:sz w:val="24" />
<w:szCs w:val="24" />
</w:rPr>
<w:lastRenderedPageBreak />
<w:br w:type="page" />
</w:r>
</w:p>
<w:br w:type="page" />
<w:body>
<w:p>
<w:r>
<w:t>A</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:br w:type="page"/>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>B</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>C</w:t>
<w:br w:type="page"/>
</w:r>
</w:p>
<w:p>
<w:r>
<w:br w:type="page"/>
<w:t>D</w:t>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>E</w:t>
</w:r>
<w:r>
<w:br w:type="page"/>
</w:r>
</w:p>
<w:p>
<w:r>
<w:t>F</w:t>
</w:r>
</w:p>
Users browsing this forum: No registered users and 15 guests