Problem while reading a paragraph using Aspose.Word

Hi,
I am reading a capitalized string in a paragraph of a word document through Aspose.Word into a string variable. This string was copied in that word document from an existing word document (which may contain some settings). What i have observed is that copied string is in capital letters in the word document which i am reading using Aspose but when i receive that string in a local .Net variable using Aspose.Words, that string comes in normal small case letters. I want to know from you, whether there is any such setting in MS Word where in the string looks in capital letters but actually is a collection of small case letters.
Thanks in Advance.

Hi
Thanks for your inquiry. There is Font.AllCaps property that indicates whether all letters is shown capitalized. Please see the following link for more information.
https://reference.aspose.com/words/net/aspose.words/font/allcaps/
Best regards.