Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Attached is a .docx-file which has a table. This table has a style (Gattertabel1-lys), that inherits from a base style (Tabel-Normal), which has a defined a cell margin set for the table (108dxa to both left and right).
By inspecting the XML in the .docx-file manually, I can read the cell padding and the style inheritance. But by using DocIO, there is no mentioning of neither the base style name or the properties from the base style, which makes it impossible to do precise calculations, based on cell padding.