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
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
templateCell
protected HSSFCell templateCell
- テンプレート側のセル
copyCellStyle
protected void copyCellStyle(FPContext context,
HSSFCell outCell)
- テンプレート側のセルのスタイルを出力側へコピーします。フォントやデータフォーマットも反映されます。
- パラメータ:
context
- コンテキストoutCell
- 出力するセル
Copyright © 2007 The Seasar Foundation. All Rights Reserved.