Package | Description |
---|---|
io.keikai.api.model.impl |
Keikai Spreadsheet Model API implementation classes, Internal use only
|
io.keikai.range |
Keikai Spreadsheet Internal Range API classes.
|
io.keikai.range.impl |
Keikai Spreadsheet Internal Range API Implementation classes.
|
io.keikai.range.impl.autofill |
Keikai Spreadsheet Internal Range API Implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static SRange.FillType |
EnumUtil.toRangeFillType(Range.AutoFillType fillType) |
Modifier and Type | Method and Description |
---|---|
static SRange.FillType |
SRange.FillType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SRange.FillType[] |
SRange.FillType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SRange.fill(SRange dstRange,
SRange.FillType fillType)
Perform an auto fill on the specified destination Range.
|
Modifier and Type | Method and Description |
---|---|
void |
RangeImpl.fill(SRange dstRange,
SRange.FillType fillType) |
Modifier and Type | Method and Description |
---|---|
void |
AutoFillHelper.fill(SSheet sheet,
CellRegion srcRegion,
CellRegion dstRegion,
SRange.FillType fillType)
fill the sheet, from srcRef to dstRef
|
void |
AutoFillHelper.fillDown(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillLeft(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillRight(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
void |
AutoFillHelper.fillUp(SSheet sheet,
CellRegion srcRef,
CellRegion dstRef,
SRange.FillType fillType) |
Copyright © 2020. All rights reserved.