Create a table with formatting using C++

I want to create a table with 2 columns and 7 rows. The first row will be the header with bold text. the next 6 rows will be attributes with the blue test for the attribute name in the first column and the attribute text in the second column.

I am developing in C++ (Visual Studio 2017) x64. I was going to convert the .NET example but I don’t see the DocumentBuilder in the DuckX or the pugixml dlls. is there another dll that I need to download?

What I want is a example that creates a table like the attachment.
Sample_Table


This Topic is created by tahir.manzoor using Email to Topic tool.

@mwtupper57

The detailed information about installing Aspose.Words for C++ can be found here.
The detailed information on how to work with DocumentBilder class can be found here.

Please provide your .Net code example and we will help you port it to C++.