2016年6月10日
摘要: NPOI创建DOCX常用操作 1、 创建文档 XWPFDocument m_Docx = new XWPFDocument(); 2、 页面设置 //1‘=1440twip=25.4mm=72pt(磅point)=96px(像素pixel) //1px(像素pixel)=0.75pt(磅point) 阅读全文
posted @ 2016-06-10 14:39 itprobie-菜鸟程序员 阅读(3837) 评论(0) 推荐(1)