freemaker转word xml注意事项
摘要:java类字符串变量如果含有以下2种字符:&和 大于号& & 和' ’单引号" " 双引号注意: 只有"=0){ escaped = escaped.replace("&", "&"); } else if(escaped...
阅读全文
posted @
2014-08-19 16:33
janehlp
阅读(473)
推荐(0)
jacob如何获取word文档的页码
摘要:ActiveXComponent app = new ActiveXComponent("Word.Application"); //启动word String inFile = "C:\\TEMP\\test.doc";app.setProperty("Visible", new...
阅读全文
posted @
2014-08-05 16:56
janehlp
阅读(1333)
推荐(0)