Comparing styles set of word document

Hi,
We are using Aspose.Words.dll version 10.0.0.0 for generating word documents using HTML
We have two-word document one is word template and other is normal word document. We have a requirement in which we have to compare that both document have same recommended style set or same collection of styles.
So in aspose, is there any way for comparing recommended style set of word document.
Please let us know if any solution is available.
Thanks
Samanvay.

Hi
Thanks for your request. Unfortunately, there is not direct way to compare styles in documents. However, I think, in your case, it would be enough to compare names of styles. Am I right? If so, you can simply get a collection of style’s names from both documents and compare these collections to find out whether the documents have the same set of styles.
Best regards,