org.torikiri.xlsapi
クラス Cell
java.lang.Object
org.torikiri.xlsapi.AbstractStyle<Cell>
org.torikiri.xlsapi.Cell
public class Cell
- extends AbstractStyle<Cell>
コンストラクタの概要 |
|
Cell()
|
|
Cell(boolean value)
|
|
Cell(Calendar value)
|
|
Cell(Date value)
|
|
Cell(double value)
|
|
Cell(int index)
|
|
Cell(int index,
boolean value)
|
|
Cell(int index,
boolean value,
Style style)
|
|
Cell(int index,
Calendar value)
|
|
Cell(int index,
Calendar value,
Style style)
|
|
Cell(int index,
Date value)
|
|
Cell(int index,
Date value,
Style style)
|
|
Cell(int index,
double value)
|
|
Cell(int index,
double value,
Style style)
|
private |
Cell(int index,
Property<HSSFCell> value,
Style style)
|
|
Cell(int index,
String value)
|
|
Cell(int index,
String value,
Style style)
|
|
Cell(String value)
|
クラス 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 |
index
private int index
style
private Style style
properties
private PropertySet<HSSFCell,Property<HSSFCell>> properties
Cell
public Cell()
Cell
public Cell(int index)
Cell
public Cell(boolean value)
Cell
public Cell(Calendar value)
Cell
public Cell(Date value)
Cell
public Cell(double value)
Cell
public Cell(String value)
Cell
public Cell(int index,
boolean value)
Cell
public Cell(int index,
Calendar value)
Cell
public Cell(int index,
Date value)
Cell
public Cell(int index,
double value)
Cell
public Cell(int index,
String value)
Cell
public Cell(int index,
boolean value,
Style style)
Cell
public Cell(int index,
Calendar value,
Style style)
Cell
public Cell(int index,
Date value,
Style style)
Cell
public Cell(int index,
double value,
Style style)
Cell
public Cell(int index,
String value,
Style style)
Cell
private Cell(int index,
Property<HSSFCell> value,
Style style)
active
public Cell active(boolean active)
style
public Cell style(Style style)
cellType
public Cell cellType(int cellType)
getIndex
protected int getIndex()
build
protected void build(XlsContext ctx,
HSSFCell cell)
add
protected Cell add(Property<HSSFCell> property)
add
protected Cell add(StyleProperty a)
- 定義:
- クラス
AbstractStyle<Cell>
内の add