Uses of Interface
io.keikai.model.SExtraStyle
-
Packages that use SExtraStyle 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 SExtraStyle in io.keikai.importer
Methods in io.keikai.importer that return SExtraStyle Modifier and Type Method Description protected SExtraStyle
XlsxImporter. importExtraStyle(XlsxExtractor.XlsxDxfExtractor xDxf)
-
Uses of SExtraStyle in io.keikai.model
Subinterfaces of SExtraStyle in io.keikai.model Modifier and Type Interface Description interface
SConditionalStyle
Extra embedded style for SConditonalFormatting.interface
STableStyleElem
Table style element.Methods in io.keikai.model that return SExtraStyle Modifier and Type Method Description SExtraStyle
SColorFilter. getExtraStyle()
SExtraStyle
SConditionalFormattingRule. getExtraStyle()
Returns the applied color if matchSExtraStyle
SBook. getOrAddExtraStyle(SExtraStyle style)
Get the extra style which stored in this book, add it into the book if not found.SExtraStyle
SBook. searchExtraStyle(CellStyleMatcher matcher)
Search the style table and return the first matched style.Methods in io.keikai.model that return types with arguments of type SExtraStyle Modifier and Type Method Description List<SExtraStyle>
SBook. getExtraStyles()
Get all extra styles.Methods in io.keikai.model with parameters of type SExtraStyle Modifier and Type Method Description void
SBook. addExtraStyle(SExtraStyle extraStyle)
Add one more extra cell style.SExtraStyle
SBook. getOrAddExtraStyle(SExtraStyle style)
Get the extra style which stored in this book, add it into the book if not found. -
Uses of SExtraStyle in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SExtraStyle Modifier and Type Class Description class
ConditionalStyleImpl
Used to pass style and format for SConditionalFormattingRule.class
ImmutableExtraStyleImpl
class
TableStyleElemImpl
Methods in io.keikai.model.impl that return SExtraStyle Modifier and Type Method Description SExtraStyle
ColorFilterImpl. getExtraStyle()
SExtraStyle
ConditionalFormattingRuleImpl. getExtraStyle()
SExtraStyle
BookImpl. getOrAddExtraStyle(SExtraStyle src)
SExtraStyle
BookImpl. searchExtraStyle(CellStyleMatcher matcher)
Methods in io.keikai.model.impl that return types with arguments of type SExtraStyle Modifier and Type Method Description List<SExtraStyle>
BookImpl. getExtraStyles()
Methods in io.keikai.model.impl with parameters of type SExtraStyle Modifier and Type Method Description void
BookImpl. addExtraStyle(SExtraStyle extraStyle)
SExtraStyle
BookImpl. getOrAddExtraStyle(SExtraStyle src)
void
ConditionalFormattingRuleImpl. setExtraStyle(SExtraStyle style)
Constructors in io.keikai.model.impl with parameters of type SExtraStyle Constructor Description ColorFilterImpl(SExtraStyle extraStyle, boolean byFontColor)
-
Uses of SExtraStyle in io.keikai.range.impl.imexp
Methods in io.keikai.range.impl.imexp that return SExtraStyle Modifier and Type Method Description SExtraStyle
StyleCache.ExtraStyleCache. get(int index)
Methods in io.keikai.range.impl.imexp with parameters of type SExtraStyle Modifier and Type Method Description void
StyleCache.ExtraStyleCache. add(SExtraStyle extraStyle)
protected void
AbstractExcelExporter. addPOIDxfCellStyle(SExtraStyle extraStyle)
Add DxfCellStyle as poi Dxf.protected void
ExcelXlsxExporter. addPOIDxfCellStyle(SExtraStyle extraStyle)
-