org.torikiri.xlsapi
クラス Cell

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.AbstractStyle<Cell>
      上位を拡張 org.torikiri.xlsapi.Cell

public class Cell
extends AbstractStyle<Cell>


フィールドの概要
private  int index
           
private  PropertySet<HSSFCell,Property<HSSFCell>> properties
           
private  Style style
           
 
コンストラクタの概要
  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)
           
 
メソッドの概要
 Cell active(boolean active)
           
protected  Cell add(Property<HSSFCell> property)
           
protected  Cell add(StyleProperty a)
           
protected  void build(XlsContext ctx, HSSFCell cell)
           
 Cell cellType(int cellType)
           
protected  int getIndex()
           
 Cell style(Style 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
 

フィールドの詳細

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