wordpress hit counter
Browse by Tags - OpenXML Developer - Blog - OpenXML Developer

Browse by Tags

Blog

Samples, Demos, and Reference Articles
Tagged Content List
  • Blog Post: Getting Started with Open XML Development - Part III WordprocessingML Scenarios

    This is the third in a series of screen-casts on getting started with Open XML development. In this screen-cast, I discuss the three most common scenarios around OpenXML WordprocessingML. Return to the Table of Contents of this screen-cast series.
  • Blog Post: Displaying an Open XML WordprocessingML Document in a Web Browser Control in Windows Forms

    This is a fun little project that I needed to do to help out a customer. The customer needed to select a specific subset of paragraphs in a WordprocessingML document based on certain search criteria, and then display the subset in a form (in a Windows Forms application). As it turns out, it was pretty...
  • Blog Post: Merge Comments from Multiple OpenXML WordprocessingML Documents into a Single Document

    Several years ago, I was at a Microsoft conference, and was asked by a couple of attendees how to merge comments from multiple Open XML WordprocessingML documents into a single document. Those developers had attempted to write code to do this, and were not successful. I took this as a challenge, and...
  • Blog Post: Announcing the Release of PowerTools for Open XML 2.2

    We’re very happy to announce the release of PowerTools for Open XML version 2.2, now available for download at powertools.codeplex.com . There are a number of great features in this new release: Merge-OpenXmlDocument incorporates DocumentBuilder 2.0, which is a much more robust implementation of...
  • Blog Post: Advanced use of DocumentBuilder 2.0

    The default approach to working with DocumentBuilder 2.0 enables you to take bits and pieces of multiple documents and assemble them together into a new document. However, there is an interesting scenario that this approach does not handle. You may want to import a document into a cell in a table, into...
  • Blog Post: How to Retrieve the Text of a Bookmark from an OpenXML WordprocessingML Document

    Sometimes developers use bookmarks to delineate text in an OpenXML WordprocessingML document. Then, as part of a larger system, they want to retrieve the text of that bookmark to process in some fashion. Retrieving the text of bookmarks is made somewhat more complicated because the w:bookmarkStart and...
  • Blog Post: Updating the TOC in a WordprocessingML Document using an AutoOpen Macro

    I had thought that there were only going to be four screen-casts in this series on adding / updating tables-of-contents in OpenXML WordprocessingML documents. However, I can see that there are now going to be at least six. In the screen-cast that I present in this post, I show how you can add a TOC using...
  • Blog Post: What is the glossary document used for?

    I recently received a question about the use of the glossary document. In a nutshell, in DOCX, it is used for the placeholder text for content controls. In DOTX, it is used for the content for quick parts. The following 3 minute video demonstrates these two uses. It also shows a little trick you can...
  • Blog Post: New Screen-Cast: Short and Sweet Intro to DocumentBuilder 2.0

    Here is a short screen-cast that explains what DocumentBuilder 2.0 is all about, in less than seven minutes.
  • Blog Post: Exploring Tables-of-Contents in Open XML WordprocessingML Documents (Part 2)

    Many Open XML developers need to generate documents, and then generate and insert an updated table-of-contents for the document. TOC's in Open XML are not hard, but they require a bit of explanation. This post introduces the second in a series of screen-casts around Open XML WordprocessingML TOCs...
Page 1 of 1 (10 items)