org.seasar.fisshplate.core
クラス AbstractCell

java.lang.Object
  上位を拡張 org.seasar.fisshplate.core.AbstractCell
すべての実装されたインタフェース:
TemplateElement
直系の既知のサブクラス:
El, Literal

public abstract class AbstractCell
extends Object
implements TemplateElement

セル要素の基底抽象クラスです。

作成者:
rokugen

フィールドの概要
protected  HSSFCell templateCell
          テンプレート側のセル
 
メソッドの概要
protected  void copyCellStyle(FPContext context, HSSFCell outCell)
          テンプレート側のセルのスタイルを出力側へコピーします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.fisshplate.core.TemplateElement から継承されたメソッド
merge
 

フィールドの詳細

templateCell

protected HSSFCell templateCell
テンプレート側のセル

メソッドの詳細

copyCellStyle

protected void copyCellStyle(FPContext context,
                             HSSFCell outCell)
テンプレート側のセルのスタイルを出力側へコピーします。フォントやデータフォーマットも反映されます。

パラメータ:
context - コンテキスト
outCell - 出力するセル


Copyright © 2007 The Seasar Foundation. All Rights Reserved.