GeneralFormat enumeration

GeneralFormat enumeration

Specifies a general format that is applied to a numeric, text, or any field result. A field may have a combination of general formats.

Members

NameDescription
NoneUsed to specify a missing general format.
AiueoNumeric formatting. Formats a numeric result using hiragana characters in the traditional a-i-u-e-o order.
UppercaseAlphabeticNumeric formatting. Formats a numeric result as one or more occurrences of an uppercase alphabetic Latin character.
LowercaseAlphabeticNumeric formatting. Formats a numeric result as one or more occurrences of an lowercase alphabetic Latin character.
ArabicNumeric formatting. Formats a numeric result using Arabic cardinal numerals.
ArabicAbjadNumeric formatting. Formats a numeric result using ascending Abjad numerals.
ArabicAlphaNumeric formatting. Formats a numeric result using characters in the Arabic alphabet.
ArabicDashNumeric formatting. Formats a numeric result using Arabic cardinal numerals, with a prefix of “- " and a suffix of " -”.
BahtTextNumeric formatting. Formats a numeric result in the Thai counting system.
CardTextNumeric formatting. Cardinal text (One, Two, Three, …).
ChineseNum1Numeric formatting. Formats a numeric result using ascending numbers from the appropriate counting system.
ChineseNum2Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal format.
ChineseNum3Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting thousand system.
ChosungNumeric formatting. Formats a numeric result using sequential numbers from the Korean Chosung format.
CircleNumNumeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character for numbers in the range 1–20.
DBCharNumeric formatting. Formats a numeric result using double-byte Arabic numbering.
DBNum1Numeric formatting. Formats a numeric result using sequential digital ideographs, using the appropriate character.
DBNum2Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting system.
DBNum3Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal counting system.
DBNum4Numeric formatting. Formats a numeric result using sequential numbers from the appropriate digital counting system.
DollarTextNumeric formatting. Dollar text (One, Two, Three, … + AND 55/100).
GanadaNumeric formatting. Formats a numeric result using sequential numbers from the Korean Ganada format.
GB1Numeric formatting. Formats a numeric result using decimal numbering followed by a period, using the enclosed alphanumeric glyph character.
GB2Numeric formatting. Formats a numeric result using decimal numbering enclosed in parenthesis, using the enclosed alphanumeric glyph character.
GB3Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character.
GB4Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character.
Hebrew1Numeric formatting. Formats a numeric result using Hebrew numerals.
Hebrew2Numeric formatting. Formats a numeric result using the Hebrew alphabet.
HexNumeric formatting. Formats the numeric result using uppercase hexadecimal digits.
HindiArabicNumeric formatting. Formats a numeric result using Hindi numbers.
HindiCardTextNumeric formatting. Formats a numeric result using sequential numbers from the Hindi counting system.
HindiLetter1Numeric formatting. Formats a numeric result using Hindi vowels.
HindiLetter2Numeric formatting. Formats a numeric result using Hindi consonants.
IrohaNumeric formatting. Formats a numeric result using the Japanese iroha.
KanjiNum1Numeric formatting. Formats a numeric result using a Japanese style using the appropriate counting system.
KanjiNum2Numeric formatting. Formats a numeric result using the appropriate counting system.
KanjiNum3Numeric formatting. Formats a numeric result using the appropriate counting system.
OrdinalNumeric formatting. Ordinal (1st, 2nd, 3rd, …).
OrdTextNumeric formatting. Ordinal text (First, Second, Third, …).
UppercaseRomanNumeric formatting. Uppercase Roman (I, II, III, …).
LowercaseRomanNumeric formatting. Lowercase Roman (i, ii, iii, …).
SBCharNumeric formatting. Formats a numeric result using single-byte Arabic numbering.
ThaiArabicNumeric formatting. Formats a numeric result using Thai numbers.
ThaiCardTextNumeric formatting. Formats a numeric result using sequential numbers from the Thai counting system.
ThaiLetterNumeric formatting. Formats a numeric result using Thai letters.
VietCardTextNumeric formatting. Formats a numeric result using Vietnamese numerals.
Zodiac1Numeric formatting. Formats a numeric result using sequential numerical traditional ideographs.
Zodiac2Numeric formatting. Formats a numeric result using sequential zodiac ideographs.
Zodiac3Numeric formatting. Formats a numeric result using sequential traditional zodiac ideographs.
CapsText formatting. Capitalizes the first letter of each word.
FirstCapText formatting. Capitalizes the first letter of the first word.
LowerText formatting. All letters are lowercase.
UpperText formatting. All letters are uppercase.
CharFormatField result formatting. The CHARFORMAT instruction.
MergeFormatField result formatting. The MERGEFORMAT instruction.
MergeFormatInetField result formatting. The MERGEFORMATINET instruction.

See Also