How to find the character casing in aspose word

I am using Aspose word to format the documents in my application.
I wanted to find out the case(Upper case or Lower case) of a letter inside a paragraph.
Looking forward for your reply.
Thanks in advance.
Alex

Hi Alex,
Thanks for your request. If case of text is specified using MS Word options, you can easily get these options. Please see the following links for more information:
https://reference.aspose.com/words/net/aspose.words/font/allcaps/
https://reference.aspose.com/words/net/aspose.words/font/smallcaps/
But if you just press Shift or Caps Lock on your keyboard and type, then you have to parse the string to check case of letters.
Best regards,