|
|
|
@ -553,9 +553,9 @@ public class CellOtherSetPane extends AbstractCellAttrPane {
|
|
|
|
|
textOverflowTypeComboBox.setSelectedItem(Toolkit.i18nText("Fine-Design_Report_CellWrite_TextOverflow_NoneSymbol")); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
showPartComboBox.setSelectedIndex(0); |
|
|
|
|
showPartComboBox.setSelectedIndex(cellGUIAttr.isShowCharNum() ? 0 : 1); |
|
|
|
|
showCharNums.setValue(cellGUIAttr.getShowCharNums()); |
|
|
|
|
textOverflowTypeComboBox.setSelectedIndex(0); |
|
|
|
|
textOverflowTypeComboBox.setSelectedIndex(cellGUIAttr.isTextOverflowEllipsis() ? 0 : 1); |
|
|
|
|
textOverflowCheckBox.setSelected(false); |
|
|
|
|
} |
|
|
|
|
CellPageAttr cellPageAttr = cellElement.getCellPageAttr(); // 分页
|
|
|
|
|