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
| Name | Description |
|---|---|
| None | Used to specify a missing general format. |
| Aiueo | Numeric formatting. Formats a numeric result using hiragana characters in the traditional a-i-u-e-o order. |
| UppercaseAlphabetic | Numeric formatting. Formats a numeric result as one or more occurrences of an uppercase alphabetic Latin character. |
| LowercaseAlphabetic | Numeric formatting. Formats a numeric result as one or more occurrences of an lowercase alphabetic Latin character. |
| Arabic | Numeric formatting. Formats a numeric result using Arabic cardinal numerals. |
| ArabicAbjad | Numeric formatting. Formats a numeric result using ascending Abjad numerals. |
| ArabicAlpha | Numeric formatting. Formats a numeric result using characters in the Arabic alphabet. |
| ArabicDash | Numeric formatting. Formats a numeric result using Arabic cardinal numerals, with a prefix of “- " and a suffix of " -”. |
| BahtText | Numeric formatting. Formats a numeric result in the Thai counting system. |
| CardText | Numeric formatting. Cardinal text (One, Two, Three, …). |
| ChineseNum1 | Numeric formatting. Formats a numeric result using ascending numbers from the appropriate counting system. |
| ChineseNum2 | Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal format. |
| ChineseNum3 | Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting thousand system. |
| Chosung | Numeric formatting. Formats a numeric result using sequential numbers from the Korean Chosung format. |
| CircleNum | Numeric 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. |
| DBChar | Numeric formatting. Formats a numeric result using double-byte Arabic numbering. |
| DBNum1 | Numeric formatting. Formats a numeric result using sequential digital ideographs, using the appropriate character. |
| DBNum2 | Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting system. |
| DBNum3 | Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal counting system. |
| DBNum4 | Numeric formatting. Formats a numeric result using sequential numbers from the appropriate digital counting system. |
| DollarText | Numeric formatting. Dollar text (One, Two, Three, … + AND 55/100). |
| Ganada | Numeric formatting. Formats a numeric result using sequential numbers from the Korean Ganada format. |
| GB1 | Numeric formatting. Formats a numeric result using decimal numbering followed by a period, using the enclosed alphanumeric glyph character. |
| GB2 | Numeric formatting. Formats a numeric result using decimal numbering enclosed in parenthesis, using the enclosed alphanumeric glyph character. |
| GB3 | Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. |
| GB4 | Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. |
| Hebrew1 | Numeric formatting. Formats a numeric result using Hebrew numerals. |
| Hebrew2 | Numeric formatting. Formats a numeric result using the Hebrew alphabet. |
| Hex | Numeric formatting. Formats the numeric result using uppercase hexadecimal digits. |
| HindiArabic | Numeric formatting. Formats a numeric result using Hindi numbers. |
| HindiCardText | Numeric formatting. Formats a numeric result using sequential numbers from the Hindi counting system. |
| HindiLetter1 | Numeric formatting. Formats a numeric result using Hindi vowels. |
| HindiLetter2 | Numeric formatting. Formats a numeric result using Hindi consonants. |
| Iroha | Numeric formatting. Formats a numeric result using the Japanese iroha. |
| KanjiNum1 | Numeric formatting. Formats a numeric result using a Japanese style using the appropriate counting system. |
| KanjiNum2 | Numeric formatting. Formats a numeric result using the appropriate counting system. |
| KanjiNum3 | Numeric formatting. Formats a numeric result using the appropriate counting system. |
| Ordinal | Numeric formatting. Ordinal (1st, 2nd, 3rd, …). |
| OrdText | Numeric formatting. Ordinal text (First, Second, Third, …). |
| UppercaseRoman | Numeric formatting. Uppercase Roman (I, II, III, …). |
| LowercaseRoman | Numeric formatting. Lowercase Roman (i, ii, iii, …). |
| SBChar | Numeric formatting. Formats a numeric result using single-byte Arabic numbering. |
| ThaiArabic | Numeric formatting. Formats a numeric result using Thai numbers. |
| ThaiCardText | Numeric formatting. Formats a numeric result using sequential numbers from the Thai counting system. |
| ThaiLetter | Numeric formatting. Formats a numeric result using Thai letters. |
| VietCardText | Numeric formatting. Formats a numeric result using Vietnamese numerals. |
| Zodiac1 | Numeric formatting. Formats a numeric result using sequential numerical traditional ideographs. |
| Zodiac2 | Numeric formatting. Formats a numeric result using sequential zodiac ideographs. |
| Zodiac3 | Numeric formatting. Formats a numeric result using sequential traditional zodiac ideographs. |
| Caps | Text formatting. Capitalizes the first letter of each word. |
| FirstCap | Text formatting. Capitalizes the first letter of the first word. |
| Lower | Text formatting. All letters are lowercase. |
| Upper | Text formatting. All letters are uppercase. |
| CharFormat | Field result formatting. The CHARFORMAT instruction. |
| MergeFormat | Field result formatting. The MERGEFORMAT instruction. |
| MergeFormatInet | Field result formatting. The MERGEFORMATINET instruction. |
See Also
- module Aspose.Words.Fields