org.seasar.tuigwaa.cms.core.pdf
クラス PdfCmsPageEvents
java.lang.Object
com.lowagie.text.pdf.PdfPageEventHelper
org.seasar.tuigwaa.cms.core.pdf.PdfCmsPageEvents
- すべての実装インタフェース:
- com.lowagie.text.pdf.PdfPageEvent
- public class PdfCmsPageEvents
- extends com.lowagie.text.pdf.PdfPageEventHelper
Event Helper, it will be called on-hook.
- 作成者:
- someda
- 関連項目:
PdfPageEvent
,
PdfPageEventHelper
メソッドの概要 |
void |
onChapter(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
float paragraphPosition,
com.lowagie.text.Paragraph title)
|
void |
onCloseDocument(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
|
void |
onEndPage(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
|
void |
onGenericTag(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
com.lowagie.text.Rectangle rect,
String text)
|
void |
onOpenDocument(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
|
void |
onSection(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
float paragraphPosition,
int depth,
com.lowagie.text.Paragraph title)
|
クラス com.lowagie.text.pdf.PdfPageEventHelper から継承したメソッド |
onChapterEnd, onParagraph, onParagraphEnd, onSectionEnd, onStartPage |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERICTAG_HORIZONTAL
public static final String GENERICTAG_HORIZONTAL
- 関連項目:
- 定数フィールド値
GENERICTAG_TOC
public static final String GENERICTAG_TOC
- 関連項目:
- 定数フィールド値
GENERICTAG_CLOSETOC
public static final String GENERICTAG_CLOSETOC
- 関連項目:
- 定数フィールド値
PdfCmsPageEvents
public PdfCmsPageEvents(String headerTitle,
com.lowagie.text.Font defaultFont,
String style)
onGenericTag
public void onGenericTag(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
com.lowagie.text.Rectangle rect,
String text)
onOpenDocument
public void onOpenDocument(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
onEndPage
public void onEndPage(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
onCloseDocument
public void onCloseDocument(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
onChapter
public void onChapter(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
float paragraphPosition,
com.lowagie.text.Paragraph title)
onSection
public void onSection(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document,
float paragraphPosition,
int depth,
com.lowagie.text.Paragraph title)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.