예제 #1
0
 public static void Add(this TableCell cell, string text) => cell.Add(new Paragraph {
     text
 });