Styling tables

I have read in a document containing a table style. I have obtained an Aspose.Words.Style representing this style.

I have code that inserts a table into my document, and this works fine.

Now I’d like to apply this style to the table, but I don’t see any obvious way to do this in your API docs.

Does Aspose.Words support this?

Hi,

Thank you for your request. Aspose.Words does not support table styles at the moment. You can read them (because Aspose.Words preserves everything from the original document) but cannot apply. We will add this feature in the future.