Uses of Class
io.keikai.range.SRange.FillType
-
Packages that use SRange.FillType Package Description io.keikai.api.model.impl Keikai Spreadsheet Model API implementation classes, Internal use onlyio.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. -
-
Uses of SRange.FillType in io.keikai.api.model.impl
Methods in io.keikai.api.model.impl that return SRange.FillType Modifier and Type Method Description static SRange.FillType
EnumUtil. toRangeFillType(Range.AutoFillType fillType)
-
Uses of SRange.FillType in io.keikai.range
Methods in io.keikai.range that return SRange.FillType Modifier and Type Method 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.Methods in io.keikai.range with parameters of type SRange.FillType Modifier and Type Method Description void
SRange. fill(SRange dstRange, SRange.FillType fillType)
Perform an auto fill on the specified destination Range. -
Uses of SRange.FillType in io.keikai.range.impl
Methods in io.keikai.range.impl with parameters of type SRange.FillType Modifier and Type Method Description void
RangeImpl. fill(SRange dstRange, SRange.FillType fillType)
-
Uses of SRange.FillType in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type SRange.FillType Modifier and Type Method Description void
AutoFillHelper. fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType)
fill the sheet, from srcRef to dstRefvoid
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)
-