internal RtfTableCellDefinition(RtfTableCell cell, RtfTableCellStyle style)
 {
     _cell  = cell;
     _style = style;
 }
 internal RtfTableCellDefinition(RtfTableCell cell)
 {
     _cell = cell;
 }