Hi. I am trying an idea using your Words for .Net library. My employer has been using hundreds of Word templates to produce various document types for years. We want to replace the templates with a "building block" system using runs, sections, paragraphs, images, etc. I have a basic program for ddoing this now, but I need to convert our existing templates. I have been looking at the sample "Document Explorer" and tring to add a sub that exports the data in the tree. When I get to a "run", I can't get the info about the font used.
I'd be very grateful if you could show how to access properties such as these. I need to export all the information about a document into any type of file (I have been using a CSV file) so that it can be reconstructed without the template. Our templates include tables, images, bookmarks, formfields, text boxes and buttons, so I need to be able access any of these objects if found in a template.
Thank you
Steve Wilkes