Examples of writeStyleString()


Examples of com.trulytech.mantis.util.ExcelWriter.writeStyleString()

     
      WritableFont font = new WritableFont(WritableFont.ARIAL, 16,
                WritableFont.BOLD, false,
                UnderlineStyle.NO_UNDERLINE,
                jxl.format.Colour.BLACK);
      writer.writeStyleString(0, 0, 0, "会员信息表", font,
                jxl.format.Alignment.CENTRE);
      //表头
      writer.writeString(0, 0, 1, "登陆名");
      writer.writeString(0, 1, 1, "密码");
      writer.writeString(0, 2, 1, "真实姓名");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.