wordprocessingml Questions
1
Solved
I'm building a DocX document essentially from scratch with XML. I have a very simple goal: create a bullet-point list, like a ul in HTML. Reading the WordProcessingML specification for numbered lis...
Bevel asked 22/7, 2014 at 18:16
2
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
Wordproces...
Depreciation asked 11/2, 2012 at 16:18
1
Solved
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 achie...
Fortuneteller asked 1/12, 2011 at 3:55
3
Solved
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 wo...
Exarate asked 18/8, 2009 at 21:50
2
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...
Myer asked 16/2, 2010 at 9:40
2
Solved
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 automat...
Chalybite asked 11/8, 2010 at 7:59
2
Solved
I'm trying to get the plain text from a word document. Specifically, the xpath is giving me trouble. How do you select the tags? Here's the code I have.
public static string TextDump(Package packa...
Obaza asked 8/7, 2009 at 17:28
1
Solved
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" /&...
Irv asked 18/12, 2008 at 0:7
1
© 2022 - 2024 — McMap. All rights reserved.