Hello.
I have a template docx with textbox form fields (FldChars of field-type: form-field FORMTEXT).
They store directives how to fill and process template in default text value of ffData elem.
In simple case it needs just to set form field value, in more complicated - delete table or table
raw or paragraph with correnponding form field.
At first i got all FldChars using getJAXBNodesViaXPath(), but i had to for example find parent table
to ...