org.torikiri.xlsapi
クラス AbstractStyle<T>
java.lang.Object
org.torikiri.xlsapi.AbstractStyle<T>
- 直系の既知のサブクラス:
- Cell, Style
public abstract class AbstractStyle<T>
- extends Object
クラス 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)