Is there a way to group textboxes using XML. I have tried using <v:group>
as can be seen below but this doesn't seem to work? Ideally I'd like the group to inherit the size of the textbox.
<v:group id="TEST1" o:spid="TEST1" o:spt="203" coordsize="21600,21600"
style="position:absolute;margin-left:110pt;margin-top:43;height:75pt;width:372pt;">
<o:lock v:ext="edit" aspectratio="f" />
<v:rect id="textbox0" o:spt="1"
style="position:absolute;margin-left:120.pt;margin-top:53;height:74;width:371;"
filled="f" stroked="f">
<v:textbox>
<w:txbxContent>
<w:p>
<w:r>
<w:t>ENTER TEXT HERE</w:t>
</w:r>
</w:p>
</w:txbxContent>
</v:textbox>
</v:rect>
</v:group>