try {
this.textTableCells = (IETextTableCell[])ArrayUtils.appendArray(this.textTableCells,textTableCells,IETextTableCell.class);
}
catch(Exception exception) {
TextException textException = new TextException("The submitted type is not valid");
textException.initCause(exception);
throw textException;
}
}
textTableCellProperties = new ITextTableCellProperties[textTableCellRange.length];
for(int i = 0; i < textTableCellProperties.length; i++) {