public static final class StyleProcessor.None extends Object implements StyleProcessor<Object>
StyleProcessor.None| 构造器和说明 |
|---|
None() |
public final int build(Object o, int style, Styles sst)
StyleProcessorStyles#addXXX method before adding a style,
and then use the returned int value as the return value of the converter.
StyleProcessor sp = (o, style, sst) // Fill of 'yellow' color
-> style |= Styles.clearFill(style) | sst.addFill(new Fill(Color.yellow));
build 在接口中 StyleProcessor<Object>o - the value of cellstyle - the current style of cellsst - the Styles entryCopyright © 2022. All rights reserved.