I've tried couple of alternative to tilt table header text by 90 degree, but docx4j doesn't support it.
Had tried by adding below property in style attribute. but text getting display default horizontally.
mso-rotate:90;
&
transform: rotate(-90deg);
I've read this answer, & came to know docx4j doesn't support this feature. Is there any alternative? Help would be appreciated.