Hi!
I need help, does docx4j contain API that can replace some marked text to another? For example:
Word Text: "My name is {FirstName} {LastName}. I am living in Moscow."
I want to change marked fields: {FirstName} and {LastName} to some specific text, what is the easist way to do it?
I am trying to look at Field Codes way (How you can use it "Insert > Quick Parts > Field > Field Codes" ). ...