* @param phrase the <CODE>Phrase</CODE> to be added to the cell
*/
public void addCell(final Phrase phrase) {
defaultCell.setPhrase(phrase);
PdfPCell newCell = addCell(defaultCell);
newCell.id = new AccessibleElementId();
defaultCell.setPhrase(null);
}