Join
Sign in
Search Options
Search Everything
Search Blog
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Blog
»
OpenXML Developer
»
WordProcessingML
WordProcessingML
Blog
Samples, Demos, and Reference Articles
Get this RSS feed
To learn how to submit a blog click
here
Tags
.NET - C#
.NET (C#
.NET (C#, VB, J#, C++/CLI)
C/C++ - C
C/C++ - C++
C++/CLI)
DocumentBuilder
DrawingML
J#
Java
Linux/Unix/Solaris
Open Packaging Convention
OpenXML
OpenXML PowerTools
OpenXML WordprocessingML
Other
Pages
PowerTools
PresentationML
Scripting Languages
SpreadsheetML
VB
Windows (Win32, VB6, VFP, other)
WordProcessingML
WordprocessingML PowerTools
OpenXML Developer
RSS for posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
OpenXML Developer
Second in 2-Part Screen-Cast Series on Controlling Vertical Spacing in WordprocessingML
Posted
1 month ago
by
Eric White
5410
Eric White
0
Comments
This is the second in a 2-part screen-cast series on controlling vertical spacing in an Open XML WordprocessingML document. When generating word-processing documents, you sometimes want to control vertical spacing very explicitly. You may want to control...
OpenXML Developer
First in 2-Part Screen-Cast Series on Controlling Vertical Spacing in WordprocessingML
Posted
1 month ago
by
Eric White
5410
Eric White
0
Comments
I've recorded a 2-part screen-cast series on controlling vertical spacing in an Open XML WordprocessingML document. When generating word-processing documents, you sometimes want to control vertical spacing very explicitly. You may want to control...
OpenXML Developer
Exploring the Markup for Bibliographies in OpenXML WordprocessingML
Posted
2 months ago
by
Eric White
5410
Eric White
0
Comments
I've received a couple of questions recently about bibliographies. I sat down to write a blog post about it, and then realized it would benefit from a screen-cast that explains the markup. The following screen-cast walks through bibliography markup...
OpenXML Developer
New screen-cast on the Split-OpenXmlDocument cmdlet in PowerTools for Open XML
Posted
2 months ago
by
Eric White
5410
Eric White
0
Comments
In document processing parlance, shredding a document is the process of dividing a source document according to certain rules, and creating a number of documents from the source document. This is useful, for instance, when you have a huge document, and...
OpenXML Developer
Custom XML Parts and Content Controls
Posted
4 months ago
by
Eric White
5410
Eric White
0
Comments
Using custom XML parts and content controls, we can create smarter documents that provide needed functionality for users. Content controls and custom XML parts enable us to integrate business data with content in a document. In addition, content controls...
OpenXML Developer
Advanced use of DocumentBuilder 2.0
Posted
4 months ago
by
Eric White
5410
Eric White
8
Comments
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...
OpenXML Developer
Replacing Text of a Bookmark in an OpenXML WordprocessingML Document
Posted
4 months ago
by
Eric White
5410
Eric White
0
Comments
In a previous screen-cast , I showed how to retrieve the text of an OpenXML WordprocessingML document. In this post and screen-cast, I introduce some code that enables you to replace the text of a bookmark. This blog post and screen-cast build on the...
OpenXML Developer
Exploring Tables-of-Contents in OpenXML WordprocessingML Documents (Part 4)
Posted
5 months ago
by
Eric White
5410
Eric White
0
Comments
Here is the last of four screen-casts on tables-of-contents in OpenXML WordprocessingML documents. In this screen-cast, I show how to use Word Automation Services to repaginate a document and update the TOC. Here is the complete list of screen-casts in...
OpenXML Developer
Exploring Tables-of-Contents in Open XML WordprocessingML Documents
Posted
5 months ago
by
Eric White
5410
Eric White
3
Comments
Many Open XML developers need to generate documents, and then generate and insert an updated table-of-content for the document. TOC's in Open XML are not hard, but they require a bit of explanation. This blog post introduces the first of several screen...
OpenXML Developer
Introducing TextReplacer: A New Class for PowerTools for Open XML
Posted
6 months ago
by
Eric White
5410
Eric White
0
Comments
Recently I wrote some code that implemented search-and-replace for Open XML WordprocessingML documents . I wrote that code for an Open XML developer who needed to implement that functionality using XML DOM, although with a different language than C#....
OpenXML Developer
Introduction to DocumentBuilder 2.0 - Screen-Cast 3 of 3
Posted
6 months ago
by
Eric White
5410
Eric White
0
Comments
This post is the third in a series of three screen-casts that introduce DocumentBuilder 2.0. This screen-cast builds on the previous two screen-casts where I walk through the process of transferring comments from multiple source documents into a destination...
OpenXML Developer
Introduction to DocumentBuilder 2.0 - Screen-Cast 2 of 3
Posted
6 months ago
by
Eric White
5410
Eric White
2
Comments
This post is the second in a series of three screen-casts that introduce DocumentBuilder 2.0. This screen-cast builds on the previous screen-cast where I walk through the process of transferring comments from multiple source documents into a destination...
OpenXML Developer
Introduction to DocumentBuilder 2.0 - Screen-Cast 1 of 3
Posted
6 months ago
by
Eric White
5410
Eric White
0
Comments
This post contains the first of three planned screen-casts that introduces DocumentBuilder 2.0, talks about interrelated markup, and explores how DocumentBuilder solves developer issues with regards to interrelated markup. While this screen-cast is a...
OpenXML Developer
New Interoperability Content on MSDN
Posted
7 months ago
by
Eric White
5410
Eric White
0
Comments
Last week, the Office Interoperability team updated the Learn Open Specifications and Interoperability page in the Open Specifications Developer Center . This update features the debut of the Open Specifications Interactive Pivot, 9 new learning modules...
OpenXML Developer
Minor Update to DocumentBuilder 2.0
Posted
7 months ago
by
Eric White
5410
Eric White
0
Comments
On June 20, 2011 (two days ago), I posted an update to DocumentBuilder . After more extensive testing, I found and fixed a few bugs in less common scenarios, including if comments in multiple sources contain images, multiple sources contain endnotes with...
OpenXML Developer
New Version of DocumentBuilder Available in PowerTools
Posted
7 months ago
by
Eric White
5410
Eric White
4
Comments
At long last, I have completed and posted a much requested and sorely needed update to DocumentBuilder . DocumentBuilder is code that is part of the PowerTools for Open XML project that handles issues of interrelated markup, enabling you to generate new...
OpenXML Developer
Search and Replace Text in an Open XML WordprocessingML Document
Posted
8 months ago
by
Eric White
5410
Eric White
11
Comments
A reoccurring question around Open XML is how to search and replace text in a word-processing document. There have been several attempts at presenting example code to do this, however, until now I have not seen any examples that correctly implement this...
OpenXML Developer
Adding Headers and Footers with SDK2.0
Posted
over 3 years ago
by
jenw
352110
jenw
2
Comments
by Lawrence Hodson (aka Sharky) For Microsoft .NET developers the Open XML SDK v2.0 promises a friendlier API for delving into the new Office document formats. It is built over the System.IO.Packaging API, but adds strongly-typed classes, so I thought...
OpenXML Developer
TextGlow - View Open XML Word documents with Silverlight
Posted
over 3 years ago
by
jenw
352110
jenw
4
Comments
Displaying Open XML documents in Silverlight with TextGlow By James Newton-King The Office Open XML file format has opened up a new range of possibilities to working with documents. The Microsoft Office 2007 suite of products replaces the old binary formats...
OpenXML Developer
ECMA-376 and ODF1.1 Implementer notes for Office 2007 SP2 released
Posted
over 3 years ago
by
jenw
352110
jenw
0
Comments
You may have seen that the implementer notes for Office 2007 SP2 for ECMA-376 and ODF1.1 are now available. ECMA-376 Implementer Notes for Office 2007 SP2 On the ECMA-376 Implementer Notes Site you will find detailed information about Office’s support...
OpenXML Developer
Open XML SDK V2 CTP available
Posted
over 4 years ago
by
ecullins
5
ecullins
0
Comments
Open XML SDK V2. The first CTP of V2 of the Open XML SDK is now available for download. This release includes a high-level DOM (document object model) for Open XML development, as well as several tools to streamline Open XML development: The OpenXmlDiff...
OpenXML Developer
Create WordprocessingML document using python
Posted
over 4 years ago
by
Sheela E N
29275
Sheela E N
0
Comments
Article by Mallika Biswas, Sonata Software Limited This article explains how to create a WordprocessingML document using python. Steps to be followed: 1. Create document.xml. 2. Create [Content_Types].xml 3. Create _rels\.rels file i.e the relationship...
OpenXML Developer
New in the Open XML SDK April 2008 CTP
Posted
over 4 years ago
by
Sheela E N
29275
Sheela E N
0
Comments
Article by Sheela E.N, Sonata Software Limited This article explains about changes made in Open XML SDK April 2008 CTP compared to Open XML SDK June 2007 CTP Open XML SDK provides a set of strongly typed classes to create and consume Office Open XML based...
OpenXML Developer
Copy table from WordProcessingML to SpreadsheetML
Posted
over 4 years ago
by
Sheela E N
29275
Sheela E N
1
Comments
Article by Mallika Biswas,Sonata software Limited. This article explains how to copy table content of a WordprocessingML document to a SpreadsheetML document using System.IO.Packaging API. Steps: 1. Take an existing word document having a table with any...
OpenXML Developer
Microsoft announces Open XML SDK roadmap
Posted
over 4 years ago
by
dmahugh
15355
dmahugh
3
Comments
Microsoft unveiled today the roadmap for the Open XML SDK that was released last June as a CTP (Community Technology Preview) version. After collecting developer feedback through the CTP release, they've put together a two-phased release plan to get developers...
Page 1 of 3 (71 items)
1
2
3