Ejemplo n.º 1
0
 /** Makes blank all the cells that contain non-text elements. */
 public void removeNonText() {
   // the following order is significant
   // since the south-pointing arrowheads
   // are determined based on the surrounding boundaries
   removeArrowheads();
   removeColorCodes();
   removeBoundaries();
   removeMarkupTags();
 }