How to create landscape oriented page in docx file.
I have inserted below code before creating WML package -
- Code: Select all
Properties properties = Docx4jProperties.getProperties();
properties.setProperty("docx4j.PageOrientationLandscape", "true");
But its not working.
Can anyone please help me?
Thanks