Hi everyone,
I'm looking for references for any existing Java API that I can reuse to fetch the component style systems for an AEM page created by using a specific template and adding the default style options policy configured for that template to the page programmatically.
For example, the page contains the following components:
- Title - Color Style options
- Text - Padding & Color style options
- Image - Margin & Position style options
The page has all of the three components mentioned above and its content is authored. The task is to apply the default styles of these components to this page programmatically.
I've looked around using WCM's Designer API: Designer (The Adobe AEM Quickstart and Web Application.)
But unable to find a suitable way to proceed further after getting Design for the page: Design (The Adobe AEM Quickstart and Web Application.)