|
"Map Selected Control" will map any uniquely titled
text, dropdown, date, combobox, or picture content control selected
in the document. Rich text, group, and buidling block content
controls can not be mapped.
The Addin requires you to designate a URI Namespace (upon mapping
the first control only) and a unique title for each content control
that your create and map. The control can be locked for content changes or
protected from inadvertent deletion.
"Create Controls" opens a userform dialog that allows the document designer to
insert a text, dropdown, combobox, date, or picture content control.
Text controls can be
enabled for multiple lines.
If the control is created in a
template file (.dotx or .dotm), the document designer can create a
building block entry from the control.
Confession: This AddIn
started from a small piece of code I had worked on a year or so
previously that simply created a building block entry from a
selected content control. That is why it is included here. I
think it is easier to simply copy and paste the control so this
feature doesn't have much practical value.
Note: This AddIn can
only be used in documents created in Word2007 using the Office Open
XML File format. For this reason and to prevent errors, you
must first save a new
document with a docx, docm, dotx, or docm
format before using the AddIn. |