|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter
public final class XSSFRowShifter
Helper for shifting rows up or down
Constructor Summary | |
---|---|
XSSFRowShifter(XSSFSheet sh)
|
Method Summary | |
---|---|
java.util.List<CellRangeAddress> |
shiftMerged(int startRow,
int endRow,
int n)
Shift merged regions |
void |
updateConditionalFormatting(FormulaShifter shifter)
|
void |
updateFormulas(FormulaShifter shifter)
Update formulas. |
void |
updateNamedRanges(FormulaShifter shifter)
Updated named ranges |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSSFRowShifter(XSSFSheet sh)
Method Detail |
---|
public java.util.List<CellRangeAddress> shiftMerged(int startRow, int endRow, int n)
startRow
- the row to start shiftingendRow
- the row to end shiftingn
- the number of rows to shift
public void updateNamedRanges(FormulaShifter shifter)
public void updateFormulas(FormulaShifter shifter)
public void updateConditionalFormatting(FormulaShifter shifter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |