【发布时间】:2020-02-08 08:58:39
【问题描述】:
我希望你一切都好。 我目前正在 powerpoint 中创建一个 customUI 功能区,并且遇到以下问题 with 没有出现在功能区中:
<button idMso="TextBoxInsert" visible="true"/>
<button idMso="Font" visible="true"/>
<button idMso="FontSize" visible="true"/>
<button idMso="ShapeHeight" visible="true" showLabel="true"/>
<button idMso="ShapeWidth" visible="true" showLabel="true"/>
并尝试了以下使整个功能区消失的方法:
<tooglebutton idMso="TextBoxInsert" visible="true"/>
<combobox idMso="Font" visible="true"/>
<comboboxidMso="FontSize" visible="true"/>
<combobox idMso="ShapeHeight" visible="true" showLabel="true"/>
<combobox idMso="ShapeWidth" visible="true" showLabel="true"/>
经过几次尝试,我仍然无法理解错误,也没有找到解决方法。
有人对此有想法吗? 亲切的问候, 纳克索斯
【问题讨论】:
-
你能给你看代码吗?你在哪里设置这个 XML?
-
我把开头去掉了让它更容易!
-
好的,我在 TextboxInsert、Font 和 Fontsize 中删除了
visible="true"!这仅在缺少 ShapeHeight 和 ShapeWidth 时有效!
标签: xml vba powerpoint ribbon