Recent Posts

Tags

News

  • Sentient

    My services as a speaker, consultant, trainer and developer are available through Sentient.

    Sentient is a leading provider of software development, consultancy and training services on the Microsoft platform.

    Please feel free to contact me if you have a question about something posted in my blog.

Community

Email Notifications

Links

Archives

Sentient thoughts about .NET

Jonathan Greensted's .NET weblog

Browse by Tags

All Tags » Word (RSS)
Sorry, but there are no more tags available to filter with.
Inserting Pictures using WordML
I've seen many, many requests on the Microsoft newsgroups asking how you can insert a picture into a Word document without saving it to the file system first. This example application described in this blog illustrates both methods for inserting a picture...
Posted: Jan 11 2005, 05:39 PM by jonathangreensted | with 6 comment(s)
Filed under:
Finding word styles fast
In a recent project we had a scenario where we had to find all the paragraphs in a particular style eg. Heading 1, Heading 2, etc. to build a custom table of contents. My initial thought was to iterate over the document paragraphs looking for the particular...
Posted: Dec 07 2004, 09:13 AM by jonathangreensted | with 4 comment(s)
Filed under: