org.torikiri.xlsapi.style
クラス StringDataFormat

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.style.DataFormat
      上位を拡張 org.torikiri.xlsapi.style.StringDataFormat
すべての実装されたインタフェース:
Property<HSSFCellStyle>, StyleProperty

public class StringDataFormat
extends DataFormat


フィールドの概要
private  String format
           
 
コンストラクタの概要
StringDataFormat(String format)
           
 
メソッドの概要
 void build(XlsContext ctx, HSSFCellStyle style)
           
 
クラス org.torikiri.xlsapi.style.DataFormat から継承されたメソッド
getKey
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

format

private String format
コンストラクタの詳細

StringDataFormat

public StringDataFormat(String format)
メソッドの詳細

build

public void build(XlsContext ctx,
                  HSSFCellStyle style)