Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
Syntax of Dynamic Fields in Microsoft Word
What is the Syntax of Dynamic Fields in Microsoft Word?
✍: FYIcenter.com
The syntax of Dynamic Fields in Microsoft Word looks like this:
{FIELD NAME Instructions Optional switches}
FIELD NAME This is the name that appears in the list of field
names in the Field dialog box.
Instructions These are any instructions or variables that are
used in a particular field. Not all fields have
parameters, and in some fields, parameters are
optional instead of required.
Optional switches These are any optional settings that are available
for a particular field. Not all fields have switches
available, other than those that govern the
formatting of the field results.
Example 1: the following dynamic field DATE uses two switches:
{DATE \@ "yyyy-MM-dd" \* MERGEFORMAT}
\@ Switch to specifies the display pattern
\* Switch to specifies the formatting behavior. MERGEFORMAT preserves
user selected format when value is updated
Example 2: the following dynamic field STYLEREF uses one instruction and one switch:
{STYLEREF "Title" \* MERGEFORMAT}
"Title" Instruction to identify the style in order to locate the text
that uses this style.
\* Switch to specifies the formatting behavior. MERGEFORMAT
preserves user selected format when value is updated
⇒ Steps to Insert Dynamic Fields in Microsoft Word
⇐ Categories of Dynamic Fields in Microsoft Word
2016-10-30, 2684🔥, 0💬
Popular Posts:
How to download FrameMaker 2017 Release for my Windows computer? I want to try it. You can follow th...
How do I tell what version of PowerPoint my computer is using? You can determine the version number ...
How to edit Mozilla Firefox configuration file? Mozilla Firefox has a configuration file that contro...
What are Mozilla Firefox 2 add-ons? Mozilla Firefox 2 add-ons extend the browser functionalities. So...
What are the steps to insert Dynamic Fields in Microsoft Word? I want to insert the chapter heading ...