クラス
org.torikiri.xlsapi.Sheet の使用

Sheet を使用しているパッケージ
org.torikiri.xlsapi   
 

org.torikiri.xlsapi での Sheet の使用
 

Sheet を返す org.torikiri.xlsapi のメソッド
 Sheet Sheet.active(boolean active)
           
private  Sheet Sheet.add(Property<HSSFSheet> property)
           
 Sheet Sheet.alternativeExpression(boolean b)
           
 Sheet Sheet.alternativeFormula(boolean b)
           
 Sheet Sheet.autobreaks(boolean b)
           
 Sheet Sheet.columnBreak(short column)
           
 Sheet Sheet.columnGroupCollapsed(short columnNumber, boolean collapsed)
           
 Sheet Sheet.columnHidden(short column, boolean hidden)
           
 Sheet Sheet.columnWidth(short column, short width)
           
 Sheet Sheet.defaultColumnStyle()
           
 Sheet Sheet.defaultColumnWidth(short width)
           
 Sheet Sheet.defaultRowHeight(short height)
           
 Sheet Sheet.defaultRowHeightInPoints(float heightInPoints)
           
 Sheet Sheet.dialog(boolean b)
           
 Sheet Sheet.displayFormulas(boolean show)
           
 Sheet Sheet.displayGridlines(boolean show)
           
 Sheet Sheet.displayGuts(boolean b)
           
 Sheet Sheet.displayRowColHeadings(boolean show)
           
 Sheet Sheet.fitToPage(boolean b)
           
 Sheet Sheet.forceFormulaRecalculation(boolean b)
           
 Sheet Sheet.getThis()
           
 Sheet Sheet.gridsPrinted(boolean b)
           
 Sheet Sheet.horizontallyCenter(boolean b)
           
 Sheet Sheet.margin(short margin, double size)
           
 Sheet Sheet.printGridlines(boolean newPrintGridlines)
           
 Sheet Sheet.rowBreak(int row)
           
 Sheet Sheet.rowGroupCollapsed(int row, boolean collapsed)
           
 Sheet Sheet.rowSumsBelow(boolean b)
           
 Sheet Sheet.rowSumsRight(boolean b)
           
 Sheet Sheet.selected(boolean sel)
           
static Sheet XlsAPI.sheet(boolean condition, Row... rows)
           
static Sheet XlsAPI.sheet(Row... rows)
           
static Sheet XlsAPI.sheet(String name)
           
 Sheet Sheet.verticallyCenter(boolean b)
           
 Sheet Sheet.zoom(int numerator, int denominator)
           
 

Sheet 型のパラメータを持つ org.torikiri.xlsapi のメソッド
static Xls XlsAPI.xls(boolean condition, Sheet... sheets)
           
static Xls XlsAPI.xls(Sheet... sheets)
           
 

Sheet 型のパラメータを持つ org.torikiri.xlsapi のコンストラクタ
Xls(boolean condition, Sheet... sheets)
           
Xls(Sheet... sheets)