org.torikiri.xlsapi
クラス Sheet

java.lang.Object
  上位を拡張 org.torikiri.xlsapi.AbstractElement<Sheet,Row>
      上位を拡張 org.torikiri.xlsapi.Sheet
すべての実装されたインタフェース:
Element<Sheet,Row>

public class Sheet
extends AbstractElement<Sheet,Row>


フィールドの概要
private  int index
           
private  String name
           
private  PropertySet<HSSFSheet,Property<HSSFSheet>> properties
           
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたフィールド
children
 
コンストラクタの概要
Sheet(boolean condition, Row... rows)
           
Sheet(int index)
           
Sheet(Row... rows)
           
Sheet(String name)
           
 
メソッドの概要
 Sheet active(boolean active)
           
private  Sheet add(Property<HSSFSheet> property)
           
 Sheet alternativeExpression(boolean b)
           
 Sheet alternativeFormula(boolean b)
           
 Sheet autobreaks(boolean b)
           
protected  void build(XlsContext ctx, HSSFSheet sheet)
           
 Sheet columnBreak(short column)
           
 Sheet columnGroupCollapsed(short columnNumber, boolean collapsed)
           
 Sheet columnHidden(short column, boolean hidden)
           
 Sheet columnWidth(short column, short width)
           
 Sheet defaultColumnStyle()
           
 Sheet defaultColumnWidth(short width)
           
 Sheet defaultRowHeight(short height)
           
 Sheet defaultRowHeightInPoints(float heightInPoints)
           
 Sheet dialog(boolean b)
           
 Sheet displayFormulas(boolean show)
           
 Sheet displayGridlines(boolean show)
           
 Sheet displayGuts(boolean b)
           
 Sheet displayRowColHeadings(boolean show)
           
 Sheet fitToPage(boolean b)
           
 Sheet forceFormulaRecalculation(boolean b)
           
protected  int getIndex()
           
protected  String getName()
           
 Sheet getThis()
           
 Sheet gridsPrinted(boolean b)
           
 Sheet horizontallyCenter(boolean b)
           
 Sheet margin(short margin, double size)
           
 Sheet printGridlines(boolean newPrintGridlines)
           
 Sheet rowBreak(int row)
           
 Sheet rowGroupCollapsed(int row, boolean collapsed)
           
 Sheet rowSumsBelow(boolean b)
           
 Sheet rowSumsRight(boolean b)
           
 Sheet selected(boolean sel)
           
 Sheet verticallyCenter(boolean b)
           
 Sheet zoom(int numerator, int denominator)
           
 
クラス org.torikiri.xlsapi.AbstractElement から継承されたメソッド
add, add
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

private String name

index

private int index

properties

private PropertySet<HSSFSheet,Property<HSSFSheet>> properties
コンストラクタの詳細

Sheet

public Sheet(String name)

Sheet

public Sheet(int index)

Sheet

public Sheet(Row... rows)

Sheet

public Sheet(boolean condition,
             Row... rows)
メソッドの詳細

active

public Sheet active(boolean active)

alternativeExpression

public Sheet alternativeExpression(boolean b)

alternativeFormula

public Sheet alternativeFormula(boolean b)

autobreaks

public Sheet autobreaks(boolean b)

columnBreak

public Sheet columnBreak(short column)

columnGroupCollapsed

public Sheet columnGroupCollapsed(short columnNumber,
                                  boolean collapsed)

columnHidden

public Sheet columnHidden(short column,
                          boolean hidden)

columnWidth

public Sheet columnWidth(short column,
                         short width)

defaultColumnStyle

public Sheet defaultColumnStyle()

defaultColumnWidth

public Sheet defaultColumnWidth(short width)

defaultRowHeight

public Sheet defaultRowHeight(short height)

defaultRowHeightInPoints

public Sheet defaultRowHeightInPoints(float heightInPoints)

dialog

public Sheet dialog(boolean b)

displayFormulas

public Sheet displayFormulas(boolean show)

displayGridlines

public Sheet displayGridlines(boolean show)

displayGuts

public Sheet displayGuts(boolean b)

displayRowColHeadings

public Sheet displayRowColHeadings(boolean show)

fitToPage

public Sheet fitToPage(boolean b)

forceFormulaRecalculation

public Sheet forceFormulaRecalculation(boolean b)

gridsPrinted

public Sheet gridsPrinted(boolean b)

horizontallyCenter

public Sheet horizontallyCenter(boolean b)

margin

public Sheet margin(short margin,
                    double size)

printGridlines

public Sheet printGridlines(boolean newPrintGridlines)

rowBreak

public Sheet rowBreak(int row)

rowGroupCollapsed

public Sheet rowGroupCollapsed(int row,
                               boolean collapsed)

rowSumsBelow

public Sheet rowSumsBelow(boolean b)

rowSumsRight

public Sheet rowSumsRight(boolean b)

selected

public Sheet selected(boolean sel)

verticallyCenter

public Sheet verticallyCenter(boolean b)

zoom

public Sheet zoom(int numerator,
                  int denominator)

add

private Sheet add(Property<HSSFSheet> property)

getName

protected String getName()

getIndex

protected int getIndex()

build

protected void build(XlsContext ctx,
                     HSSFSheet sheet)

getThis

public Sheet getThis()
定義:
クラス AbstractElement<Sheet,Row> 内の getThis