[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
Syntax:
AUTOTEXT field-argument
Description: Inserts the AutoText entry whose name is specified by text in field-argument.
Regarding XML generation, the field result is the value of the autotext. [Note: This can be arbitrarily complex and involve VML end note]
Field Value: The specified AutoText entry.
Switches: None.
[Example: Assuming the following entries are defined with values of current page number, salutation, and a notice:
AUTOTEXT "- PAGE -"
AUTOTEXT "Yours truly,"
AUTOTEXT Confidential
when evaluated, they might produce the following results.
- 13 -
Yours truly,
CONFIDENTIAL
end example]