public class PageExportWordUtil
extends java.lang.Object
Description:
Title:首亨软件 - TSS/CRM等
| 构造器和说明 |
|---|
PageExportWordUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.lowagie.text.Cell |
createCell(java.lang.String value,
com.lowagie.text.Font font) |
static com.lowagie.text.Cell |
createCell(java.lang.String value,
com.lowagie.text.Font font,
int align) |
static com.lowagie.text.Cell |
createCell(java.lang.String value,
com.lowagie.text.Font font,
int align,
int colspan) |
static void |
exportTable(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Table table,
Page page,
PageContext pc)
导出Word
|
static com.lowagie.text.Table |
renderHead(Table table,
ListTableInfo listTable,
PageContext pc) |
public static void exportTable(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Table table,
Page page,
PageContext pc)
request - HttpServletRequestresponse - HttpServletResponsetable - Tablepage - Pagepc - PageContextpublic static com.lowagie.text.Table renderHead(Table table, ListTableInfo listTable, PageContext pc) throws java.lang.Exception
java.lang.Exceptionpublic static com.lowagie.text.Cell createCell(java.lang.String value,
com.lowagie.text.Font font,
int align)
throws com.lowagie.text.BadElementException
com.lowagie.text.BadElementExceptionpublic static com.lowagie.text.Cell createCell(java.lang.String value,
com.lowagie.text.Font font)
throws com.lowagie.text.BadElementException
com.lowagie.text.BadElementExceptionpublic static com.lowagie.text.Cell createCell(java.lang.String value,
com.lowagie.text.Font font,
int align,
int colspan)
throws com.lowagie.text.BadElementException
com.lowagie.text.BadElementException