471472473474475476477478479480481
features.add("insertcolumn"); } if (tableAnnotation.removecolumn()) { features.add("removecolumn"); } if (tableAnnotation.cellprops()) { features.add("cellprops"); } if (tableAnnotation.mergecells()) { features.add("mergecells"); }
470471472473474475476477478479480
466467468469470471472473474475476