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.IconSetType
XlsxExtractor.XlsxCfIconExtractor. getIconSet()
SIconSet.IconSetType
XlsxExtractor.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.IconSetType
CFIconImpl. getType()
SIconSet.IconSetType
SCFIcon. getType()
Returns the icon set name of this iconSIconSet.IconSetType
SIconSet. getType()
Returns the icon set namestatic SIconSet.IconSetType
SIconSet.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 void
CFIconImpl. 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.IconSetType
IconSetImpl. getType()
Methods in io.keikai.model.impl with parameters of type SIconSet.IconSetType Modifier and Type Method Description void
IconSetImpl. 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.Enum
ExcelXlsxExporter. toIconSetType(SIconSet.IconSetType ctType)
-