I am dynamically generating a table in Google Docs using the Google Docs API, with the table data provided in JSON format from an API. I need to rotate the table landscape. I have text paragraph also on the pages but I want it as it is. How can I implement this using Java in a Spring Boot application?