AUTHOR

Syntax:

AUTHOR [ field-argument ] [ switch ]

Description: Retrieves, and optionally sets, the document author's name, as recorded in the <Creator> element of the Core File Properties part or, if field-argument is present, the name specified by text in field-argument. Specifying a field-argument shall change <Creator> to text.

Field Value: The document author's name.

Switches: One of the following general-formatting-switches: \* Caps, \* FirstCap, \* Lower, or \* Upper.

example:
	<Creator> </Creator>

and the following field is updated:

AUTHOR

The result is:

 

Updating the following field:

AUTHOR " "

causes the <Creator> element to take on the specified value. ]