shape.setSpid( "_x0000_s1026");
shape.setInsetmode(org.docx4j.vml.officedrawing.STInsetMode.CUSTOM);
shape.setConnectortype(org.docx4j.vml.officedrawing.STConnectorType.STRAIGHT);
// Create object for textbox (wrapped in JAXBElement)
CTTextbox textbox = vmlObjectFactory.createCTTextbox();
JAXBElement<org.docx4j.vml.CTTextbox> textboxWrapped = vmlObjectFactory.createTextbox(textbox);
shape.getPathOrFormulasOrHandles().add( textboxWrapped);
textbox.setStyle( "mso-fit-shape-to-text:t");
textbox.setInsetmode(org.docx4j.vml.officedrawing.STInsetMode.CUSTOM);
// Create object for txbxContent
CTTxbxContent txbxcontent = wmlObjectFactory.createCTTxbxContent();
textbox.setTxbxContent(txbxcontent);
txbxcontent.getContent().add( textboxContent);
if (w10WrapEl) {
// Add <w10:wrap type="square"/>