org.torikiri.xlsapi
クラス Style

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.AbstractStyle<Style>
      上位を拡張 org.torikiri.xlsapi.Style

public class Style
extends AbstractStyle<Style>


フィールドの概要
private  PropertySet<HSSFCellStyle,StyleProperty> properties
           
 
コンストラクタの概要
Style()
           
 
メソッドの概要
protected  Style add(StyleProperty a)
           
 void build(XlsContext ctx, HSSFCellStyle cellStyle)
           
 
クラス org.torikiri.xlsapi.AbstractStyle から継承されたメソッド
alignment, borderBottom, borderLeft, borderRight, borderTop, bottomBorderColor, dataFormat, dataFormat, fillBackgroundColor, fillForegroundColor, fillPattern, hidden, indention, leftBorderColor, locked, rightBorderColor, rotation, topBorderColor, verticalAlign, wrapText
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

properties

private PropertySet<HSSFCellStyle,StyleProperty> properties
コンストラクタの詳細

Style

public Style()
メソッドの詳細

build

public void build(XlsContext ctx,
                  HSSFCellStyle cellStyle)

add

protected Style add(StyleProperty a)
定義:
クラス AbstractStyle<Style> 内の add