Hi,
Quote:
I tried exporting through the UI and got to see the showInRibbon=false setting.
|
Right, so I tried with exported
Code:
<mso:gallery idQ="mso:BreaksGallery" label=" " showInRibbon="false" visible="true"/>
<mso:gallery idQ="mso:SymbolInsertGallery" label=" " showInRibbon="false" visible="true"/>
Result:
<gallery idMso="BreaksGallery"
showLabel="false"/> and <gallery idMso="SymbolInsertGallery"
showLabel="false"/> still display the label (as I almost expected).
<gallery idMso="BreaksGallery"
label=" "/> and <gallery idMso="SymbolInsertGallery"
label=" "/>
both supress the label,
but still display text when hovering over the icons - other than gallery idMso="PropertyInsert".
So I can’t see any scheme to follow …
Quote:
Have you tried the schemas for each of 2007/2010/2013?
|
No, just 2010.
NP