Uses of Class
io.keikai.model.SIconSet.IconSetType
-
Packages that use SIconSet.IconSetType 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 SIconSet.IconSetType in io.keikai.importer
Methods in io.keikai.importer that return SIconSet.IconSetType Modifier and Type Method Description SIconSet.IconSetTypeXlsxExtractor.XlsxCfIconExtractor. getIconSet()SIconSet.IconSetTypeXlsxExtractor.XlsxIconSetExtractor. getIconSet() -
Uses of SIconSet.IconSetType in io.keikai.model
Methods in io.keikai.model that return SIconSet.IconSetType Modifier and Type Method Description SIconSet.IconSetTypeCFIconImpl. getType()SIconSet.IconSetTypeSCFIcon. getType()Returns the icon set name of this iconSIconSet.IconSetTypeSIconSet. getType()Returns the icon set namestatic SIconSet.IconSetTypeSIconSet.IconSetType. valueOf(String name)Returns the enum constant of this type with the specified name.static SIconSet.IconSetType[]SIconSet.IconSetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keikai.model with parameters of type SIconSet.IconSetType Modifier and Type Method Description voidCFIconImpl. setType(SIconSet.IconSetType type) -
Uses of SIconSet.IconSetType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SIconSet.IconSetType Modifier and Type Method Description SIconSet.IconSetTypeIconSetImpl. getType()Methods in io.keikai.model.impl with parameters of type SIconSet.IconSetType Modifier and Type Method Description voidIconSetImpl. setType(SIconSet.IconSetType type) -
Uses of SIconSet.IconSetType in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp with parameters of type SIconSet.IconSetType Modifier and Type Method Description protected org.openxmlformats.schemas.spreadsheetml.x2006.main.STIconSetType.EnumExcelXlsxExporter. toIconSetType(SIconSet.IconSetType ctType)
-