SouthWorks Blogs
  • Home
  • About
Ezequiel Bella

Category: Word 2007 Subscribe to RSS Feed

  • VSTO: Populate a Word 2007 Ribbon dynamicMenu control at runtime using C#

    Published by ebella on September 29th, 2007 9:38 pm under Office 2007 Interop, VSTO, Word 2007

    No Comments
    In this opportunity I will show you how to use the VSTO Ribbon dynamicMenu control to programmatically add controls at runtime using C#. The dynamicMenu is a Ribbon control that has a similar behavior to the menu control, with the difference that the former allows to add controls like buttons, menus, toggleButtons at runtime. For... read more
  • Office Interop: Attach a custom template and update styles in Word 2007 using C#

    Published by ebella on September 22nd, 2007 7:44 pm under Office 2007 Interop, VSTO, Word 2007

    No Comments
    Hi, in this opportunity you will see how to attach a given template into a Word 2007 document programatically (C#), and subsequently update the styles that were modified. Sample Solution If you like to see the code working, I’m attaching in this post a really simple sample solution that you can download and use it... read more
  • Office Interop: Convert Word 2007 text into a Plain Text Content Control using C#

    Published by ebella on September 15th, 2007 8:47 pm under Office 2007 Interop, VSTO, Word 2007

    No Comments
    Introduction In order to make the sample more exciting, you will convert a text selection into a plain text content control. For this, you will use several Interop interfaces such as Selection and Range, but don’t panic because their use is really simple and intuitive. For more information, see Selection Interface and Range Interface. Additionally,... read more
  • OpenXml: Export and resize Word 2007 embedded images with C#

    Published by ebella on August 23rd, 2007 8:00 pm under .NET 3.0, OpenXml, VSTO, Word 2007

    No Comments
    Hi to all! In this post I will show you how to programatically (C#) export the images that are embedded in Word 2007. As you may know, all the images that are inserted into Word are also embedded as document parts. All embedded parts in a Word 2007 document are in their native, default Word... read more
  • Home
  • About
RSS

Copyright © 2013 Southworks. All Rights Reserved.