Hi,
How do I access the theme information of a MS Word Document using ASPOSE API? Theme information includes, Font styles (major, minor), the color schemes, etc. For example if I set the color set as “Angels”, how do I get the Dark color1 , light color1, dark color2, light color2, accent colors and link colors through Aspose APIs?
I can use the API document.getStyles().getByStyleIdentifier()
, but it returns null for most of the Identifiers.
Kindly help.
Anbu