|
|
|
@ -10,7 +10,9 @@ import com.fr.workspace.server.theme.ThemedCellBorderFeature;
|
|
|
|
|
*/ |
|
|
|
|
public class ThemedFeatureController { |
|
|
|
|
public static boolean isCellStyleSupportInnerBorder() { |
|
|
|
|
ThemedCellBorderFeature controller = WorkContext.getCurrent().get(ThemedCellBorderFeature.class); |
|
|
|
|
return controller.isSupport(); |
|
|
|
|
return true; |
|
|
|
|
/// 暂时兼容
|
|
|
|
|
//ThemedCellBorderFeature controller = WorkContext.getCurrent().get(ThemedCellBorderFeature.class);
|
|
|
|
|
//return controller.isSupport();
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|