[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

USERINITIALS

Syntax:

USERINITIALS [ field-argument ] [ switch ]

Description: Retrieves the current user's initials or, if field-argument is present, the initials specified by text in field-argument. Specifying a field-argument shall not change the initials of the current user.

Field Value: The set of initials.

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

[Example: Given a current user with initials "DW", the following fields:

USERNAME \* Lower
USERNAME
"JaJ"
USERNAME "jaj" \* Upper

produce results of:

dw
JaJ
JAJ

end example]