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…...Setting a table font issue Aspose.Words Product Family words-net...PreferredWidth.FromPercent(60); builder.Font.Size = 12; builder.Write("Rooms");...