|
|
@ -32,6 +32,7 @@ import com.fr.design.mainframe.JTemplate; |
|
|
|
import com.fr.design.mainframe.theme.utils.DefaultThemedTemplateCellElementCase; |
|
|
|
import com.fr.design.mainframe.theme.utils.DefaultThemedTemplateCellElementCase; |
|
|
|
import com.fr.design.report.RowColumnPane; |
|
|
|
import com.fr.design.report.RowColumnPane; |
|
|
|
import com.fr.design.selection.QuickEditor; |
|
|
|
import com.fr.design.selection.QuickEditor; |
|
|
|
|
|
|
|
import com.fr.design.utils.gui.AdjustWorkBookDefaultStyleUtils; |
|
|
|
import com.fr.grid.GridUtils; |
|
|
|
import com.fr.grid.GridUtils; |
|
|
|
import com.fr.report.cell.CellElement; |
|
|
|
import com.fr.report.cell.CellElement; |
|
|
|
import com.fr.report.cell.DefaultTemplateCellElement; |
|
|
|
import com.fr.report.cell.DefaultTemplateCellElement; |
|
|
@ -562,6 +563,8 @@ public class CellSelection extends Selection { |
|
|
|
for (int i = 0; i < removeElementList.size(); i++) { |
|
|
|
for (int i = 0; i < removeElementList.size(); i++) { |
|
|
|
CellElement element = removeElementList.get(i); |
|
|
|
CellElement element = removeElementList.get(i); |
|
|
|
element.setStyle(null); |
|
|
|
element.setStyle(null); |
|
|
|
|
|
|
|
// fvs调整单元格默认样式
|
|
|
|
|
|
|
|
AdjustWorkBookDefaultStyleUtils.adjustCellElement(element); |
|
|
|
} |
|
|
|
} |
|
|
|
break; |
|
|
|
break; |
|
|
|
|
|
|
|
|
|
|
|