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, 2828🔥, 0💬
Popular Posts:
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
What are Mimehandler and Plugin Processes of the Google Chrome program on Windows? Mimehandler and P...
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
How to add or change the footer on a layout in PowerPoint? I want my slide footers to have the same ...
Why the "dir" command hangs when using the FTP command-line tool on Windows? when you run the "dir" ...