table-layout:fixedthen in td, set
white-space:normal;
word-wrap:break-word;
white-space:normal;inside the <td> and <div> of the fixed-layout table,
word-wrap:break-word;
table-layout:fixedthen in td, set
white-space:normal;
word-wrap:break-word;
flexTable.getColumnFormatter().setWidth(0, "150px");
flexTable.getcolumnFormatter().setWidth(1, "200px");
flexTable.setWidth("350px");the word in td can be broken!!