I found that if I just did:
Table table1 = builder.StartTable();
builder.InsertCell().CellFormat.Borders.LineStyle = LineStyle.None;
//table1.Style = document.Styles["tableStyle"];
builder.InsertParagraph();
b…...table, it defaults to Times New Roman, and since we had applied...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...