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>


フィールドの概要
private  int index
           
private  PropertySet<HSSFRow,Property<HSSFRow>> properties
           
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたフィールド
children
 
コンストラクタの概要
Row(Cell... cells)
           
Row(int index, Cell... cells)
           
 
メソッドの概要
private  Row add(Property<HSSFRow> property)
           
protected  void build(XlsContext ctx, HSSFRow row)
           
protected  int getIndex()
           
 Row getThis()
           
 Row height(int height)
           
 Row height(short height)
           
 Row heightInPoints(float heightInPoints)
           
 Row heightInPoints(int heightInPoints)
           
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたメソッド
add, add
 
クラス 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