最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

openxml - Group Textboxes using XML in Word - Stack Overflow

programmeradmin1浏览0评论

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>
发布评论

评论列表(0)

  1. 暂无评论