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>
クラス 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