CTFFTextInput fftextinput = wmlObjectFactory.createCTFFTextInput();
JAXBElement<org.docx4j.wml.CTFFTextInput> fftextinputWrapped = wmlObjectFactory.createCTFFDataTextInput(fftextinput);
ffdata.getNameOrEnabledOrCalcOnExit().add( fftextinputWrapped);
//Set type to regular
CTFFTextType ffTextType = wmlObjectFactory.createCTFFTextType();
ffTextType.setVal(STFFTextType.REGULAR);
fftextinput.setType(ffTextType);
if (ffTextInputFormat!=null) {
// Create object for format