Hi,
I have this code:
[TestMethod]
public void GenerateWordWithStrong()
{
Document doc = new Document();
// We can position where we want the table to be inserted and specify any extra formatting to the t…...Font.Bold = false affects InsertHtml Aspose.Words...DocumentBuilder(doc); builder.Font.Name = "Arial"; builder.Font.Size = 10d; builder...