Uses of Class
io.keikai.model.SCFValueObject.CFValueObjectType
-
Packages that use SCFValueObject.CFValueObjectType Package Description io.keikai.importer io.keikai.model Keikai Spreadsheet Internal Book Model classes.io.keikai.model.impl Keikai Spreadsheet Internal Book Model Implementation classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SCFValueObject.CFValueObjectType in io.keikai.importer
Methods in io.keikai.importer that return SCFValueObject.CFValueObjectType Modifier and Type Method Description SCFValueObject.CFValueObjectType
XlsxExtractor.XlsxCfvoExtractor. getType()
-
Uses of SCFValueObject.CFValueObjectType in io.keikai.model
Methods in io.keikai.model that return SCFValueObject.CFValueObjectType Modifier and Type Method Description SCFValueObject.CFValueObjectType
SCFValueObject. getType()
Return the type of this conditional formatting value objectstatic SCFValueObject.CFValueObjectType
SCFValueObject.CFValueObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SCFValueObject.CFValueObjectType[]
SCFValueObject.CFValueObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SCFValueObject.CFValueObjectType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SCFValueObject.CFValueObjectType Modifier and Type Method Description SCFValueObject.CFValueObjectType
CFValueObjectImpl. getType()
Methods in io.keikai.model.impl with parameters of type SCFValueObject.CFValueObjectType Modifier and Type Method Description void
CFValueObjectImpl. setType(SCFValueObject.CFValueObjectType type)
-
Uses of SCFValueObject.CFValueObjectType in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SCFValueObject.CFValueObjectType Modifier and Type Method Description protected org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.Enum
ExcelXlsxExporter. toValueObjectType(SCFValueObject.CFValueObjectType ctType)
-