|
|
@ -592,11 +592,13 @@ public class CellSelection extends Selection { |
|
|
|
//设置显示内容为default
|
|
|
|
//设置显示内容为default
|
|
|
|
private void setDefault(CellElement element) { |
|
|
|
private void setDefault(CellElement element) { |
|
|
|
CellGUIAttr cellGUIAttr = element.getCellGUIAttr(); |
|
|
|
CellGUIAttr cellGUIAttr = element.getCellGUIAttr(); |
|
|
|
|
|
|
|
if (cellGUIAttr != null) { |
|
|
|
cellGUIAttr.setShowAsDefault(true); |
|
|
|
cellGUIAttr.setShowAsDefault(true); |
|
|
|
cellGUIAttr.setShowAsHTML(false); |
|
|
|
cellGUIAttr.setShowAsHTML(false); |
|
|
|
cellGUIAttr.setShowAsDownload(false); |
|
|
|
cellGUIAttr.setShowAsDownload(false); |
|
|
|
cellGUIAttr.setShowAsImage(false); |
|
|
|
cellGUIAttr.setShowAsImage(false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|