Hi Jason,
Thank you for your continuous support I was able to get through with implementing text effects(glow, reflection, shadow, etc). I just have a problem though upon integrating my newly built docx4j to our actual project. It is in regards to versioning. Our project uses
docx4j v2.8.1. In
v2.8.1, the datatype for
tblLook is CTShortHexNumber, but then in
v3.2.1(which was we hope to use, since it is the latest)
tblLook is now of CTTblLook type. Because of this change, several errors(such as: <Class name> cannot be resolved, <Variable name> cannot be resolved, Import cannot be resolved, etc) emerged. Question is, how am I going to solve this?
BTW, I've read about this post.
http://www.docx4java.org/forums/docx-java-f6/how-to-set-banded-columns-rows-using-docx4j-t1494.html
But my brain wasn't able to comprehend hence I seek for more brief and precise answer from you.
Regards,
Gadi