当前位置:首页 > Web开发 > 正文

网页表单导出word和pdf格局

2024-07-17 Web开发

用到的技术 freeMarker+java生成word,jacob实现word转换成pdf,itext对pdf文档进行操纵

生成word

1.界说模板

在word文件中定好模板

技术图片

然后将模板另存为xml格局的,生存好改削文件格局为ftl,在需要遍历的处所给文件添加 <#list list as list ><#list>标签遍历数据

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?mso-application progid="Word.Document"?> <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" w:macrosPresent="no" w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties> <o:Author>Administrator</o:Author> <o:LastAuthor>梦里千寻</o:LastAuthor> <o:Created>2020-03-30T01:59:38Z</o:Created> <o:LastSaved>2020-03-30T02:03:24Z</o:LastSaved> <o:TotalTime>2880</o:TotalTime> <o:Version>14</o:Version> </o:DocumentProperties> <o:CustomDocumentProperties> <o:KSOProductBuildVer dt:dt="string">2052-11.1.0.9584</o:KSOProductBuildVer> </o:CustomDocumentProperties> <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="Times New Roman"> <w:panose-1 w:val="02020603050405020304"/> <w:charset w:val="00"/> <w:family w:val="Auto"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/> </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="Default"/> <w:sig w:usb-0="00000003" w:usb-1="288F0000" w:usb-2="00000006" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/> </w:font> <w:font w:name="Wingdings"> <w:panose-1 w:val="05000000000000000000"/> <w:charset w:val="02"/> <w:family w:val="Auto"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" w:csb-1="00000000"/> </w:font> <w:font w:name="Arial"> <w:panose-1 w:val="020B0604020202020204"/> <w:charset w:val="01"/> <w:family w:val="SWiss"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="E0002EFF" w:usb-1="C000785B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/> </w:font> <w:font w:name="黑体"> <w:panose-1 w:val="02010609060101010101"/> <w:charset w:val="86"/> <w:family w:val="Auto"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="800002BF" w:usb-1="38CF7CFA" w:usb-2="00000016" w:usb-3="00000000" w:csb-0="00040001" w:csb-1="00000000"/> </w:font> <w:font w:name="Courier New"> <w:panose-1 w:val="02070309020205020404"/> <w:charset w:val="01"/> <w:family w:val="Modern"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="E0002EFF" w:usb-1="C0007843" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="400001FF" w:csb-1="FFFF0000"/> </w:font> <w:font w:name="Symbol"> <w:panose-1 w:val="05050102010706020507"/> <w:charset w:val="02"/> <w:family w:val="Roman"/> <w:pitch w:val="Default"/> <w:sig w:usb-0="00000000" w:usb-1="00000000" w:usb-2="00000000" w:usb-3="00000000" w:csb-0="80000000" 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="Default"/> <w:sig w:usb-0="E4002EFF" w:usb-1="C000247B" w:usb-2="00000009" w:usb-3="00000000" w:csb-0="200001FF" w:csb-1="00000000"/> </w:font> </w:fonts> <w:styles> <w:latentStyles w:defLockedState="off" w:latentStyleCount="260"> <w:lsdException w:name="Normal"/> <w:lsdException w:name="heading 1"/> <w:lsdException w:name="heading 2"/> <w:lsdException w:name="heading 3"/> <w:lsdException w:name="heading 4"/> <w:lsdException w:name="heading 5"/> <w:lsdException w:name="heading 6"/> <w:lsdException w:name="heading 7"/> <w:lsdException w:name="heading 8"/> <w:lsdException w:name="heading 9"/> <w:lsdException w:name="index 1"/> <w:lsdException w:name="index 2"/> <w:lsdException w:name="index 3"/> <w:lsdException w:name="index 4"/> <w:lsdException w:name="index 5"/> <w:lsdException w:name="index 6"/> <w:lsdException w:name="index 7"/> <w:lsdException w:name="index 8"/> <w:lsdException w:name="index 9"/> <w:lsdException w:name="toc 1"/> <w:lsdException w:name="toc 2"/> <w:lsdException w:name="toc 3"/> <w:lsdException w:name="toc 4"/> <w:lsdException w:name="toc 5"/> <w:lsdException w:name="toc 6"/> <w:lsdException w:name="toc 7"/> <w:lsdException w:name="toc 8"/> <w:lsdException w:name="toc 9"/> <w:lsdException w:name="Normal Indent"/> <w:lsdException w:name="footnote text"/> <w:lsdException w:name="annotation text"/> <w:lsdException w:name="header"/> <w:lsdException w:name="footer"/> <w:lsdException w:name="index heading"/> <w:lsdException w:name="caption"/> <w:lsdException w:name="table of figures"/> <w:lsdException w:name="envelope address"/> <w:lsdException w:name="envelope return"/> <w:lsdException w:name="footnote reference"/> <w:lsdException w:name="annotation reference"/> <w:lsdException w:name="line number"/> <w:lsdException w:name="page number"/> <w:lsdException w:name="endnote reference"/> <w:lsdException w:name="endnote text"/> <w:lsdException w:name="table of authorities"/> <w:lsdException w:name="macro"/> <w:lsdException w:name="toa heading"/> <w:lsdException w:name="List"/> <w:lsdException w:name="List Bullet"/> <w:lsdException w:name="List Number"/> <w:lsdException w:name="List 2"/> <w:lsdException w:name="List 3"/> <w:lsdException w:name="List 4"/> <w:lsdException w:name="List 5"/> <w:lsdException w:name="List Bullet 2"/> <w:lsdException w:name="List Bullet 3"/> <w:lsdException w:name="List Bullet 4"/> <w:lsdException w:name="List Bullet 5"/> <w:lsdException w:name="List Number 2"/> <w:lsdException w:name="List Number 3"/> <w:lsdException w:name="List Number 4"/> <w:lsdException w:name="List Number 5"/> <w:lsdException w:name="Title"/> <w:lsdException w:name="Closing"/> <w:lsdException w:name="Signature"/> <w:lsdException w:name="Default Paragraph Font"/> <w:lsdException w:name="Body Text"/> <w:lsdException w:name="Body Text Indent"/> <w:lsdException w:name="List Continue"/> <w:lsdException w:name="List Continue 2"/> <w:lsdException w:name="List Continue 3"/> <w:lsdException w:name="List Continue 4"/> <w:lsdException w:name="List Continue 5"/> <w:lsdException w:name="Message Header"/> <w:lsdException w:name="Subtitle"/> <w:lsdException w:name="Salutation"/> <w:lsdException w:name="Date"/> <w:lsdException w:name="Body Text First Indent"/> <w:lsdException w:name="Body Text First Indent 2"/> <w:lsdException w:name="Note Heading"/> <w:lsdException w:name="Body Text 2"/> <w:lsdException w:name="Body Text 3"/> <w:lsdException w:name="Body Text Indent 2"/> <w:lsdException w:name="Body Text Indent 3"/> <w:lsdException w:name="Block Text"/> <w:lsdException w:name="Hyperlink"/> <w:lsdException w:name="FollowedHyperlink"/> <w:lsdException w:name="Strong"/> <w:lsdException w:name="Emphasis"/> <w:lsdException w:name="Document Map"/> <w:lsdException w:name="Plain Text"/> <w:lsdException w:name="E-mail Signature"/> <w:lsdException w:name="Normal (Web)"/> <w:lsdException w:name="HTML Acronym"/> <w:lsdException w:name="HTML Address"/> <w:lsdException w:name="HTML Cite"/> <w:lsdException w:name="HTML Code"/> <w:lsdException w:name="HTML Definition"/> <w:lsdException w:name="HTML Keyboard"/> <w:lsdException w:name="HTML Preformatted"/> <w:lsdException w:name="HTML Sample"/> <w:lsdException w:name="HTML Typewriter"/> <w:lsdException w:name="HTML Variable"/> <w:lsdException w:name="Normal Table"/> <w:lsdException w:name="annotation subject"/> <w:lsdException w:name="Table Simple 1"/> <w:lsdException w:name="Table Simple 2"/> <w:lsdException w:name="Table Simple 3"/> <w:lsdException w:name="Table Classic 1"/> <w:lsdException w:name="Table Classic 2"/> <w:lsdException w:name="Table Classic 3"/> <w:lsdException w:name="Table Classic 4"/> <w:lsdException w:name="Table Colorful 1"/> <w:lsdException w:name="Table Colorful 2"/> <w:lsdException w:name="Table Colorful 3"/> <w:lsdException w:name="Table Columns 1"/> <w:lsdException w:name="Table Columns 2"/> <w:lsdException w:name="Table Columns 3"/> <w:lsdException w:name="Table Columns 4"/> <w:lsdException w:name="Table Columns 5"/> <w:lsdException w:name="Table Grid 1"/> <w:lsdException w:name="Table Grid 2"/> <w:lsdException w:name="Table Grid 3"/> <w:lsdException w:name="Table Grid 4"/> <w:lsdException w:name="Table Grid 5"/> <w:lsdException w:name="Table Grid 6"/> <w:lsdException w:name="Table Grid 7"/> <w:lsdException w:name="Table Grid 8"/> <w:lsdException w:name="Table List 1"/> <w:lsdException w:name="Table List 2"/> <w:lsdException w:name="Table List 3"/> <w:lsdException w:name="Table List 4"/> <w:lsdException w:name="Table List 5"/> <w:lsdException w:name="Table List 6"/> <w:lsdException w:name="Table List 7"/> <w:lsdException w:name="Table List 8"/> <w:lsdException w:name="Table 3D effects 1"/> <w:lsdException w:name="Table 3D effects 2"/> <w:lsdException w:name="Table 3D effects 3"/> <w:lsdException w:name="Table Contemporary"/> <w:lsdException w:name="Table Elegant"/> <w:lsdException w:name="Table Professional"/> <w:lsdException w:name="Table Subtle 1"/> <w:lsdException w:name="Table Subtle 2"/> <w:lsdException w:name="Table Web 1"/> <w:lsdException w:name="Table Web 2"/> <w:lsdException w:name="Table Web 3"/> <w:lsdException w:name="Balloon Text"/> <w:lsdException w:name="Table Grid"/> <w:lsdException w:name="Table Theme"/> <w:lsdException w:name="Light Shading"/> <w:lsdException w:name="Light List"/> <w:lsdException w:name="Light Grid"/> <w:lsdException w:name="Medium Shading 1"/> <w:lsdException w:name="Medium Shading 2"/> <w:lsdException w:name="Medium List 1"/> <w:lsdException w:name="Medium List 2"/> <w:lsdException w:name="Medium Grid 1"/> <w:lsdException w:name="Medium Grid 2"/> <w:lsdException w:name="Medium Grid 3"/> <w:lsdException w:name="Dark List"/> <w:lsdException w:name="Colorful Shading"/> <w:lsdException w:name="Colorful List"/> <w:lsdException w:name="Colorful Grid"/> <w:lsdException w:name="Light Shading Accent 1"/> <w:lsdException w:name="Light List Accent 1"/> <w:lsdException w:name="Light Grid Accent 1"/> <w:lsdException w:name="Medium Shading 1 Accent 1"/> <w:lsdException w:name="Medium Shading 2 Accent 1"/> <w:lsdException w:name="Medium List 1 Accent 1"/> <w:lsdException w:name="Medium List 2 Accent 1"/> <w:lsdException w:name="Medium Grid 1 Accent 1"/> <w:lsdException w:name="Medium Grid 2 Accent 1"/> <w:lsdException w:name="Medium Grid 3 Accent 1"/> <w:lsdException w:name="Dark List Accent 1"/> <w:lsdException w:name="Colorful Shading Accent 1"/> <w:lsdException w:name="Colorful List Accent 1"/> <w:lsdException w:name="Colorful Grid Accent 1"/> <w:lsdException w:name="Light Shading Accent 2"/> <w:lsdException w:name="Light List Accent 2"/> <w:lsdException w:name="Light Grid Accent 2"/> <w:lsdException w:name="Medium Shading 1 Accent 2"/> <w:lsdException w:name="Medium Shading 2 Accent 2"/> <w:lsdException w:name="Medium List 1 Accent 2"/> <w:lsdException w:name="Medium List 2 Accent 2"/> <w:lsdException w:name="Medium Grid 1 Accent 2"/> <w:lsdException w:name="Medium Grid 2 Accent 2"/> <w:lsdException w:name="Medium Grid 3 Accent 2"/> <w:lsdException w:name="Dark List Accent 2"/> <w:lsdException w:name="Colorful Shading Accent 2"/> <w:lsdException w:name="Colorful List Accent 2"/> <w:lsdException w:name="Colorful Grid Accent 2"/> <w:lsdException w:name="Light Shading Accent 3"/> <w:lsdException w:name="Light List Accent 3"/> <w:lsdException w:name="Light Grid Accent 3"/> <w:lsdException w:name="Medium Shading 1 Accent 3"/> <w:lsdException w:name="Medium Shading 2 Accent 3"/> <w:lsdException w:name="Medium List 1 Accent 3"/> <w:lsdException w:name="Medium List 2 Accent 3"/> <w:lsdException w:name="Medium Grid 1 Accent 3"/> <w:lsdException w:name="Medium Grid 2 Accent 3"/> <w:lsdException w:name="Medium Grid 3 Accent 3"/> <w:lsdException w:name="Dark List Accent 3"/> <w:lsdException w:name="Colorful Shading Accent 3"/> <w:lsdException w:name="Colorful List Accent 3"/> <w:lsdException w:name="Colorful Grid Accent 3"/> <w:lsdException w:name="Light Shading Accent 4"/> <w:lsdException w:name="Light List Accent 4"/> <w:lsdException w:name="Light Grid Accent 4"/> <w:lsdException w:name="Medium Shading 1 Accent 4"/> <w:lsdException w:name="Medium Shading 2 Accent 4"/> <w:lsdException w:name="Medium List 1 Accent 4"/> <w:lsdException w:name="Medium List 2 Accent 4"/> <w:lsdException w:name="Medium Grid 1 Accent 4"/> <w:lsdException w:name="Medium Grid 2 Accent 4"/> <w:lsdException w:name="Medium Grid 3 Accent 4"/> <w:lsdException w:name="Dark List Accent 4"/> <w:lsdException w:name="Colorful Shading Accent 4"/> <w:lsdException w:name="Colorful List Accent 4"/> <w:lsdException w:name="Colorful Grid Accent 4"/> <w:lsdException w:name="Light Shading Accent 5"/> <w:lsdException w:name="Light List Accent 5"/> <w:lsdException w:name="Light Grid Accent 5"/> <w:lsdException w:name="Medium Shading 1 Accent 5"/> <w:lsdException w:name="Medium Shading 2 Accent 5"/> <w:lsdException w:name="Medium List 1 Accent 5"/> <w:lsdException w:name="Medium List 2 Accent 5"/> <w:lsdException w:name="Medium Grid 1 Accent 5"/> <w:lsdException w:name="Medium Grid 2 Accent 5"/> <w:lsdException w:name="Medium Grid 3 Accent 5"/> <w:lsdException w:name="Dark List Accent 5"/> <w:lsdException w:name="Colorful Shading Accent 5"/> <w:lsdException w:name="Colorful List Accent 5"/> <w:lsdException w:name="Colorful Grid Accent 5"/> <w:lsdException w:name="Light Shading Accent 6"/> <w:lsdException w:name="Light List Accent 6"/> <w:lsdException w:name="Light Grid Accent 6"/> <w:lsdException w:name="Medium Shading 1 Accent 6"/> <w:lsdException w:name="Medium Shading 2 Accent 6"/> <w:lsdException w:name="Medium List 1 Accent 6"/> <w:lsdException w:name="Medium List 2 Accent 6"/> <w:lsdException w:name="Medium Grid 1 Accent 6"/> <w:lsdException w:name="Medium Grid 2 Accent 6"/> <w:lsdException w:name="Medium Grid 3 Accent 6"/> <w:lsdException w:name="Dark List Accent 6"/> <w:lsdException w:name="Colorful Shading Accent 6"/> <w:lsdException w:name="Colorful List Accent 6"/> <w:lsdException w:name="Colorful Grid Accent 6"/> </w:latentStyles> <w:style w:type="paragraph" w:styleId="a1" w:default="on"> <w:name w:val="Normal"/> <w:pPr> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/> <w:kern w:val="0"/> <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="paragraph" w:styleId="2"> <w:name w:val="heading 1"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="44"/> <w:sz w:val="48"/> <w:sz-cs w:val="48"/> <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 2"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:semiHidden/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <w:sz w:val="36"/> <w:sz-cs w:val="36"/> <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="4"> <w:name w:val="heading 3"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:semiHidden/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <w:sz w:val="27"/> <w:sz-cs w:val="27"/> <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="5"> <w:name w:val="heading 4"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:semiHidden/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <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="paragraph" w:styleId="6"> <w:name w:val="heading 5"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:semiHidden/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <w:sz w:val="20"/> <w:sz-cs w:val="20"/> <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="7"> <w:name w:val="heading 6"/> <w:basedOn w:val="a1"/> <w:next w:val="a1"/> <w:semiHidden/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <w:sz w:val="15"/> <w:sz-cs w:val="15"/> <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="a11" w:default="on"> <w:name w:val="Default Paragraph Font"/> <w:semiHidden/> </w:style> <w:style w:type="table" w:styleId="a10" w:default="on"> <w:name w:val="Normal Table"/> <w:semiHidden/> <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="paragraph" w:styleId="a8"> <w:name w:val="HTML Preformatted"/> <w:basedOn w:val="a1"/> <w:pPr> <w:tabs> <w:tab w:val="left" w:pos="916"/> <w:tab w:val="left" w:pos="1832"/> <w:tab w:val="left" w:pos="2748"/> <w:tab w:val="left" w:pos="3664"/> <w:tab w:val="left" w:pos="4580"/> <w:tab w:val="left" w:pos="5496"/> <w:tab w:val="left" w:pos="6412"/> <w:tab w:val="left" w:pos="7328"/> <w:tab w:val="left" w:pos="8244"/> <w:tab w:val="left" w:pos="9160"/> <w:tab w:val="left" w:pos="10076"/> <w:tab w:val="left" w:pos="10992"/> <w:tab w:val="left" w:pos="11908"/> <w:tab w:val="left" w:pos="12824"/> <w:tab w:val="left" w:pos="13740"/> <w:tab w:val="left" w:pos="14656"/> </w:tabs> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:kern w:val="0"/> <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="paragraph" w:styleId="a9"> <w:name w:val="Normal (Web)"/> <w:basedOn w:val="a1"/> <w:pPr> <w:spacing w:before="100" w:before-autospacing="on" w:after="100" w:after-autospacing="on"/> <w:ind w:left="0" w:right="0"/> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:kern w:val="0"/> <w:sz 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="a12"> <w:name w:val="columnhead"/> <w:basedOn w:val="a1"/> <w:pPr> <w:pBdr> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:pBdr> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:kern w:val="0"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <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="a13"> <w:name w:val="head1"/> <w:basedOn w:val="a1"/> <w:pPr> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:kern w:val="0"/> <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="paragraph" w:styleId="a14"> <w:name w:val="head2"/> <w:basedOn w:val="a1"/> <w:pPr> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:kern w:val="0"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <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="a15"> <w:name w:val="columndata"/> <w:basedOn w:val="a1"/> <w:pPr> <w:pBdr> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:pBdr> <w:jc w:val="left"/> </w:pPr> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:kern w:val="0"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <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="a16"> <w:name w:val="head11"/> <w:basedOn w:val="a11"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:b/> <w:sz w:val="24"/> <w:sz-cs w:val="24"/> </w:rPr> </w:style> <w:style w:type="character" w:styleId="a17"> <w:name w:val="head21"/> <w:basedOn w:val="a11"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> </w:style> </w:styles> <w:bgPict> <w:background w:bgcolor="#FFFFFF"/> <v:background> <v:fill on="t" color2="#FFFFFF" focussize="0,0"/> </v:background> </w:bgPict> <w:docPr> <w:view w:val="print"/> <w:zoom w:percent="100"/> <w:characterSpacingControl w:val="DontCompress"/> <w:documentProtection w:enforcement="off"/> <w:doNotEmbedSystemFonts/> <w:defaultTabStop w:val="420"/> <w:displayHorizontalDrawingGridEvery w:val="1"/> <w:displayVerticalDrawingGridEvery w:val="1"/> <w:compat> <w:spaceForUL/> <w:useFELayout/> </w:compat> </w:docPr> <w:body> <wx:sect> <w:tbl> <w:tblPr> <w:tblW w:w="13752" w:type="dxa"/> <w:tblInd w:w="0" w:type="dxa"/> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tblCellMar> <w:top w:w="0" w:type="dxa"/> <w:left w:w="0" w:type="dxa"/> <w:bottom w:w="0" w:type="dxa"/> <w:right w:w="0" w:type="dxa"/> </w:tblCellMar> </w:tblPr> <w:tblGrid> <w:gridCol w:w="1872"/> <w:gridCol w:w="1152"/> <w:gridCol w:w="864"/> <w:gridCol w:w="9864"/> </w:tblGrid> <w:tr> <w:tblPrEx> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tblCellMar> <w:top w:w="0" w:type="dxa"/> <w:left w:w="0" w:type="dxa"/> <w:bottom w:w="0" w:type="dxa"/> <w:right w:w="0" w:type="dxa"/> </w:tblCellMar> </w:tblPrEx> <w:trPr> <w:trHeight w:val="720" w:h-rule="atLeast"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="0" w:type="auto"/> <w:gridSpan w:val="4"/> <w:tcBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="12" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> </w:pPr> <w:r> <w:rPr> <w:rStyle w:val="a16"/> <w:bdr w:val="nil"/> </w:rPr> <w:t>表C.1 录井综合记录</w:t> </w:r> </w:p> </w:tc> </w:tr> <w:tr> <w:tblPrEx> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tblCellMar> <w:top w:w="0" w:type="dxa"/> <w:left w:w="0" w:type="dxa"/> <w:bottom w:w="0" w:type="dxa"/> <w:right w:w="0" w:type="dxa"/> </w:tblCellMar> </w:tblPrEx> <w:trPr/> <w:tc> <w:tcPr> <w:tcW w:w="1872" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:t>日期、时间</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1152" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:t>工序</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="864" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:t>井深</w:t> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:br w:type="text-wrapping"/> </w:r> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:t>m</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="9864" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> </w:rPr> <w:t>主要事项</w:t> </w:r> </w:p> </w:tc> </w:tr> <#list list as list > <w:tr> <w:tblPrEx> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tblCellMar> <w:top w:w="0" w:type="dxa"/> <w:left w:w="0" w:type="dxa"/> <w:bottom w:w="0" w:type="dxa"/> <w:right w:w="0" w:type="dxa"/> </w:tblCellMar> </w:tblPrEx> <w:trPr/> <w:tc> <w:tcPr> <w:tcW w:w="1872" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="58" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="left"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> <w:t>${list.rq}</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="1152" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="12" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> <w:t>${list.gx}</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="864" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="12" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="center"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> <w:t>${list.js}</w:t> </w:r> </w:p> </w:tc> <w:tc> <w:tcPr> <w:tcW w:w="9864" w:type="dxa"/> <w:tcBorders> <w:top w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:left w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:bottom w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> <w:right w:val="single" w:sz="4" wx:bdrwidth="10" w:space="0" w:color="auto"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="58" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="left"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="default"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rFonts w:ascii="宋体" w:h-ansi="宋体" w:fareast="宋体" w:cs="宋体" w:hint="fareast"/> <w:sz w:val="18"/> <w:sz-cs w:val="18"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> <w:t>${list.zysxjcsqk}</w:t> </w:r> </w:p> </w:tc> </w:tr> </#list> <#--强制换页--> <#-- <w:p ><w:r><w:br w:type="page" /></w:r></w:p>--> <w:tr> <w:tblPrEx> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tblCellMar> <w:top w:w="0" w:type="dxa"/> <w:left w:w="0" w:type="dxa"/> <w:bottom w:w="0" w:type="dxa"/> <w:right w:w="0" w:type="dxa"/> </w:tblCellMar> </w:tblPrEx> <w:trPr> <w:trHeight w:val="432" w:h-rule="atLeast"/> </w:trPr> <w:tc> <w:tcPr> <w:tcW w:w="0" w:type="auto"/> <w:gridSpan w:val="4"/> <w:tcBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> </w:tcBorders> <w:shd w:val="clear" w:color="auto" w:fill="auto"/> <w:tcMar> <w:top w:w="58" w:type="dxa"/> <w:left w:w="12" w:type="dxa"/> <w:bottom w:w="58" w:type="dxa"/> </w:tcMar> <w:vAlign w:val="center"/> </w:tcPr> <w:p> <w:pPr> <w:keepNext w:val="off"/> <w:keepLines w:val="off"/> <w:widowControl/> <w:supressLineNumbers w:val="off"/> <w:jc w:val="left"/> <w:textAlignment w:val="center"/> <w:rPr> <w:rFonts w:fareast="宋体" w:hint="default"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> </w:pPr> <w:r> <w:rPr> <w:rStyle w:val="a17"/> <w:bdr w:val="nil"/> </w:rPr> <w:t>                                                   审核人:</w:t> </w:r> <w:r> <w:rPr> <w:rStyle w:val="a17"/> <w:rFonts w:fareast="宋体" w:hint="fareast"/> <w:bdr w:val="nil"/> <w:lang w:val="EN-US" w:fareast="ZH-CN"/> </w:rPr> <w:t> </w:t> </w:r> </w:p> </w:tc> </w:tr> </w:tbl> <w:p> <w:pPr> <w:rPr> <w:sz w:val="24"/> <w:sz-cs w:val="24"/> </w:rPr> </w:pPr> </w:p> <w:sectPr> <w:pgSz w:w="16838" w:h="11906"/> <w:pgMar w:top="576" w:right="1" w:bottom="576" w:left="1440" w:header="851" w:footer="992" w:gutter="0"/> <w:cols w:space="0"/> </w:sectPr> </wx:sect> </w:body></w:wordDocument>

  编写工具类 FreemarkerUtils 

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/27367.html