Extract User Style Name

Hi,
How I can extract the user style name with aspose.words. I’m using DocumentVisitor to extract text and i have to distinguish them by the user style.
How can I extract the name of the user defined style name
Thanks

Hi
Thanks for your request. Maybe you should use ParagraphFormat.StyleName. See the following link for more information:
https://reference.aspose.com/words/net/aspose.words/paragraphformat/stylename/
Also you can try Font.StyleName
https://reference.aspose.com/words/net/aspose.words/font/stylename/
Hope this helps.
Best regards.