Tagged Questions
0
votes
0answers
180 views
How to hide Ribbon (menu / commandBars) of Word 2007/2010 with Java SWT oleClientSite
In word 2003 (and previous), hiding menus / bars in an OLE Frame with SWT ClientSite is done by means of oleAutomation, and setting the "Visible" property of commandBars to false, like this:
...