org.torikiri.xlsapi
クラス AbstractStyle<T>

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.AbstractStyle<T>
直系の既知のサブクラス:
Cell, Style

public abstract class AbstractStyle<T>
extends Object


コンストラクタの概要
AbstractStyle()
           
 
メソッドの概要
protected abstract  T add(StyleProperty property)
           
 T alignment(short align)
           
 T borderBottom(short border)
           
 T borderLeft(short border)
           
 T borderRight(short border)
           
 T borderTop(short border)
           
 T bottomBorderColor(short color)
           
 T dataFormat(short dataFormat)
           
 T dataFormat(String format)
           
 T fillBackgroundColor(short color)
           
 T fillForegroundColor(short color)
           
 T fillPattern(short fillPattern)
           
 T hidden(boolean hidden)
           
 T indention(short indent)
           
 T leftBorderColor(short border)
           
 T locked(boolean locked)
           
 T rightBorderColor(short color)
           
 T rotation(short rotation)
           
 T topBorderColor(short color)
           
 T verticalAlign(short align)
           
 T wrapText(boolean wrapped)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractStyle

public AbstractStyle()
メソッドの詳細

alignment

public T alignment(short align)

borderBottom

public T borderBottom(short border)

borderLeft

public T borderLeft(short border)

borderRight

public T borderRight(short border)

borderTop

public T borderTop(short border)

bottomBorderColor

public T bottomBorderColor(short color)

dataFormat

public T dataFormat(short dataFormat)

dataFormat

public T dataFormat(String format)

fillBackgroundColor

public T fillBackgroundColor(short color)

fillForegroundColor

public T fillForegroundColor(short color)

fillPattern

public T fillPattern(short fillPattern)

hidden

public T hidden(boolean hidden)

indention

public T indention(short indent)

leftBorderColor

public T leftBorderColor(short border)

locked

public T locked(boolean locked)

rightBorderColor

public T rightBorderColor(short color)

rotation

public T rotation(short rotation)

topBorderColor

public T topBorderColor(short color)

verticalAlign

public T verticalAlign(short align)

wrapText

public T wrapText(boolean wrapped)

add

protected abstract T add(StyleProperty property)