131132133134135136137138139140141
default: break; } if (type == -1) { throw new SpreadsheetException("Unsupported image type " + imageType); } short row = (short) image.getRow(); short column = (short) image.getColumn(); int width = Math.abs(image.getWidth());
129130131132133134135136137138139
break; default: break; } if (type == -1) { throw new SpreadsheetException("Unsupported image type " + imageType); } short row = (short) image.getRow(); short column = (short) image.getColumn(); // int width = Math.abs(image.getWidth());