public interface Sheet extends IntegerIndex
| Modifier and Type | Method and Description |
|---|---|
Sheet |
addImage(CellAddress address,
String resourcePath)
Add image sheet.
|
Sheet |
addImage(Image image)
Add image sheet.
|
Sheet |
alias(String alias)
Deprecated.
|
Sheet |
autoSize(Boolean autoSize)
Auto size sheet.
|
Sheet |
createTextBox(CellRegion region,
String content)
Create text box sheet.
|
Sheet |
createTextBox(TextBox textBox)
Create text box sheet.
|
Sheet |
filterRegion(CellRegion region)
Filter region sheet.
|
String |
getAlias()
Gets alias.
|
Boolean |
getAutoSize()
Gets auto size.
|
CellRegion |
getFilterRange()
Gets filter range.
|
List<Image> |
getImages()
Gets images.
|
Map<String,CellRegion> |
getMergedCells()
Gets merged cells.
|
String |
getName()
Gets name.
|
PrintSetup |
getPrintSetup()
Gets print setup.
|
List<TextBox> |
getTextBoxes()
Gets text boxes.
|
Sheet |
mergeCell(int rowIndex,
int columnIndex,
int numCells)
Merge cell sheet.
|
Sheet |
mergeCell(Row row,
Cell cell,
int numCells)
Merge cell sheet.
|
Sheet |
mergeRegion(CellRegion region)
Merge region sheet.
|
Sheet |
mergeRegion(String region)
Merge region sheet.
|
Sheet |
mergeRow(int rowIndex,
int columnIndex,
int numRows)
Merge row sheet.
|
Sheet |
mergeRow(Row row,
Cell cell,
int numRows)
Merge row sheet.
|
Sheet |
name(String name)
Name sheet.
|
Row |
row()
Row row.
|
Row |
row(Integer index)
Row row.
|
Set<Row> |
rows()
Rows set.
|
void |
setAlias(String alias)
Sets alias.
|
void |
setAutoSize(Boolean autoSize)
Sets auto size.
|
void |
setFilterRange(CellRegion filterRange)
Sets filter range.
|
void |
setImages(List<Image> images)
Sets images.
|
void |
setIndex(Integer index)
Sets index.
|
void |
setMergedCells(Map<String,CellRegion> mergedCells)
Sets merged cells.
|
void |
setName(String name)
Sets name.
|
void |
setPrintSetup(PrintSetup printSetup)
Sets print setup.
|
void |
setTextBoxes(List<TextBox> textBoxes)
Sets text boxes.
|
getIndexvoid setIndex(Integer index)
index - the indexBoolean getAutoSize()
void setAutoSize(Boolean autoSize)
autoSize - the auto sizePrintSetup getPrintSetup()
void setPrintSetup(PrintSetup printSetup)
printSetup - the print setupCellRegion getFilterRange()
void setFilterRange(CellRegion filterRange)
filterRange - the filter rangeString getName()
void setName(String name)
name - the nameString getAlias()
void setAlias(String alias)
alias - the aliasvoid setTextBoxes(List<TextBox> textBoxes)
textBoxes - the text boxesMap<String,CellRegion> getMergedCells()
void setMergedCells(Map<String,CellRegion> mergedCells)
mergedCells - the merged cellsRow row()
@Deprecated Sheet alias(String alias)
alias - the aliasSheet autoSize(Boolean autoSize)
autoSize - the auto sizeSheet filterRegion(CellRegion region)
region - the regionSheet addImage(Image image)
image - the imageSheet addImage(CellAddress address, String resourcePath)
address - the addressresourcePath - the resource pathSheet createTextBox(TextBox textBox)
textBox - the text boxSheet createTextBox(CellRegion region, String content)
region - the regioncontent - the contentSheet mergeCell(int rowIndex, int columnIndex, int numCells)
rowIndex - the row indexcolumnIndex - the column indexnumCells - the num cellsSheet mergeCell(Row row, Cell cell, int numCells)
row - the rowcell - the cellnumCells - the num cellsSheet mergeRow(int rowIndex, int columnIndex, int numRows)
rowIndex - the row indexcolumnIndex - the column indexnumRows - the num cellsSheet mergeRow(Row row, Cell cell, int numRows)
row - the rowcell - the cellnumRows - the num cellsSheet mergeRegion(String region)
region - the regionSheet mergeRegion(CellRegion region)
region - the regionCopyright © 2018. All rights reserved.