I need to create a Building Block Gallery with defined Content Controls to make it easy for others to create word documents that would be ready to accept my data. I'm trying to make this as painless for the users as possible.
I wanted to make sure all this would be professionally done and look good so I wan't to make sure all the Content Controls are basically the same just with different Names/tags and original content. Doing this inside Word isn't so easy and would take some time. Sometimes when I change the Content inside it changes from the greytext to the standard and sometimes it doesn't ( not sure why, think it has to do with how I overwrite the "place text here" thing). So I thought doing it programatically would work.
Then I read in some OpenXML FAQ that this isn't possible. Somthing that I do not understand. If I store the Building Block inside a .dotx file it mus be somewhere inside the XML there right? I should be able to access it. Where is it stored?
I would be greatful for pointers here, mainly the answer to the question how do I create multiple Content Controls inside a custom Building Block gallery.