You are here: Home > Word home > New articles
New articles
2011
What borders are available for table styles, how to control them, and how to avoid the bugs and inconsistencies in the Word object model.
Error 5848 “The style definition is empty”, or, why are there two Normal styles in my document?
Created 15 August 2011
Reading Conditions of a Word table style (for developers)
Created 15 August 2011
How to create a ribbon button to show the ‘More Windows’ dialog in Word
Created 5 July 2011
How to create a ribbon button to show the Signatures pane in Word
The FileViewDigitalSignatures command in Word is broken. But you can work around this by creating a custom button on the ribbon to display the Signatures task pane directly.
Created 2 July 2011
5 Curiosities about Placeholders in Word Content Controls (for developers)
Created 1 July 2011
Selecting or referring to a page in the Word object model
It's common to feel that you need to cycle through all the pages in a Word document and perform some processing on each page. This article discusses why it's not possible for developers to refer to a printed page using the Word object model, and some workarounds.
Word.Application.Options.LabelSmartTags doesn’t work in Word 2010. But there is a workaround.
In Word 2010, Smart Tags are re-named as Actions, and are deprecated. The user can still turn on the recognition of Actions but we can no longer read or write the corresponding option in the object model. This article proposeds a workaround.
Created 23 April 2011
How to detect whether a Word COM Add-in is connected and, if not, load it
Word's object model provides a COMAddIns collection of COMAddIn objects. In theory, the .Connect property of a COMAddIn object should tell you whether the add-in is connected and/or allow you to load it. In practice, not so.
Created 21 April 2011
2010
Change the colour or remove the underline from hyperlinks in Microsoft Word
How to format hyperlinks in a Microsoft Word document to remove the underline, or change the colour (or the color!).
Hyperlinks: different colours for text and underline in Microsoft Word
When you create a hyperlink in Microsoft Word, you can't have different colours for text and underline. It's a bug. Here's one (poor) workaround.
Front cover images in Microsoft Word report templates
In a Microsoft Word template for a business report we often need a front cover with a big image and text overlaying the image. How to do it and traps to avoid.
Tags: Content Controls, Headers and footers, Images, Page breaks, Page numbers, Pagination, Templates
Created 30 August 2010
Specifying cover images for Microsoft Word templates
For graphic designers: about the best size and format to supply front and back cover images to be used in a Word template.
Word 2007 and Word 2010: Ribbon tutorial
Get to know the new Ribbon in Microsoft Word 2007 and Word 2010. Info on how it works, what's new, and what to look out for.