@Beta public abstract class RangeCopier extends Object
| Constructor and Description |
|---|
RangeCopier(Sheet sheet) |
RangeCopier(Sheet sourceSheet,
Sheet destSheet) |
| Modifier and Type | Method and Description |
|---|---|
static void |
cloneCellContent(Cell srcCell,
Cell destCell,
Map<Integer,CellStyle> styleMap) |
void |
copyRange(CellRangeAddress tilePatternRange,
CellRangeAddress tileDestRange)
Uses input pattern to tile destination region, overwriting existing content.
|
public RangeCopier(Sheet sheet)
public void copyRange(CellRangeAddress tilePatternRange, CellRangeAddress tileDestRange)
tilePatternRange - source range which should be copied in tiled mannertileDestRange - destination range, which should be overriddenCopyright © 2010 - 2020 Adobe. All Rights Reserved