Join
Sign in
Search Options
Search Everything
Search Blog
Home
Blog
Resources
Forums
About Open XML
More ...
Home
»
Blog
Blog
Samples, Demos, and Reference Articles
Get this RSS feed
To learn how to submit a blog click
here
Tag Cloud
.NET - C# (17)
.NET (C# (4)
.NET (C#, VB, J#, C++/CLI) (57)
C/C++ - C++ (3)
C++/CLI) (3)
DocumentBuilder (8)
DrawingML (14)
J# (3)
Java (12)
Linux/Unix/Solaris (8)
Open Packaging Convention (53)
OpenXML (9)
OpenXML PowerTools (3)
OpenXML SpreadsheetML (3)
OpenXML WordprocessingML (8)
Other (8)
Pages (117)
PowerTools (14)
PresentationML (30)
Scripting Languages (5)
SpreadsheetML (39)
VB (3)
Windows (Win32, VB6, VFP, other) (4)
WordProcessingML (74)
WordprocessingML PowerTools (10)
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
OpenXML Developer
Using Both the Strongly Typed Object Model and LINQ to XML in an Open XML Application
Posted
9 days ago
by
Eric White
13695
Eric White
0
Comments
Sometimes developers want to use the strongly-typed object model of the Open XML SDK in combination with code written using LINQ to XML. You may want to use functionality from PowerTools for Open XML (which is written using LINQ to XML), and you may want...
OpenXML Developer
Fine-Grained Control When Importing Content Using DocumentBuilder
Posted
10 days ago
by
Eric White
13695
Eric White
0
Comments
Recently I had a question about how to import the contents of one cell in one table into a cell in a different table in another document. As you probably know, moving content from one document to another in Open XML is complicated, because of interrelated...
OpenXML Developer
Screen-Cast: Starting Chapters on Odd Pages in WordprocessingML
Posted
12 days ago
by
Eric White
13695
Eric White
0
Comments
Scenario: You need to generate a document for a book, and you want each chapter to start on an odd-numbered page, so that the chapter title page is on the right-hand side of the binding. This question has been asked on the forum here at OpenXMLDeveloper...
OpenXML Developer
Screen-Cast: Writing a Custom Axis Method
Posted
19 days ago
by
Eric White
13695
Eric White
0
Comments
Sometimes the easiest way to accomplish a particular task is to write an axis method that returns just the elements in an Open XML document that you are interested in. Sometimes you want to write the axis method in a lazy fashion so that it performs as...
OpenXML Developer
Screen-Cast: WordprocessingML Tables Part 2
Posted
1 month ago
by
Eric White
13695
Eric White
0
Comments
This screen-cast continues our discussion about table markup in WordprocessingML. Going beyond the basic structure of tables, it discusses various issues about rendering. This screen-cast explains the w:cnfStyle element, and how it relates to the w:tblLook...
OpenXML Developer
Screen-Cast: WordprocessingML Tables Part 1
Posted
1 month ago
by
Eric White
13695
Eric White
0
Comments
This screen-cast discusses table markup in WordprocessingML. It explains the basic structure of tables, and discusses how WordprocessingML table markup differs from HTML. The following screen-cast in this series (coming soon) examines various issues around...
OpenXML Developer
Screen-Cast: Complex Transforms of XML Elements
Posted
1 month ago
by
Eric White
13695
Eric White
0
Comments
This is the nineteenth screen-cast in a series on writing Recursive Pure Functional Transformations (RPFT) of XML. In this screen-cast, I discuss an interesting idiom / pattern for doing complex transforms of XML elements. Return to the Table of Contents...
OpenXML Developer
Does Functional Programming Matter?
Posted
2 months ago
by
Eric White
13695
Eric White
0
Comments
A number of years ago, I gave a talk at a tech conference, and in the feedback, I received a ‘complaint’ that I didn’t really explain how I was writing the code that I was publishing as part of PowerTools for Open XML – code such...
OpenXML Developer
Screen-Cast: Why Do Transform Methods Return Object?
Posted
2 months ago
by
Eric White
13695
Eric White
0
Comments
This is the eighteenth screen-cast in a series on writing Recursive Pure Functional Transformations (RPFT) of XML. In this screen-cast, I discuss why the transform methods return object instead of some other type such as XObject, XElement, or XNode. The...
OpenXML Developer
Open XML Markup Explorer App for Word 2013
Posted
2 months ago
by
Eric White
13695
Eric White
7
Comments
This screen-cast introduces a small Word 2013 "app" that enables you to select content in a Word document, click a button in a task pane, and see the markup for the selected content. Further, you can modify the markup in the task pane, click...
OpenXML Developer
Screen-Cast: Exploring the Structure of Embedded Spreadsheets in Word Documents
Posted
2 months ago
by
Eric White
13695
Eric White
0
Comments
Most users of Microsoft Office are aware that you can directly embed an Excel spreadsheet (XLSX) in a Word document (DOCX). In Open XML terms, the XLSX is stored in a binary part. In addition, there is an image of the view of that spreadsheet, also in...
OpenXML Developer
Screen-Cast: Transforming Attributes in Recursive Pure Functional Transformations (RPFT) of XML
Posted
3 months ago
by
Eric White
13695
Eric White
0
Comments
This is the seventeenth screen-cast in a series on writing Recursive Pure Functional Transformations (RPFT) of XML. In this screen-cast, we discuss transforming attributes. If you have been following along closely, you probably could imagine what this...
OpenXML Developer
Innovative Use of Open XML with SAP
Posted
3 months ago
by
Eric White
13695
Eric White
2
Comments
This is a guest post by Ronen Almog, showing an innovative use of Open XML with SAP. This Open XML application combines two of the main scenarios of Open XML: Document Generation, and Content Extraction. As a way to make it easier for SAP users to maintain...
OpenXML Developer
Inserting an Image into a Bookmark in an OpenXML WordprocessingML Document
Posted
3 months ago
by
Eric White
13695
Eric White
1
Comments
Bookmarks provide a convenient way in WordprocessingML to provide insertion points for various items, such as text, images, etc. Previously, I have outlined how to programmatically retrieve and replace text within a bookmark. In a recent project, a client...
OpenXML Developer
Integrating Open XML Functionality in a PowerShell Script by using Managed Code via the Add-Type Cmdlet
Posted
3 months ago
by
Eric White
13695
Eric White
0
Comments
A question in a forum here at OpenXMLDeveloper.org clued me into a cool new way to add Open XML functionality into a PowerShell cmdlet - PowerShell 2.0 and above enable you to directly embed C# code in a PowerShell script using the Add-Type cmdlet. To...
Page 1 of 24 (350 items)
1
2
3
4
5
»