I am creating a Table programmatically using DocBuilder.StartTable() to create the table, then creating row and cell objects and populating them with content as needed and using table.AppendChild(row) and row.AppendChild…... If I create paragraph object, then create runs and...them to the the paragraph and append the paragraph to the cells...