利用freemarker 在模板里面写入动态数据,动态表格,图片插入。
以下测试代码图片(image.jpg)和模板(template.xml)是直接放到src目录下面的,可以根据自己需求调整
废话不多说,直接上代码:
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import sun.misc.BASE64Encoder;
import freemarker.template.Configuration;
import freemarker.template.Template;
public class CreateWordTest {
public static void main(String args[]){
CreateWordTest t=new CreateWordTest();
t.write();
}
public void write() {
try {
//创建配置实例
Configuration configuration = new Configuration();
//设置编码
configuration.setDefaultEncoding("UTF-8");
//ftl模板文件统一放至/包下面
configuration.setClassForTemplateLoading(CreateWordTest.class,"/");
// 获取模板
Template template=configuration.getTemplate("template.xml");
String path0 = "D:/test/";
File f = new File(path0);
// 创建文件夹
if (!f.exists()) {
f.mkdirs();
}
//输出文件
File outFile = new File(path0+"test4.doc");
//将模板和数据模型合并生成文件
Writer out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(outFile),"UTF-8"));
template.process(getRootWord("1"), out);
out.flush();
System.out.println("写入成功");
} catch (Exception e) {
e.printStackTrace();
}
}
/**
* 获取数据
* @param flag
* @return
* @throws Exception
*/
public Map getRootWord(String flag) throws Exception{
Map root= new HashMap();
List
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core" xmlns:aml="http://schemas.microsoft.com/aml/2001/core" xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve">
<w:ignoreElements w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>
<o:DocumentProperties>
<o:Title>测试构建word动态tableo:Title>
<o:Author>xxso:Author>
<o:LastAuthor>gfo:LastAuthor>
<o:Revision>2o:Revision>
<o:TotalTime>1o:TotalTime>
<o:LastPrinted>2015-01-07T05:22:00Zo:LastPrinted>
<o:Created>2017-01-20T00:44:00Zo:Created>
<o:LastSaved>2017-01-20T00:44:00Zo:LastSaved>
<o:Pages>1o:Pages>
<o:Words>36o:Words>
<o:Characters>211o:Characters>
<o:Company>Microsofto:Company>
<o:Lines>1o:Lines>
<o:Paragraphs>1o:Paragraphs>
<o:CharactersWithSpaces>246o:CharactersWithSpaces>
<o:Version>11.0000o:Version>
o:DocumentProperties>
<w:fonts>
<w:defaultFonts w:ascii="Times New Roman" w:fareast="宋体" w:h-ansi="Times New Roman" w:cs="Times New Roman"/>
<w:font w:name="宋体">
<w:altName w:val="SimSun"/>
<w:panose-1 w:val="02010600030101010101"/>
<w:charset w:val="86"/>
<w:family w:val="Auto"/>
<w:pitch w:val="variable"/>
<w:sig w:usb-0="00000003" w:usb-1="288F0000" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/>
w:font>
<w:font w:name="Calibri">
<w:panose-1 w:val="020F0502020204030204"/>
<w:charset w:val="00"/>
<w:family w:val="Swiss"/>
<w:pitch w:val="variable"/>
<w:sig w:usb-0="E10002FF" w:usb-1="4000ACFF" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="0000019F" w:csb-1="00000000"/>
w:font>
<w:font w:name="@宋体">
<w:panose-1 w:val="02010600030101010101"/>
<w:charset w:val="86"/>
<w:family w:val="Auto"/>
<w:pitch w:val="variable"/>
<w:sig w:usb-0="00000003" w:usb-1="288F0000" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/>
w:font>
w:fonts>
<w:lists>
<w:listDef w:listDefId="0">
<w:lsid w:val="414E191B"/>
<w:plt w:val="HybridMultilevel"/>
<w:tmpl w:val="817AC34A"/>
<w:lvl w:ilvl="0" w:tplc="1592F012">
<w:start w:val="1"/>
<w:lvlText w:val="%1、"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="360" w:hanging="360"/>
w:pPr>
<w:rPr>
<w:rFonts w:hint="default"/>
w:rPr>
w:lvl>
<w:lvl w:ilvl="1" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%2)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="840" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="2" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%3."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="1260" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="3" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%4."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="1680" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="4" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%5)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2100" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="5" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%6."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="2520" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="6" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%7."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2940" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="7" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%8)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="3360" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="8" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%9."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="3780" w:hanging="420"/>
w:pPr>
w:lvl>
w:listDef>
<w:listDef w:listDefId="1">
<w:lsid w:val="438B7A60"/>
<w:plt w:val="HybridMultilevel"/>
<w:tmpl w:val="88BC2166"/>
<w:lvl w:ilvl="0" w:tplc="C7E656A4">
<w:start w:val="1"/>
<w:lvlText w:val="%1."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="-6" w:hanging="420"/>
w:pPr>
<w:rPr>
<w:rFonts w:ascii="Times New Roman" w:fareast="宋体" w:h-ansi="Times New Roman" w:cs="Times New Roman"/>
w:rPr>
w:lvl>
<w:lvl w:ilvl="1" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%2)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="414" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="2" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%3."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="834" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="3" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%4."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="1254" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="4" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%5)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="1674" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="5" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%6."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="2094" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="6" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%7."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2514" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="7" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%8)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2934" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="8" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%9."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="3354" w:hanging="420"/>
w:pPr>
w:lvl>
w:listDef>
<w:listDef w:listDefId="2">
<w:lsid w:val="4EE27D85"/>
<w:plt w:val="HybridMultilevel"/>
<w:tmpl w:val="76143BFC"/>
<w:lvl w:ilvl="0" w:tplc="FE0CCD4C">
<w:start w:val="1"/>
<w:lvlText w:val="%1."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="360"/>
w:tabs>
<w:ind w:left="360" w:hanging="360"/>
w:pPr>
<w:rPr>
<w:rFonts w:hint="fareast"/>
w:rPr>
w:lvl>
<w:lvl w:ilvl="1" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%2)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="840"/>
w:tabs>
<w:ind w:left="840" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="2" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%3."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="1260"/>
w:tabs>
<w:ind w:left="1260" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="3" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%4."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="1680"/>
w:tabs>
<w:ind w:left="1680" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="4" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%5)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="2100"/>
w:tabs>
<w:ind w:left="2100" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="5" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%6."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="2520"/>
w:tabs>
<w:ind w:left="2520" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="6" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%7."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="2940"/>
w:tabs>
<w:ind w:left="2940" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="7" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%8)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="3360"/>
w:tabs>
<w:ind w:left="3360" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="8" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%9."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:tabs>
<w:tab w:val="list" w:pos="3780"/>
w:tabs>
<w:ind w:left="3780" w:hanging="420"/>
w:pPr>
w:lvl>
w:listDef>
<w:listDef w:listDefId="3">
<w:lsid w:val="71D9615C"/>
<w:plt w:val="HybridMultilevel"/>
<w:tmpl w:val="4DB8047C"/>
<w:lvl w:ilvl="0" w:tplc="6284C418">
<w:start w:val="1"/>
<w:lvlText w:val="%1."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="-66" w:hanging="360"/>
w:pPr>
<w:rPr>
<w:rFonts w:hint="default"/>
w:rPr>
w:lvl>
<w:lvl w:ilvl="1" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%2)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="414" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="2" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%3."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="834" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="3" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%4."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="1254" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="4" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%5)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="1674" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="5" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%6."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="2094" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="6" w:tplc="0409000F" w:tentative="on">
<w:start w:val="1"/>
<w:lvlText w:val="%7."/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2514" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="7" w:tplc="04090019" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="4"/>
<w:lvlText w:val="%8)"/>
<w:lvlJc w:val="left"/>
<w:pPr>
<w:ind w:left="2934" w:hanging="420"/>
w:pPr>
w:lvl>
<w:lvl w:ilvl="8" w:tplc="0409001B" w:tentative="on">
<w:start w:val="1"/>
<w:nfc w:val="2"/>
<w:lvlText w:val="%9."/>
<w:lvlJc w:val="right"/>
<w:pPr>
<w:ind w:left="3354" w:hanging="420"/>
w:pPr>
w:lvl>
w:listDef>
<w:list w:ilfo="1">
<w:ilst w:val="2"/>
w:list>
<w:list w:ilfo="2">
<w:ilst w:val="1"/>
w:list>
<w:list w:ilfo="3">
<w:ilst w:val="3"/>
w:list>
<w:list w:ilfo="4">
<w:ilst w:val="0"/>
w:list>
w:lists>
<w:styles>
<w:versionOfBuiltInStylenames w:val="4"/>
<w:latentStyles w:defLockedState="off" w:latentStyleCount="156"/>
<w:style w:type="paragraph" w:default="on" w:styleId="a">
<w:name w:val="Normal"/>
<wx:uiName wx:val="正文"/>
<w:rsid w:val="00E97D4D"/>
<w:pPr>
<w:widowControl w:val="off"/>
<w:jc w:val="both"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="24"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="3">
<w:name w:val="heading 3"/>
<wx:uiName wx:val="标题 3"/>
<w:basedOn w:val="a"/>
<w:next w:val="a"/>
<w:rsid w:val="00E97D4D"/>
<w:pPr>
<w:pStyle w:val="3"/>
<w:keepNext/>
<w:keepLines/>
<w:spacing w:before="260" w:after="260" w:line="416" w:line-rule="auto"/>
<w:outlineLvl w:val="2"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:b/>
<w:b-cs/>
<w:sz w:val="32"/>
<w:sz-cs w:val="32"/>
w:rPr>
w:style>
<w:style w:type="character" w:default="on" w:styleId="a0">
<w:name w:val="Default Paragraph Font"/>
<wx:uiName wx:val="默认段落字体"/>
<w:semiHidden/>
w:style>
<w:style w:type="table" w:default="on" w:styleId="a1">
<w:name w:val="Normal Table"/>
<wx:uiName wx:val="普通表格"/>
<w:semiHidden/>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
w:rPr>
<w:tblPr>
<w:tblInd w:w="0" w:type="dxa"/>
<w:tblCellMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:bottom w:w="0" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
w:tblCellMar>
w:tblPr>
w:style>
<w:style w:type="list" w:default="on" w:styleId="a2">
<w:name w:val="No List"/>
<wx:uiName wx:val="无列表"/>
<w:semiHidden/>
w:style>
<w:style w:type="character" w:styleId="a3">
<w:name w:val="Hyperlink"/>
<wx:uiName wx:val="超链接"/>
<w:rsid w:val="00E97D4D"/>
<w:rPr>
<w:color w:val="0000FF"/>
<w:u w:val="single"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="a4">
<w:name w:val="header"/>
<wx:uiName wx:val="页眉"/>
<w:basedOn w:val="a"/>
<w:rsid w:val="00E97D4D"/>
<w:pPr>
<w:pStyle w:val="a4"/>
<w:pBdr>
<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="1" w:color="auto"/>
w:pBdr>
<w:tabs>
<w:tab w:val="center" w:pos="4153"/>
<w:tab w:val="right" w:pos="8306"/>
w:tabs>
<w:snapToGrid w:val="off"/>
<w:jc w:val="center"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:sz-cs w:val="18"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="a5">
<w:name w:val="footer"/>
<wx:uiName wx:val="页脚"/>
<w:basedOn w:val="a"/>
<w:link w:val="CharChar3"/>
<w:rsid w:val="00E97D4D"/>
<w:pPr>
<w:pStyle w:val="a5"/>
<w:tabs>
<w:tab w:val="center" w:pos="4153"/>
<w:tab w:val="right" w:pos="8306"/>
w:tabs>
<w:snapToGrid w:val="off"/>
<w:jc w:val="left"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:sz-cs w:val="18"/>
w:rPr>
w:style>
<w:style w:type="table" w:styleId="a6">
<w:name w:val="Table Grid"/>
<wx:uiName wx:val="网格型"/>
<w:basedOn w:val="a1"/>
<w:rsid w:val="008261A4"/>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
w:rPr>
<w:tblPr>
<w:tblInd w:w="0" w:type="dxa"/>
<w:tblBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:insideH w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:insideV w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tblBorders>
<w:tblCellMar>
<w:top w:w="0" w:type="dxa"/>
<w:left w:w="108" w:type="dxa"/>
<w:bottom w:w="0" w:type="dxa"/>
<w:right w:w="108" w:type="dxa"/>
w:tblCellMar>
w:tblPr>
w:style>
<w:style w:type="paragraph" w:styleId="Default">
<w:name w:val="Default"/>
<w:rsid w:val="007801DC"/>
<w:pPr>
<w:pStyle w:val="Default"/>
<w:widowControl w:val="off"/>
<w:autoSpaceDE w:val="off"/>
<w:autoSpaceDN w:val="off"/>
<w:adjustRightInd w:val="off"/>
w:pPr>
<w:rPr>
<w:rFonts w:ascii="宋体" w:cs="宋体"/>
<wx:font wx:val="Times New Roman"/>
<w:color w:val="000000"/>
<w:sz w:val="24"/>
<w:sz-cs w:val="24"/>
<w:lang w:val="EN-US" w:fareast="ZH-CN" w:bidi="AR-SA"/>
w:rPr>
w:style>
<w:style w:type="character" w:styleId="a7">
<w:name w:val="annotation reference"/>
<wx:uiName wx:val="批注引用"/>
<w:rsid w:val="00AF1BC5"/>
<w:rPr>
<w:sz w:val="21"/>
<w:sz-cs w:val="21"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="a8">
<w:name w:val="annotation text"/>
<wx:uiName wx:val="批注文字"/>
<w:basedOn w:val="a"/>
<w:link w:val="CharChar2"/>
<w:rsid w:val="00AF1BC5"/>
<w:pPr>
<w:pStyle w:val="a8"/>
<w:jc w:val="left"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:lang/>
w:rPr>
w:style>
<w:style w:type="character" w:styleId="CharChar2">
<w:name w:val=" Char Char2"/>
<w:link w:val="a8"/>
<w:rsid w:val="00AF1BC5"/>
<w:rPr>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="24"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="a9">
<w:name w:val="annotation subject"/>
<wx:uiName wx:val="批注主题"/>
<w:basedOn w:val="a8"/>
<w:next w:val="a8"/>
<w:link w:val="CharChar1"/>
<w:rsid w:val="00AF1BC5"/>
<w:pPr>
<w:pStyle w:val="a9"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:b/>
<w:b-cs/>
w:rPr>
w:style>
<w:style w:type="character" w:styleId="CharChar1">
<w:name w:val=" Char Char1"/>
<w:link w:val="a9"/>
<w:rsid w:val="00AF1BC5"/>
<w:rPr>
<w:b/>
<w:b-cs/>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="24"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="aa">
<w:name w:val="Balloon Text"/>
<wx:uiName wx:val="批注框文本"/>
<w:basedOn w:val="a"/>
<w:link w:val="CharChar"/>
<w:rsid w:val="00AF1BC5"/>
<w:pPr>
<w:pStyle w:val="aa"/>
w:pPr>
<w:rPr>
<wx:font wx:val="Times New Roman"/>
<w:sz-cs w:val="18"/>
<w:lang/>
w:rPr>
w:style>
<w:style w:type="character" w:styleId="CharChar">
<w:name w:val=" Char Char"/>
<w:link w:val="aa"/>
<w:rsid w:val="00AF1BC5"/>
<w:rPr>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
w:rPr>
w:style>
<w:style w:type="character" w:styleId="CharChar3">
<w:name w:val=" Char Char3"/>
<w:basedOn w:val="a0"/>
<w:link w:val="a5"/>
<w:rsid w:val="005D26F6"/>
<w:rPr>
<w:kern w:val="2"/>
<w:sz w:val="18"/>
<w:sz-cs w:val="18"/>
w:rPr>
w:style>
<w:style w:type="paragraph" w:styleId="ab">
<w:name w:val="列出段落"/>
<w:basedOn w:val="a"/>
<w:rsid w:val="00F14797"/>
<w:pPr>
<w:pStyle w:val="ab"/>
<w:ind w:first-line-chars="200"/>
w:pPr>
<w:rPr>
<w:rFonts w:ascii="Calibri" w:h-ansi="Calibri"/>
<wx:font wx:val="Calibri"/>
<w:sz w:val="21"/>
<w:sz-cs w:val="22"/>
w:rPr>
w:style>
w:styles>
<w:shapeDefaults>
<o:shapedefaults v:ext="edit" spidmax="33794"/>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
o:shapelayout>
w:shapeDefaults>
<w:docPr>
<w:view w:val="print"/>
<w:zoom w:percent="100"/>
<w:bordersDontSurroundHeader/>
<w:bordersDontSurroundFooter/>
<w:attachedTemplate w:val=""/>
<w:defaultTabStop w:val="420"/>
<w:drawingGridHorizontalSpacing w:val="90"/>
<w:drawingGridVerticalSpacing w:val="156"/>
<w:displayHorizontalDrawingGridEvery w:val="0"/>
<w:displayVerticalDrawingGridEvery w:val="2"/>
<w:punctuationKerning/>
<w:characterSpacingControl w:val="CompressPunctuation"/>
<w:optimizeForBrowser/>
<w:validateAgainstSchema/>
<w:saveInvalidXML w:val="off"/>
<w:ignoreMixedContent w:val="off"/>
<w:alwaysShowPlaceholderText w:val="off"/>
<w:hdrShapeDefaults>
<o:shapedefaults v:ext="edit" spidmax="33794"/>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="32"/>
o:shapelayout>
w:hdrShapeDefaults>
<w:footnotePr>
<w:footnote w:type="separator">
<w:p wsp:rsidR="008458AE" wsp:rsidRDefault="008458AE">
<w:r>
<w:separator/>
w:r>
w:p>
w:footnote>
<w:footnote w:type="continuation-separator">
<w:p wsp:rsidR="008458AE" wsp:rsidRDefault="008458AE">
<w:r>
<w:continuationSeparator/>
w:r>
w:p>
w:footnote>
w:footnotePr>
<w:endnotePr>
<w:endnote w:type="separator">
<w:p wsp:rsidR="008458AE" wsp:rsidRDefault="008458AE">
<w:r>
<w:separator/>
w:r>
w:p>
w:endnote>
<w:endnote w:type="continuation-separator">
<w:p wsp:rsidR="008458AE" wsp:rsidRDefault="008458AE">
<w:r>
<w:continuationSeparator/>
w:r>
w:p>
w:endnote>
w:endnotePr>
<w:compat>
<w:spaceForUL/>
<w:balanceSingleByteDoubleByteWidth/>
<w:doNotLeaveBackslashAlone/>
<w:ulTrailSpace/>
<w:doNotExpandShiftReturn/>
<w:adjustLineHeightInTable/>
<w:breakWrappedTables/>
<w:snapToGridInCell/>
<w:wrapTextWithPunct/>
<w:useAsianBreakRules/>
<w:dontGrowAutofit/>
<w:useFELayout/>
w:compat>
<wsp:rsids>
<wsp:rsidRoot wsp:val="00463DD8"/>
<wsp:rsid wsp:val="00003C48"/>
<wsp:rsid wsp:val="0000718A"/>
<wsp:rsid wsp:val="00020519"/>
<wsp:rsid wsp:val="000227AA"/>
<wsp:rsid wsp:val="00034FFF"/>
<wsp:rsid wsp:val="00045F43"/>
<wsp:rsid wsp:val="000516A1"/>
<wsp:rsid wsp:val="00062517"/>
<wsp:rsid wsp:val="00067874"/>
<wsp:rsid wsp:val="00076C44"/>
<wsp:rsid wsp:val="0008424A"/>
<wsp:rsid wsp:val="000846A3"/>
<wsp:rsid wsp:val="00085875"/>
<wsp:rsid wsp:val="000A2EA7"/>
<wsp:rsid wsp:val="000A5703"/>
<wsp:rsid wsp:val="000B58BA"/>
<wsp:rsid wsp:val="000E062D"/>
<wsp:rsid wsp:val="000E2DD0"/>
<wsp:rsid wsp:val="00101B06"/>
<wsp:rsid wsp:val="001022B6"/>
<wsp:rsid wsp:val="0011630C"/>
<wsp:rsid wsp:val="00123BD1"/>
<wsp:rsid wsp:val="00145E23"/>
<wsp:rsid wsp:val="0015472A"/>
<wsp:rsid wsp:val="00154FF0"/>
<wsp:rsid wsp:val="00163BFA"/>
<wsp:rsid wsp:val="001776D3"/>
<wsp:rsid wsp:val="00194449"/>
<wsp:rsid wsp:val="001C07B8"/>
<wsp:rsid wsp:val="001F4C45"/>
<wsp:rsid wsp:val="0020305F"/>
<wsp:rsid wsp:val="00203AC8"/>
<wsp:rsid wsp:val="002058C0"/>
<wsp:rsid wsp:val="00233F20"/>
<wsp:rsid wsp:val="00235EEE"/>
<wsp:rsid wsp:val="00253BBB"/>
<wsp:rsid wsp:val="002C135A"/>
<wsp:rsid wsp:val="00300607"/>
<wsp:rsid wsp:val="00305A07"/>
<wsp:rsid wsp:val="003379CF"/>
<wsp:rsid wsp:val="00343C17"/>
<wsp:rsid wsp:val="00344098"/>
<wsp:rsid wsp:val="00346115"/>
<wsp:rsid wsp:val="003724C2"/>
<wsp:rsid wsp:val="003B7DD7"/>
<wsp:rsid wsp:val="003C03DD"/>
<wsp:rsid wsp:val="003D4707"/>
<wsp:rsid wsp:val="003D5846"/>
<wsp:rsid wsp:val="003D58DE"/>
<wsp:rsid wsp:val="00404EBA"/>
<wsp:rsid wsp:val="00430173"/>
<wsp:rsid wsp:val="00463DD8"/>
<wsp:rsid wsp:val="004B3890"/>
<wsp:rsid wsp:val="004B4CC5"/>
<wsp:rsid wsp:val="004B7227"/>
<wsp:rsid wsp:val="004C3AA8"/>
<wsp:rsid wsp:val="004C463A"/>
<wsp:rsid wsp:val="004C65B4"/>
<wsp:rsid wsp:val="004D71FD"/>
<wsp:rsid wsp:val="005128C5"/>
<wsp:rsid wsp:val="00514190"/>
<wsp:rsid wsp:val="00516B7E"/>
<wsp:rsid wsp:val="00516D39"/>
<wsp:rsid wsp:val="00530335"/>
<wsp:rsid wsp:val="00545ED1"/>
<wsp:rsid wsp:val="005524B3"/>
<wsp:rsid wsp:val="00573BBA"/>
<wsp:rsid wsp:val="00580621"/>
<wsp:rsid wsp:val="00596D80"/>
<wsp:rsid wsp:val="00597B6B"/>
<wsp:rsid wsp:val="005C7473"/>
<wsp:rsid wsp:val="005D2030"/>
<wsp:rsid wsp:val="005D26F6"/>
<wsp:rsid wsp:val="005D6BC7"/>
<wsp:rsid wsp:val="005D74D0"/>
<wsp:rsid wsp:val="006110F7"/>
<wsp:rsid wsp:val="00611C06"/>
<wsp:rsid wsp:val="00625CAF"/>
<wsp:rsid wsp:val="00626671"/>
<wsp:rsid wsp:val="00634AE2"/>
<wsp:rsid wsp:val="006566B4"/>
<wsp:rsid wsp:val="00660851"/>
<wsp:rsid wsp:val="0066745D"/>
<wsp:rsid wsp:val="006760F2"/>
<wsp:rsid wsp:val="00687EC3"/>
<wsp:rsid wsp:val="00690992"/>
<wsp:rsid wsp:val="006B0993"/>
<wsp:rsid wsp:val="006C116F"/>
<wsp:rsid wsp:val="006E0270"/>
<wsp:rsid wsp:val="006F647E"/>
<wsp:rsid wsp:val="00704EAF"/>
<wsp:rsid wsp:val="00712DC2"/>
<wsp:rsid wsp:val="00714A37"/>
<wsp:rsid wsp:val="00716CE5"/>
<wsp:rsid wsp:val="00740D6B"/>
<wsp:rsid wsp:val="0074147A"/>
<wsp:rsid wsp:val="007544FF"/>
<wsp:rsid wsp:val="007607C9"/>
<wsp:rsid wsp:val="007740C1"/>
<wsp:rsid wsp:val="00774210"/>
<wsp:rsid wsp:val="00777DE5"/>
<wsp:rsid wsp:val="007801DC"/>
<wsp:rsid wsp:val="00784A94"/>
<wsp:rsid wsp:val="00784EA6"/>
<wsp:rsid wsp:val="007A6EE4"/>
<wsp:rsid wsp:val="007B405F"/>
<wsp:rsid wsp:val="007C67B4"/>
<wsp:rsid wsp:val="007D1B00"/>
<wsp:rsid wsp:val="007E0F69"/>
<wsp:rsid wsp:val="007E5735"/>
<wsp:rsid wsp:val="00805AEE"/>
<wsp:rsid wsp:val="00815ADA"/>
<wsp:rsid wsp:val="0082397E"/>
<wsp:rsid wsp:val="008261A4"/>
<wsp:rsid wsp:val="0083443F"/>
<wsp:rsid wsp:val="0083633B"/>
<wsp:rsid wsp:val="008458AE"/>
<wsp:rsid wsp:val="00846632"/>
<wsp:rsid wsp:val="00846C2C"/>
<wsp:rsid wsp:val="00855FBD"/>
<wsp:rsid wsp:val="00875F82"/>
<wsp:rsid wsp:val="00896DBF"/>
<wsp:rsid wsp:val="008A68A4"/>
<wsp:rsid wsp:val="008C4CCC"/>
<wsp:rsid wsp:val="008D7DD0"/>
<wsp:rsid wsp:val="009176C7"/>
<wsp:rsid wsp:val="0092260B"/>
<wsp:rsid wsp:val="00926ABC"/>
<wsp:rsid wsp:val="0092700D"/>
<wsp:rsid wsp:val="00937E9A"/>
<wsp:rsid wsp:val="009506CB"/>
<wsp:rsid wsp:val="009634FD"/>
<wsp:rsid wsp:val="00966B53"/>
<wsp:rsid wsp:val="00981754"/>
<wsp:rsid wsp:val="009A5B9D"/>
<wsp:rsid wsp:val="009D79B1"/>
<wsp:rsid wsp:val="009E27B6"/>
<wsp:rsid wsp:val="009E6AB6"/>
<wsp:rsid wsp:val="009E703E"/>
<wsp:rsid wsp:val="00A22412"/>
<wsp:rsid wsp:val="00A41BEF"/>
<wsp:rsid wsp:val="00A548CE"/>
<wsp:rsid wsp:val="00A63A23"/>
<wsp:rsid wsp:val="00A8022E"/>
<wsp:rsid wsp:val="00AA5989"/>
<wsp:rsid wsp:val="00AB7707"/>
<wsp:rsid wsp:val="00AB7EDB"/>
<wsp:rsid wsp:val="00AC3382"/>
<wsp:rsid wsp:val="00AC5F8D"/>
<wsp:rsid wsp:val="00AE6599"/>
<wsp:rsid wsp:val="00AF1BC5"/>
<wsp:rsid wsp:val="00B02AAE"/>
<wsp:rsid wsp:val="00B0355E"/>
<wsp:rsid wsp:val="00B05669"/>
<wsp:rsid wsp:val="00B07560"/>
<wsp:rsid wsp:val="00B1694E"/>
<wsp:rsid wsp:val="00B551E8"/>
<wsp:rsid wsp:val="00B65167"/>
<wsp:rsid wsp:val="00B7120A"/>
<wsp:rsid wsp:val="00B75BDB"/>
<wsp:rsid wsp:val="00B8076E"/>
<wsp:rsid wsp:val="00B80953"/>
<wsp:rsid wsp:val="00B83EB8"/>
<wsp:rsid wsp:val="00B90075"/>
<wsp:rsid wsp:val="00B96B33"/>
<wsp:rsid wsp:val="00BB76A6"/>
<wsp:rsid wsp:val="00BD4B1F"/>
<wsp:rsid wsp:val="00BE2B6C"/>
<wsp:rsid wsp:val="00BE5608"/>
<wsp:rsid wsp:val="00C049F9"/>
<wsp:rsid wsp:val="00C50D86"/>
<wsp:rsid wsp:val="00C73EEF"/>
<wsp:rsid wsp:val="00C77165"/>
<wsp:rsid wsp:val="00C77193"/>
<wsp:rsid wsp:val="00CC1D65"/>
<wsp:rsid wsp:val="00CC5320"/>
<wsp:rsid wsp:val="00CD04DE"/>
<wsp:rsid wsp:val="00CF3730"/>
<wsp:rsid wsp:val="00CF3BD5"/>
<wsp:rsid wsp:val="00CF3EF8"/>
<wsp:rsid wsp:val="00D24890"/>
<wsp:rsid wsp:val="00D279FB"/>
<wsp:rsid wsp:val="00D31483"/>
<wsp:rsid wsp:val="00D536C1"/>
<wsp:rsid wsp:val="00D90DB2"/>
<wsp:rsid wsp:val="00D951E8"/>
<wsp:rsid wsp:val="00DB1004"/>
<wsp:rsid wsp:val="00DB652C"/>
<wsp:rsid wsp:val="00DC4BFE"/>
<wsp:rsid wsp:val="00DD26E9"/>
<wsp:rsid wsp:val="00DD7FFA"/>
<wsp:rsid wsp:val="00DE2327"/>
<wsp:rsid wsp:val="00E013FE"/>
<wsp:rsid wsp:val="00E15D0D"/>
<wsp:rsid wsp:val="00E34017"/>
<wsp:rsid wsp:val="00E45B47"/>
<wsp:rsid wsp:val="00E9062B"/>
<wsp:rsid wsp:val="00E97D4D"/>
<wsp:rsid wsp:val="00EA7714"/>
<wsp:rsid wsp:val="00EB12F5"/>
<wsp:rsid wsp:val="00EB246B"/>
<wsp:rsid wsp:val="00ED18DA"/>
<wsp:rsid wsp:val="00ED5B33"/>
<wsp:rsid wsp:val="00ED7627"/>
<wsp:rsid wsp:val="00EF309B"/>
<wsp:rsid wsp:val="00F14797"/>
<wsp:rsid wsp:val="00F171BD"/>
<wsp:rsid wsp:val="00F26688"/>
<wsp:rsid wsp:val="00F302DA"/>
<wsp:rsid wsp:val="00F67FCD"/>
<wsp:rsid wsp:val="00F83772"/>
<wsp:rsid wsp:val="00F9402A"/>
<wsp:rsid wsp:val="00F96B49"/>
<wsp:rsid wsp:val="00FA5FF4"/>
<wsp:rsid wsp:val="00FB1946"/>
<wsp:rsid wsp:val="00FB5B6A"/>
<wsp:rsid wsp:val="00FC02E4"/>
wsp:rsids>
w:docPr>
<w:body>
<wx:sect>
<aml:annotation aml:id="0" w:type="Word.Bookmark.Start" w:name="OLE_LINK1"/>
<aml:annotation aml:id="1" w:type="Word.Bookmark.Start" w:name="OLE_LINK2"/>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00CC4989" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:after-lines="250"/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:b/>
<w:sz w:val="44"/>
<w:sz-cs w:val="44"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00CC4989">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b/>
<w:sz w:val="44"/>
<w:sz-cs w:val="44"/>
w:rPr>
<w:t>xxxxx标题w:t>
w:r>
w:p>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:before-lines="100" w:after-lines="100" w:line="360" w:line-rule="auto"/>
<w:rPr>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>描述w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00C94FB7">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t>${customer}w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>,固定w:t>
w:r>
<w:r wsp:rsidRPr="00B17909">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00C94FB7">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t>${papers_num} w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>,截止w:t>
w:r>
<w:r wsp:rsidRPr="00290BD3">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00C94FB7">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
<w:u w:val="single"/>
w:rPr>
<w:t>${yesterday} w:t>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>,xxxx如下:w:t>
w:r>
w:p>
<w:tbl>
<w:tblPr>
<w:tblW w:w="10303" w:type="dxa"/>
<w:jc w:val="center"/>
<w:tblInd w:w="91" w:type="dxa"/>
<w:tblLook w:val="04A0"/>
w:tblPr>
<w:tblGrid>
<w:gridCol w:w="1656"/>
<w:gridCol w:w="1536"/>
<w:gridCol w:w="3011"/>
<w:gridCol w:w="1760"/>
<w:gridCol w:w="1216"/>
<w:gridCol w:w="1734"/>
w:tblGrid>
<w:tr wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidTr="00BD4B1F">
<w:trPr>
<w:trHeight w:val="570"/>
<w:jc w:val="center"/>
w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="1656" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头1w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="992" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头2w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="3011" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头3w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1760" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头4w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1250" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头5w:t>
w:r>
w:p>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${jingzhi_unit}w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1734" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>表头6w:t>
w:r>
w:p>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b-cs/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${zichan_unit}w:t>
w:r>
w:p>
w:tc>
w:tr>
<#list proList as infolist>
<w:tr wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidTr="00BD4B1F">
<w:trPr>
<w:trHeight w:val="435"/>
<w:jc w:val="center"/>
w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="1656" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="00EB12F5" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.fund_num}w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="992" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="00B8076E" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.pro_code}w:t>
w:r>
<w:r wsp:rsidR="003B7DD7">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t> w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="3311" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="001022B6" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.pro_name}w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1260" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="000E062D" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.share}w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1350" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="00545ED1" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.jingzhi}w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1734" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="00740D6B" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${infolist.shizhi}w:t>
w:r>
w:p>
w:tc>
w:tr>
#list>
<w:tr wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidTr="00FB1946">
<w:trPr>
<w:trHeight w:val="435"/>
<w:jc w:val="center"/>
w:trPr>
<w:tc>
<w:tcPr>
<w:tcW w:w="8569" w:type="dxa"/>
<w:gridSpan w:val="5"/>
<w:tcBorders>
<w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>xx总计w:t>
w:r>
w:p>
w:tc>
<w:tc>
<w:tcPr>
<w:tcW w:w="1734" w:type="dxa"/>
<w:tcBorders>
<w:top w:val="nil"/>
<w:left w:val="nil"/>
<w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
<w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="000000"/>
w:tcBorders>
<w:shd w:val="clear" w:color="auto" w:fill="auto"/>
<w:noWrap/>
<w:vAlign w:val="center"/>
w:tcPr>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00E61714" wsp:rsidRDefault="003B7DD7" wsp:rsidP="00C77165">
<w:pPr>
<w:widowControl/>
<w:jc w:val="center"/>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:cs="Arial" w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:b/>
<w:kern w:val="0"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${sum}w:t>
w:r>
w:p>
w:tc>
w:tr>
w:tbl>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:before-lines="100" w:after-lines="100" w:line="360" w:line-rule="auto"/>
<w:ind w:first-line-chars="150"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:noProof/>
w:rPr>
<#if aa==1 >
<w:pict>
<v:shapetype id="_x0000_t75" coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f">
<v:stroke joinstyle="miter"/>
<v:formulas>
<v:f eqn="if lineDrawn pixelLineWidth 0"/>
<v:f eqn="sum @0 1 0"/>
<v:f eqn="sum 0 0 @1"/>
<v:f eqn="prod @2 1 2"/>
<v:f eqn="prod @3 21600 pixelWidth"/>
<v:f eqn="prod @3 21600 pixelHeight"/>
<v:f eqn="sum @0 0 1"/>
<v:f eqn="prod @6 1 2"/>
<v:f eqn="prod @7 21600 pixelWidth"/>
<v:f eqn="sum @8 21600 0"/>
<v:f eqn="prod @7 21600 pixelHeight"/>
<v:f eqn="sum @10 21600 0"/>
v:formulas>
<v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
<o:lock v:ext="edit" aspectratio="t"/>
v:shapetype>
<w:binData w:name="wordml://02000001.jpg">${image}
w:binData>
<v:shape id="_x0000_s1027" type="#_x0000_t75" style="position:absolute;left:0;text-align:left;margin-left:299.25pt;margin-top:24.7pt;width:105pt;height:105pt;z-index:-1;mso-position-horizontal-relative:text;mso-position-vertical-relative:text" wrapcoords="-114 0 -114 21486 21600 21486 21600 0 -114 0">
<v:imagedata src="wordml://02000001.jpg" o:title="seal"/>
v:shape>
w:pict>
#if>
w:r>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>xxxx。w:t>
w:r>
w:p>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:line="360" w:line-rule="auto"/>
<w:ind w:first-line-chars="200"/>
<w:jc w:val="right"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r wsp:rsidRPr="00C16E8B">
<w:rPr>
<w:rFonts w:hint="fareast"/>
<wx:font wx:val="宋体"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>xxxxx有限公司w:t>
w:r>
w:p>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00C16E8B" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:line="360" w:line-rule="auto"/>
<w:ind w:first-line-chars="200"/>
<w:jc w:val="right"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
w:rPr>
w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="24"/>
w:rPr>
<w:t>${create_date}w:t>
w:r>
w:p>
<aml:annotation aml:id="0" w:type="Word.Bookmark.End"/>
<aml:annotation aml:id="1" w:type="Word.Bookmark.End"/>
<w:p wsp:rsidR="003B7DD7" wsp:rsidRPr="00570E60" wsp:rsidRDefault="003B7DD7" wsp:rsidP="003B7DD7">
<w:pPr>
<w:spacing w:line="360" w:line-rule="auto"/>
<w:rPr>
<w:rFonts w:hint="fareast"/>
<w:sz w:val="28"/>
<w:sz-cs w:val="28"/>
w:rPr>
w:pPr>
w:p>
<w:p wsp:rsidR="0000718A" wsp:rsidRPr="003B7DD7" wsp:rsidRDefault="0000718A" wsp:rsidP="003B7DD7"/>
<w:sectPr wsp:rsidR="0000718A" wsp:rsidRPr="003B7DD7" wsp:rsidSect="00B65167">
<w:hdr w:type="odd">
<wx:pBdrGroup>
<wx:borders>
<wx:bottom wx:val="solid" wx:bdrwidth="15" wx:space="24" wx:color="auto"/>
wx:borders>
<w:p wsp:rsidR="001776D3" wsp:rsidRPr="00ED18DA" wsp:rsidRDefault="001776D3" wsp:rsidP="00ED18DA">
<w:pPr>
<w:pStyle w:val="a4"/>
<w:pBdr>
<w:bottom w:val="single" w:sz="6" wx:bdrwidth="15" w:space="24" w:color="auto"/>
w:pBdr>
w:pPr>
<w:r>
<w:rPr>
<w:noProof/>
w:rPr>
w:r>
w:p>
wx:pBdrGroup>
w:hdr>
<w:ftr w:type="odd">
<w:p wsp:rsidR="001776D3" wsp:rsidRDefault="001776D3" wsp:rsidP="005D26F6">
<w:pPr>
<w:pStyle w:val="a5"/>
w:pPr>
<w:r wsp:rsidRPr="00113927">
<w:rPr>
<w:noProof/>
w:rPr>
w:r>
<w:r>
<w:rPr>
<w:rFonts w:hint="fareast"/>
w:rPr>
<w:t> w:t>
w:r>
<w:r wsp:rsidRPr="00113927">
<w:rPr>
<w:noProof/>
w:rPr>
w:r>
<w:r>
<w:rPr>
<w:rFonts w:hint="fareast"/>
w:rPr>
<w:t> w:t>
w:r>
w:p>
<w:p wsp:rsidR="001776D3" wsp:rsidRPr="005D26F6" wsp:rsidRDefault="001776D3" wsp:rsidP="005D26F6">
<w:pPr>
<w:pStyle w:val="a5"/>
w:pPr>
w:p>
w:ftr>
<w:pgSz w:w="11906" w:h="16838" w:code="9"/>
<w:pgMar w:top="851" w:right="1700" w:bottom="709" w:left="1560" w:header="283" w:footer="283" w:gutter="0"/>
<w:cols w:space="425"/>
<w:docGrid w:type="lines" w:line-pitch="312"/>
w:sectPr>
wx:sect>
w:body>
w:wordDocument>
image.jpg 随便一张图片就可以了,此处就不上传了。
需要导入的包就一个:freemarker.jar