org.torikiri.xlsapi
クラス Style
java.lang.Object
org.torikiri.xlsapi.AbstractStyle<Style>
org.torikiri.xlsapi.Style
public class Style
- extends AbstractStyle<Style>
クラス 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