Uses of Class
org.aoju.bus.office.word.Word07Writer
Packages that use Word07Writer
-
Uses of Word07Writer in org.aoju.bus.office.word
Methods in org.aoju.bus.office.word that return Word07WriterModifier and TypeMethodDescriptionWord07Writer.addPicture(File picFile, int width, int height) 增加图片,单独成段落Word07Writer.addPicture(InputStream in, PicType picType, String fileName, int width, int height) 增加图片,单独成段落,增加后图片流关闭,默认居中对齐Word07Writer.addPicture(InputStream in, PicType picType, String fileName, int width, int height, org.apache.poi.xwpf.usermodel.ParagraphAlignment align) 增加图片,单独成段落,增加后图片流关闭增加表格数据增加一个段落Word07Writer.addText(org.apache.poi.xwpf.usermodel.ParagraphAlignment align, Font font, String... texts) 增加一个段落Word07Writer.flush()将Excel Workbook刷出到预定义的文件 如果用户未自定义输出的文件,将抛出NullPointerException预定义文件可以通过setDestFile(File)方法预定义,或者通过构造定义将Excel Workbook刷出到文件 如果用户未自定义输出的文件,将抛出NullPointerExceptionWord07Writer.flush(OutputStream out) 将Word Workbook刷出到输出流Word07Writer.flush(OutputStream out, boolean isCloseOut) 将Word Document刷出到输出流static Word07WriterWordKit.getWriter()创建Word 07格式的生成器static Word07Writer创建Word 07格式的生成器Word07Writer.setDestFile(File destFile) 设置写出的目标文件