Exemple #1
0
 public TableCaption(Run content) : base(content)
 {
 }
Exemple #2
0
 public TableCell(Run content) : base(content)
 {
 }
Exemple #3
0
 public TableContentNode(Run content)
 {
     Attributes = new TagAttributeCollection(this);
     Content    = content;
 }