I'm sorry to ask about this in my first post, but I'm having a little trouble grasping the concepts involved in editing a docx file via docx4j.
I want to parse through a file, and for each character I want to assign a unique font. I do not know what font the character will have to begin with. I'm aware of the drawbacks to doing this.
I do not need an exact solution, but I do need some pointers:
How do I parse the file for characters?
How do I select individual characters and give them their own font properties?