Exemplo n.º 1
0
 public void Visit(ItalicCell italicCell)
 {
     Output += string.Format("\"bold\" : \"{0}\"", italicCell.Text);
 }
Exemplo n.º 2
0
 public void Visit(ItalicCell italicCell)
 {
     Output += string.Format("<i>{0}</i>", italicCell.Text);
 }