Defining Field Setup XML Tags 3-9
Defining the ForegroundColor Tag (Optional)
The ForegroundColor tag sets the text’s color in the field to black or white.
Valid values include: Black, White, or hex encoded RGB value in the format #RRGGBB. The
only valid hex values are #FFFFFF (white) and #000000 (black). The default is Black.
Syntax <ForegroundColor>value</ForegroundColor>
Example <ForegroundColor>White</ForegroundColor>
Sets the text’s color to white.