jp.veltec.pdf
クラス ListTableBuilder
java.lang.Object
PdfPageEventHelper
jp.veltec.pdf.ListTableBuilder
public class ListTableBuilder
- extends PdfPageEventHelper
複数ページにわたる表を含む帳票を作成します。
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTableBuilder
public ListTableBuilder(java.io.OutputStream aOutputStream)
setDefaultFontPath
public void setDefaultFontPath(java.lang.String aFontPath)
setTemplateFile
public void setTemplateFile(java.io.File aFile)
setTemplate
public void setTemplate(org.w3c.dom.Element aTemplate)
setPageLabel
public void setPageLabel(org.w3c.dom.Element pageLabel)
setPageNumberFontFamily
public void setPageNumberFontFamily(java.lang.String aFontFamily)
setPageNumber
public void setPageNumber(int aPageNumber)
addHeader
public void addHeader()
throws DocumentException
- 例外:
DocumentException
addHeader
public void addHeader(java.util.HashMap<java.lang.String,java.lang.String> aData)
throws DocumentException
- 例外:
DocumentException
addRecord
public void addRecord()
throws DocumentException
- 例外:
DocumentException
addRecord
public void addRecord(java.util.HashMap<java.lang.String,java.lang.String> aData)
throws DocumentException
- 例外:
DocumentException
addFooter
public void addFooter()
throws DocumentException
- 例外:
DocumentException
addFooter
public void addFooter(java.util.HashMap<java.lang.String,java.lang.String> aData)
throws DocumentException
- 例外:
DocumentException
newPage
public void newPage()
throws DocumentException
- 例外:
DocumentException
close
public void close()
throws DocumentException
- 例外:
DocumentException