|
|
|
@ -1,18 +1,18 @@
|
|
|
|
|
package com.fr.plugin.cell.highlight.fun; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fanruan.api.macro.Constants; |
|
|
|
|
import com.fanruan.api.runtime.PluginKit; |
|
|
|
|
import com.fanruan.api.util.AssistKit; |
|
|
|
|
import com.fr.base.Style; |
|
|
|
|
import com.fr.intelli.record.Focus; |
|
|
|
|
import com.fr.intelli.record.Original; |
|
|
|
|
import com.fr.record.analyzer.EnableMetrics; |
|
|
|
|
import com.fanruan.api.macro.Constants; |
|
|
|
|
import com.fr.report.cell.CellElement; |
|
|
|
|
import com.fr.report.cell.cellattr.highlight.AbstractStyleHighlightAction; |
|
|
|
|
import com.fr.script.Calculator; |
|
|
|
|
import com.fr.stable.script.CalculatorProvider; |
|
|
|
|
import com.fr.stable.xml.XMLPrintWriter; |
|
|
|
|
import com.fr.stable.xml.XMLableReader; |
|
|
|
|
import com.fanruan.api.util.AssistKit; |
|
|
|
|
import com.fanruan.api.runtime.PluginKit; |
|
|
|
|
/** |
|
|
|
|
* @author richie |
|
|
|
|
* @date 2015-03-26 |
|
|
|
@ -37,7 +37,7 @@ public class AlignHighlightAction extends AbstractStyleHighlightAction {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void action(CellElement cellElement, Calculator calculator) { |
|
|
|
|
public void action(CellElement cellElement, CalculatorProvider calculator) { |
|
|
|
|
super.action(cellElement, calculator); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|