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…... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); // Apply default font across the document. doc.getStyles()...