org.torikiri.xlsapi
クラス Row
java.lang.Object
org.torikiri.xlsapi.AbstractElement<Row,Cell>
org.torikiri.xlsapi.Row
- すべての実装されたインタフェース:
- Element<Row,Cell>
public class Row
- extends AbstractElement<Row,Cell>
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private int index
properties
private PropertySet<HSSFRow,Property<HSSFRow>> properties
Row
public Row(Cell... cells)
Row
public Row(int index,
Cell... cells)
height
public Row height(int height)
height
public Row height(short height)
heightInPoints
public Row heightInPoints(int heightInPoints)
heightInPoints
public Row heightInPoints(float heightInPoints)
add
private Row add(Property<HSSFRow> property)
getIndex
protected int getIndex()
build
protected void build(XlsContext ctx,
HSSFRow row)
getThis
public Row getThis()
- 定義:
- クラス
AbstractElement<Row,Cell>
内の getThis