Questions tagged [ribbonx]

RibbonX (Ribbon XML) brings Office programming into the modern age with XML-based UI declaration. Instead of writing complicated code that builds up the UI using a series of object model calls, you can create an XML file that specifies the appearance of the UI in a structured markup form. This has numerous advantages for the add-in writer.

RibbonX (Ribbon XML) brings Office programming into the modern age with XML-based UI declaration. Instead of writing complicated code that builds up the UI using a series of object model calls, you can create an XML file that specifies the appearance of the UI in a structured markup form. This has numerous advantages for the add-in writer.

Resources

362 questions
-2
votes
1 answer

Get list of all Ribbon tabs in Office Word document

I am trying to get all existing Ribbon tabs in a word document programmatically using C# code. But I couldn't find any method to do it. Can someone show me how to do that using C#?
NetNet
  • 3
  • 1
1 2 3
24
25