コード例 #1
0
 public void Visit(BoldCell boldCell)
 {
     Output += string.Format("\"bold\" : \"{0}\"", boldCell.Text);
 }
コード例 #2
0
 public void Visit(BoldCell boldCell)
 {
     Output += string.Format("<b>{0}</b>", boldCell.Text);
 }