Tagged Questions
1
vote
1answer
47 views
How to use and apply HMerge on a cell in generating a docx file using java and docx4j?
I have found tutorials on how to make a simple table in generating a docx file using docx4j. and have seen a sample on how to merge cells vertically. It worked. but i have tried the same using ...
1
vote
1answer
150 views
MOXy marshalling wrong object
I'm trying to have docx4j support MOXy as its JAXB implementation.
We're pretty much there; see docx4j and MOXy
The problem I'm having is that I have a class:
...
0
votes
1answer
793 views
Java docx4j Bold Text
I do a search and replace on a word document by using docx4j and the following code:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new File(pathFinder.findUploadPath() + ...