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

フィールドの概要
static String GENERICTAG_CLOSETOC
           
static String GENERICTAG_HORIZONTAL
           
static String GENERICTAG_TOC
           
 
コンストラクタの概要
PdfCmsPageEvents(String headerTitle, com.lowagie.text.Font defaultFont, String style)
           
 
メソッドの概要
 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.