WordProcessingML (Word 2003 XML Reference)
0
votes
1answer
73 views
How can I add a header with WordProcessingML (MarkLogic Toolkit for Word)
With this code we can create a simple word document but I need to add a Header and a Footer.
let $para1 := ooxml:create-paragraph(fn:concat("Title: ",$title))
let $para2 := ...
1
vote
1answer
47 views
How to use and apply HMerge on a cell in generating a docx file using java and docx4j?
I have found tutorials on how to make a simple table in generating a docx file using docx4j. and have seen a sample on how to merge cells vertically. It worked. but i have tried the same using ...
2
votes
1answer
54 views
Different styling in a line in wordprocessing with opxnxml in c#
I have used codes below to apply two different character style to the two runs of one paragraph:
Paragraph heading = new Paragraph();
ParagraphProperties heading_pPr = new ...
5
votes
1answer
97 views
How to apply a character style to a run in a wordprocessing document?
When I create a paragraph style with openxml sdk 2 in c# and apply it to a paragraph every thing will be correct and it will run without any problem.
But with the codes below, when I create a ...
0
votes
0answers
42 views
Embedding metadata into a Word document at the paragraph or run level by adding a namespace
I need to extend an automatic WordML report that's generated from a SQL database. I want to add some hidden information, per paragraph; basically storing a hidden ID so that later processing on that ...
0
votes
0answers
30 views
The best document processing API? [closed]
For example between office openXml(for Microsoft),or Open Document Format(for sun) or any other document processing tools, which one is better for purpose of using document in the web page and reading ...
0
votes
0answers
143 views
C# Automated Word Utility - Upgrade from WordProcessingML/XSLT to OpenXML
I have a .Net application that was developed for Word 2003 which uses a XSL style sheet to translate an XML file to a word document report. The report comprises of text, images, tables and tables of ...
0
votes
1answer
213 views
Prevent Word 2010 from saving o:gfxdata base64 or uuencoded VML?
I am working with .docx files containing several drawing canvases with images inserted and some lines and arrows drawn in Word 2010. I am using 2010 format with no compatibility mode.
Word inserts ...
0
votes
1answer
81 views
WordProcessingML. How do I assign background color to text?
I have code that creates document with several paragraphs with different text-color for some words. Something like:
using (var doc = WordprocessingDocument.Create("some-file-name", ...
0
votes
0answers
90 views
Retrieve a CustomXML Part in WordprocessingML after MS Word has changed the Relationship Id
When I use the OpenXML SDK to add a CustomXML Part to a Word document with a custom Relationship-Id, a open->change->save cycle in Word changes this Id.
Code to add the Custom XML part:
...
0
votes
0answers
105 views
Manipulating simple bookmarks in Word
There are a lot of questions, answers and posts about openXml, mainly good, thorough stuff that Eric White posts here (also here and other stack-overflow questions). The thing is the examples have two ...
1
vote
0answers
73 views
How does Word 2010 determine the List Template to use when pasting numbered styles from another doc [closed]
ListTemplates are internal to a Word document (ie the end user does not get to interact directly with them. We have designed new Word 2010 templates (.dotm) to replace the old 2003 (.dot) templates. ...
1
vote
1answer
150 views
MOXy marshalling wrong object
I'm trying to have docx4j support MOXy as its JAXB implementation.
We're pretty much there; see docx4j and MOXy
The problem I'm having is that I have a class:
...
1
vote
0answers
109 views
Insert RTF string into Ms Word using Open XML
I have a table in SQL Server that contains RTF code like this:
{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}}
\viewkind4\uc1\pard\f0\fs17 Lintel Inspection
\par }
I ...
0
votes
0answers
47 views
Reading arrows in a document [closed]
I have to generate a graph from the flow diagram drawn in any docx or pdf file. I chose docx file to read. I extracted it to XML files and now I am able to read the data in the textboxes but unable to ...
0
votes
0answers
284 views
Using OpenXMLWriter and OpenXMLReader to generate Open XML documents
We have a piece of code that generates a dump of all data held on an organisation from our application in order to respond to data protection act requests. This is generating openxml docx files.
...
0
votes
1answer
36 views
WordML language auto detedt
I'm creating a wordml document, that is typically not in english. Word marks all words as mis-spelled. I know about the <w:lang> tag, but the trouble is that i don't know the language while ...
0
votes
0answers
508 views
Questions of insert columns to table in word via Open XML SDK
I'm using open xml sdk to insert new columns into a table in a template word document, the columns inserted successful, but the columns' width of the table has been shrank. Following is my code:
...
5
votes
1answer
3k views
Word 2007, Open XML - embedding an image
Do you know what basic information MUST include a paragraph (<w:p/>) in document.xml inside a *.docx document, that specifies an image? I do know there must be:
<a:blip r:embed="rId4" ...
1
vote
2answers
294 views
Using open xml sdk code, how to resize a table (in ms word document) to fit into page margins?
Hi friends!
I am using Microsoft Open XML SDK to generate a word document. I have used Open XML SDK 2.0 Productivity Tool for converting the word document into C# code, and thus I have created a ...
0
votes
2answers
336 views
Relationship error when trying to embed and image into a Word document
I add a PNG image to a word 2010 document like this:
var imagePart = report.MainDocumentPart.AddImagePart(ImagePartType.Png);
var imagePath = Path.Combine(imageFolder, "1.png");
var stream = new ...
0
votes
1answer
397 views
creating two bulleted lists in Word 2007 by OpenXML
I want to get output two bulleted lists like on the picture:
But what I get is both the lists have the second (black circle) skin.
My code:
private static void ...
0
votes
1answer
761 views
fix the cell width in Word using Open XML SDK
I have a table with one row in a docx file and I want to add some rows. For the first existing row I set the GridSpan to 3. In the next one I want add a row only with two cell, then I have the result ...
0
votes
1answer
793 views
Java docx4j Bold Text
I do a search and replace on a word document by using docx4j and the following code:
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new File(pathFinder.findUploadPath() + ...
0
votes
2answers
274 views
What is the equivalent of a div or table with fixed height in openxml/worprocessingml
I want to include a table inside a div element so that whatever the number of rows of my table, my document is always structured the same way.
How can I do that?
The second solution would be to ...
1
vote
0answers
139 views
C++ Win32: fast word processing-style text rendering under Windows 7
At user request, my (for now C#) application reads big chunks of rich text (for now, in .NET FlowDocument XAML format) from a SQL Server database, and displays it.
I use a C# RichTextBox for that, it ...
1
vote
1answer
667 views
I am merging two Word documents with OpenXML SDK but get a corrupt document when copying an image into a header
I have code which works in all sorts of different situations, including when copying images into the body of the document.
The code works when copying (adding) headers and footers from one document ...
1
vote
1answer
947 views
cannot preserve space between runs
i want to generate a word document
as an input i have this string "open packaging conventions" and each word will have a different style
the result should be open packaging conventions
...
0
votes
1answer
517 views
Content Control Removal - Need solution
I need to work on document generation module of out application. I have gone through some of the links and blogs that helped me to go ahead and implement Content Control and Custom XML based document ...
3
votes
1answer
458 views
Convert outerXml to OpenXmlElement
I know how to convert an OpenXmlElement to outer xml by using the OpenXmlElement.OuterXml function but is it possible to do the opposite without knowing what kind of OpenXmlElement it's going to be?
...
7
votes
1answer
2k views
Get a CheckBox in Word using OpenXML
How does one get a handle to a CheckBox control that's embedded in a Word document using OpenXML?
You would think that either Paragraph.ControlPropertiesPart or Paragraph.Descendents() would achieve ...
0
votes
1answer
293 views
Hiding parts of OpenXml documents programmatically
Is it possible to programmatically hide parts of an OpenXML document, without actually removing it?
The reason I would want to do this: This is a template file, dynamic parts are filled using ...
0
votes
1answer
247 views
Copy text with bullets in OpenXml
I have the following problem:
Text needs to be copied from 1 wordprocessing document to another wordprocessing document. The source document is not always accessible when inserting the text in the ...
0
votes
0answers
131 views
Can't apply formatting to text with WordML
I'm having trouble applying any formatting to text whatsoever using wordml in an XSLT file. I'm new to this, so I might have made a silly mistake here. Anyway, the text appears no problem when I apply ...
0
votes
1answer
420 views
Convert from HTML to WordprocessingML
I have a rich textbox that saves its data as HTML. Basically just paragraph tags and simple formatting. I need to stick this text (with formatting) into a document that I am creating in ...
2
votes
2answers
287 views
Tag spot in word document
How can I tag a "spot" (this can be a text area or text field) in a word document? I tried putting a plain text content control in my document, but when I looked at the generated XML there was no ...
0
votes
1answer
455 views
Insert image from byte array into OpenXML CustomXmlBlock
I'm working with a template document that uses CustomXmlBlocks as placeholders to place tables and other information. I need to be able to place an image into one of these blocks somehow... even if it ...
0
votes
3answers
348 views
Writing MS Word 2007 XML
How would I write Word 2007 XML (WordProcessingML) on my own? I have a requirement to do so, where I need to write a Word 2007 XML format for a Word template. The important thing is I should convert a ...
1
vote
0answers
433 views
Openxml Add another different footer to an existing docx
I am trying to add a different footer after each altchunk is added. But my code changes all footers and on last page there are two footers. I am adding a section break prior to adding the new footer ...
2
votes
1answer
704 views
Different types of hyperlinks in Word document
I'm writing a small app the takes a path as input and then fetches every docx file in that path, replacing every hyperlink with a keyword.
The strange thing is that I found two sorts of hyperlinks, ...
4
votes
1answer
464 views
OpenXML: Anyway to see if a Word Document fits one page
While I doubt it, if I open up a word document using OpenXML sdk in C# and add some info, is there any way for me to see if it still fits one page?
If it doesn't I wan't to reduce font size on ...
1
vote
2answers
814 views
Line Breaks In CustomXMLPart
I'm updating a word document by rewriting the CustomXMLPart file. I've basically followed this tutorial: ...
1
vote
0answers
286 views
Image processing within open xml sdk and word processing
Does anyone know how to edit a picture with the Open XML SDK and Office2010 namespace?
For example, resize or remove background, or smooth edges, crop or something like that...
The only thing that ...
2
votes
2answers
602 views
How to search/replace text in WordprocessingML
In WordprocessingML (the format MS Word documents saves in), is there anyway to search through the text easily?
The main problem I run into is that WordprocessingML format break down each paragraph ...
0
votes
0answers
155 views
embeding .svg file in WordML generated by xsl
I am stuck with the following task:
I am generating a WordML data via xsl. And it works perfectly.
But the problem occurs when I want to insert a .svg file's filepath in it - it simply doesn't show ...
5
votes
3answers
881 views
How can I query a Word docx in an ASP.NET app?
I would like to upload a Word 2007 or greater docx file to my web server and convert the table of contents to a simple xml structure. Doing this on the desktop with traditional VBA seems like it ...
7
votes
2answers
1k views
Comparing Docx files using OOXML
How can I read word-by-word (with styles) from a docx file. I want to compare two docx files word-by-word and based on the differences I have to write into another docx file (using c# and OOXML).
I ...
0
votes
1answer
812 views
DOCX generation: POI OOXML trims spaces from string
I'm trying to generate a docx-document using poi-ooxml. The following code produces almost the document I want, but for some reason it removes end and start spaces from the text.
XWPFDocument ...
0
votes
1answer
98 views
WordProcessingML shapes problem
I am currently working on exporting information from browser to word document. I am having information which contains colors and shapes. Now when I export them using wordprocessingML I am able to ...
4
votes
3answers
4k views
Creating a Word document in Coldfusion - how to have pagenumbering?
I am creating a Word format .doc using the following code, then cfheader and cfcontent to serve. All is good but I need to be able to place dynamic information in the header (or footer), or automatic ...




