TXTextControl.MergeFieldTextFormat Object

Determines the possible text formats for merge fields containing text.

Syntax

[JavaScript]
{
    None: 0,
    Uppercase: 1,
    Lowercase: 2,
    FirstCapital: 3,
    TitleCase: 4,
}

Properties

Property Description
FirstCapital The first character is displayed in uppercase.
Lowercase The text is displayed in lowercase.
None The text is displayed normally.
TitleCase The text is displayed in title case.
Uppercase The text is displayed in uppercase.