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