Uses of Enum Class
io.keikai.range.SRange.FillType
Packages that use SRange.FillType
Package
Description
Keikai Spreadsheet Model API implementation classes, Internal use only
Keikai Spreadsheet Internal Range API classes.
Keikai Spreadsheet Internal Range API Implementation classes.
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.FillTypeModifier and TypeMethodDescriptionstatic SRange.FillTypeEnumUtil.toRangeFillType(Range.AutoFillType fillType) -
Uses of SRange.FillType in io.keikai.range
Methods in io.keikai.range that return SRange.FillTypeModifier and TypeMethodDescriptionstatic SRange.FillTypeReturns the enum constant of this class with the specified name.static SRange.FillType[]SRange.FillType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.keikai.range with parameters of type SRange.FillTypeModifier and TypeMethodDescriptionvoidSRange.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 -
Uses of SRange.FillType in io.keikai.range.impl.autofill
Methods in io.keikai.range.impl.autofill with parameters of type SRange.FillTypeModifier and TypeMethodDescriptionvoidAutoFillHelper.fill(SSheet sheet, CellRegion srcRegion, CellRegion dstRegion, SRange.FillType fillType) fill the sheet, from srcRef to dstRefvoidAutoFillHelper.fillDown(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillLeft(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillRight(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType) voidAutoFillHelper.fillUp(SSheet sheet, CellRegion srcRef, CellRegion dstRef, SRange.FillType fillType)