Browse by Tags
Some time ago I wrote an article on version 2.0 of the OpenXML SDK, focusing on the tools that come with it to help you develop OpenXML applications. Open XML Classes Explorer Open XML Diff Document Reflector Check it out yo.
Jeroen Ritmeijer has taken the TextGlow source code and integrated it into a SharePoint web part. Check out the article he wrote about the new web part here .
Over the last couple of months I have had the opportunity to work on an exciting project called TextGlow . TextGlow is a Silverlight 2.0 application for viewing Word 2007 documents on the Internet. With TextGlow it is possible to instantly view a document within a web page, with no Microsoft Office applications installed. Since Silverlight is cross platform the user doesn't even have to be running...
The biggest challenge I encountered when writing an object model for OOXML documents was handling inheritance. WordprocessingML has a relatively complex inheritance hierarchy (illustrated for the most part in the diagram below) and it was a struggle to come up with a solution that would be both quick to implement for every property across the entire model, and yet be flexible enough to handle every...
In a previous blog post I showed how to efficiently iterate over a WordprocessingML ’s document content when creating an object model. One of the interesting quirks of WordprocessingML is that the content of sections (a section defines information like page size and orientation), instead of being nested inside a section element, are determined by a marker section element in the final paragraph of the...
More Posts
Next page »