View Single Post
 
Old 01-31-2015, 02:18 PM
NobodysPerfect NobodysPerfect is offline Windows 8 Office 2010 32bit
Competent Performer
 
Join Date: Jan 2014
Location: Germany
Posts: 136
NobodysPerfect is on a distinguished road
Default

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

Last edited by NobodysPerfect; 01-31-2015 at 04:13 PM.
Reply With Quote