widths[i] = columnSeparator[i].Position
- columnSeparator[i - 1].Position;
}
widths[columnSeparator.length] = (int) (width - columnSeparator[columnSeparator.length - 1].Position);
} catch (Exception exception) {
TextException textException = new TextException(exception
.getMessage());
textException.initCause(exception);
throw textException;
}
return widths;
}