Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » OpenXML   (RSS)
Assembling Paragraph and Run Properties for Cells in an Open XML WordprocessingML Table
[Blog Map] (Update Nov 11, 2009 : This is the 6th in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) When we want to render a paragraph and its runs inside of a cell, we need to assemble the paragraph Read More...
SharePoint 2010 and Office 2010 Developer Training Courses Launched on Channel 9
Channel 9 launched new developer training courses for SharePoint 2010 and Office 2010. I know the folks who produced this, and personally seen a lot of it. This is good stuff. The training consists of extensive recordings from top MVPs/experts on how Read More...
Comparison of Html/CSS Tables to WordprocessingML Tables (Post #5)
[Blog Map] (Update Nov 11, 2009 : This is the 5th in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) Html tables and WordprocessingML tables have a lot in common. Both can present complex tables with Read More...
Open XML WordprocessingML Style Inheritance (Post #4)
[Blog Map] (Update Nov 11, 2009 : This is the 4th in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) When working with WordprocessingML, nearly all of the information that we need to render paragraphs, Read More...
Transforming Open XML Word-Processing Documents to Html (Post #3)
[Blog Map] (Update Nov 11, 2009 : This is the 3rd in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) Over the last couple of weeks, and over the next week, I've been designing and writing some code Read More...
Transforming Open XML Word-Processing Documents to XHtml (Post #2)
[Blog Map] (Update Nov 11, 2009 : This is the 2nd in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) Last week, I blogged about a small project that I'm embarking on: to make a reasonably accurate Read More...
Generating Documents from SharePoint Lists using Open XML Content Controls
[Blog Map] It's often the case that a department manager needs to regularly send a nicely formatted status report to her general manager or that a team leader needs to send a weekly status report to a number of interested parties. To collaborate with Read More...
Transforming Open XML Word-Processing Documents to XHtml
[Blog Map] (Update Nov 11, 2009 : This is the 1st in a series of posts ( #1 , #2 , #3 , #4 , #5 , #6 ) on doing a transform of WordprocessingML to XHtml.) Over the next couple of weeks, I'm going to spend some time writing some LINQ to XML code to transform Read More...
New Open XML Developer Center on MSDN
As most developers who work with Microsoft technologies know, there are Developer Centers on MSDN. Each developer center, run by a team devoted to the technology, contains the best resources for that technology, including links to SDK downloads, documentation, Read More...
Source Code Available: Complete Implementation of 'Accept All Changes (Tracked Revisions) in Open XML Documents'
[Blog Map] As most Open XML developers know, Word 2007 has a feature that tracks changes while you are editing a document. These tracked revisions are recorded in Open XML markup. It often is desirable to use the Open XML SDK to process tracked revisions Read More...
Essentials of the Open Packaging Conventions (OPC), and other Open XML Links
[Blog Map] I’ve written an MSDN article, Essentials of the Open Packaging Conventions , published today. This article presents the basics that you need to know about Open Packaging Conventions if you are building applications using the Open XML SDK or Read More...
Update to CommentMerger.MergeComments Method
Word 2007 has a feature where you can lock a document, preventing any changes to content, yet allowing the user to add comments. CommentMerger is a small method (~400 lines of code) that merges comments from two documents into a single document, provided Read More...
Merging Comments from Multiple Open XML Documents into a Single Document
Microsoft Word 2007 allows you to lock a document, prohibiting users from making changes to content, while allowing them to add comments. If we have multiple documents that have the same content yet different comments, we can merge those comments into Read More...
Recursive Approach to Pure Functional Transformations of XML
[Blog Map] Writing pure functional transformations a in a recursive style enables us to put together interesting transformations in a very small amount of code. Using some specific techniques that allow us to write this code very concisely, this approach Read More...
Document-Centric Transforms using LINQ to XML
[Blog Map] When thought of in a certain way, XML documents come in two flavors – data-centric and document-centric. Further, there are two types of document-centric documents. This post presents my thoughts about approaches to various types of document-centric Read More...
More Posts Next page »
Page view tracker