word的xml文件中空白页和换页
■ word中分页符(插入空白页):
<w:r>
<w:rPr>
<w:rFonts w:ascii="Microsoft JhengHei" w:fareast="Microsoft JhengHei" w:h-ansi="Microsoft JhengHei"/>
<wx:font wx:val="Microsoft JhengHei"/>
<w:b/>
<w:sz w:val="32"/>
</w:rPr>
<w:br w:type="page"/>
</w:r>
■ word中分页符(另起一页,且控制上一页页面的宽度和长度)
<w:p wsp:rsidR="00DC00A2" wsp:rsidRDefault="00DC00A2" wsp:rsidP="00850F6B">
<w:pPr>
<w:sectPr wsp:rsidR="00DC00A2" wsp:rsidSect="00C76F8B">
<w:pgSz w:w="16838" w:h="11906"/>
<w:pgMar w:top="1077" w:right="1134" w:bottom="1134" w:left="1134" w:header="851" w:footer="992" w:gutter="0"/>
<w:cols w:space="425"/>
<w:docGrid w:type="lines" w:line-pitch="312"/>
</w:sectPr>
</w:pPr>
<w:r wsp:rsidRPr="001C1E32">
<w:rPr>
<w:rFonts w:ascii="Arial" w:h-ansi="Arial" w:cs="Arial"/>
<wx:font wx:val="Arial"/>
<w:b/>
<w:sz w:val="20"/>
<w:sz-cs w:val="21"/>
</w:rPr>
</w:r>
</w:p>