java.lang.Object
com.aspose.words.GeneralFormat
public class GeneralFormat
- extends java.lang.Object
Utility class containing constants.
Specifies a general format that is applied to a numeric, text, or any field result.
A field may have a combination of general formats.
Field Summary |
static final int | NONE = 0 | |
Used to specify a missing general format.
|
static final int | AUIEO = 1 | |
Numeric formatting. Formats a numeric result using hiragana characters in the traditional a-i-u-e-o order.
|
static final int | UPPERCASE_ALPHABETIC = 2 | |
Numeric formatting. Formats a numeric result as one or more occurrences of an uppercase alphabetic Latin character.
|
static final int | LOWERCASE_ALPHABETIC = 3 | |
Numeric formatting. Formats a numeric result as one or more occurrences of an lowercase alphabetic Latin character.
|
static final int | ARABIC = 4 | |
Numeric formatting. Formats a numeric result using Arabic cardinal numerals.
|
static final int | ARABIC_ABJAD = 5 | |
Numeric formatting. Formats a numeric result using ascending Abjad numerals.
|
static final int | ARABIC_ALPHA = 6 | |
Numeric formatting. Formats a numeric result using characters in the Arabic alphabet.
|
static final int | ARABIC_DASH = 7 | |
Numeric formatting. Formats a numeric result using Arabic cardinal numerals, with a prefix of "- " and a suffix of " -".
|
static final int | BAHT_TEXT = 8 | |
Numeric formatting. Formats a numeric result in the Thai counting system.
|
static final int | CARD_TEXT = 9 | |
Numeric formatting. Cardinal text (One, Two, Three, ...).
|
static final int | CHINESE_NUM_1 = 10 | |
Numeric formatting. Formats a numeric result using ascending numbers from the appropriate counting system.
|
static final int | CHINESE_NUM_2 = 11 | |
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal format.
|
static final int | CHINESE_NUM_3 = 12 | |
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting thousand system.
|
static final int | CHOSUNG = 13 | |
Numeric formatting. Formats a numeric result using sequential numbers from the Korean Chosung format.
|
static final int | CIRCLE_NUM = 14 | |
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.
|
static final int | DB_CHAR = 15 | |
Numeric formatting. Formats a numeric result using double-byte Arabic numbering.
|
static final int | DB_NUM_1 = 16 | |
Numeric formatting. Formats a numeric result using sequential digital ideographs, using the appropriate character.
|
static final int | DB_NUM_2 = 17 | |
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting system.
|
static final int | DB_NUM_3 = 18 | |
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal counting system.
|
static final int | DB_NUM_4 = 19 | |
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate digital counting system.
|
static final int | DOLLAR_TEXT = 20 | |
Numeric formatting. Dollar text (One, Two, Three, ... + AND 55/100).
|
static final int | GANADA = 21 | |
Numeric formatting. Formats a numeric result using sequential numbers from the Korean Ganada format.
|
static final int | GB_1 = 22 | |
Numeric formatting. Formats a numeric result using decimal numbering followed by a period, using
the enclosed alphanumeric glyph character.
|
static final int | GB_2 = 23 | |
Numeric formatting. Formats a numeric result using decimal numbering enclosed in parenthesis,
using the enclosed alphanumeric glyph character.
|
static final int | GB_3 = 24 | |
Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the
enclosed alphanumeric glyph character.
|
static final int | GB_4 = 25 | |
Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the
enclosed alphanumeric glyph character.
|
static final int | HEBREW_1 = 26 | |
Numeric formatting. Formats a numeric result using Hebrew numerals.
|
static final int | HEBREW_2 = 27 | |
Numeric formatting. Formats a numeric result using the Hebrew alphabet.
|
static final int | HEX = 28 | |
Numeric formatting. Formats the numeric result using uppercase hexadecimal digits.
|
static final int | HINDI_ARABIC = 29 | |
Numeric formatting. Formats a numeric result using Hindi numbers.
|
static final int | HINDI_CARD_TEXT = 30 | |
Numeric formatting. Formats a numeric result using sequential numbers from the Hindi counting system.
|
static final int | HINDI_LETTER_1 = 31 | |
Numeric formatting. Formats a numeric result using Hindi vowels.
|
static final int | HINDI_LETTER_2 = 32 | |
Numeric formatting. Formats a numeric result using Hindi consonants.
|
static final int | IROHA = 33 | |
Numeric formatting. Formats a numeric result using the Japanese iroha.
|
static final int | KANJI_NUM_1 = 34 | |
Numeric formatting. Formats a numeric result using a Japanese style using the appropriate counting system.
|
static final int | KANJI_NUM_2 = 35 | |
Numeric formatting. Formats a numeric result using the appropriate counting system.
|
static final int | KANJI_NUM_3 = 36 | |
Numeric formatting. Formats a numeric result using the appropriate counting system.
|
static final int | ORDINAL = 37 | |
Numeric formatting. Ordinal (1st, 2nd, 3rd, ...).
|
static final int | ORD_TEXT = 38 | |
Numeric formatting. Ordinal text (First, Second, Third, ...).
|
static final int | UPPERCASE_ROMAN = 39 | |
Numeric formatting. Uppercase Roman (I, II, III, ...).
|
static final int | LOWERCASE_ROMAN = 40 | |
Numeric formatting. Lowercase Roman (i, ii, iii, ...).
|
static final int | SB_CHAR = 41 | |
Numeric formatting. Formats a numeric result using single-byte Arabic numbering.
|
static final int | THAI_ARABIC = 42 | |
Numeric formatting. Formats a numeric result using Thai numbers.
|
static final int | THAI_CARD_TEXT = 43 | |
Numeric formatting. Formats a numeric result using sequential numbers from the Thai counting system.
|
static final int | THAI_LETTER = 44 | |
Numeric formatting. Formats a numeric result using Thai letters.
|
static final int | VIET_CARD_TEXT = 45 | |
Numeric formatting. Formats a numeric result using Vietnamese numerals.
|
static final int | ZODIAC_1 = 46 | |
Numeric formatting. Formats a numeric result using sequential numerical traditional ideographs.
|
static final int | ZODIAC_2 = 47 | |
Numeric formatting. Formats a numeric result using sequential zodiac ideographs.
|
static final int | ZODIAC_3 = 48 | |
Numeric formatting. Formats a numeric result using sequential traditional zodiac ideographs.
|
static final int | CAPS = 49 | |
Text formatting. Capitalizes the first letter of each word.
|
static final int | FIRST_CAP = 50 | |
Text formatting. Capitalizes the first letter of the first word.
|
static final int | LOWER = 51 | |
Text formatting. All letters are lowercase.
|
static final int | UPPER = 52 | |
Text formatting. All letters are uppercase.
|
static final int | CHAR_FORMAT = 53 | |
Field result formatting. The CHARFORMAT instruction.
|
static final int | MERGE_FORMAT = 54 | |
Field result formatting. The MERGEFORMAT instruction.
|
static final int | MERGE_FORMAT_INET = 55 | |
Field result formatting. The MERGEFORMATINET instruction.
|
NONE = 0 | |
public static final int NONE |
-
Used to specify a missing general format.
AUIEO = 1 | |
public static final int AUIEO |
-
Numeric formatting. Formats a numeric result using hiragana characters in the traditional a-i-u-e-o order.
UPPERCASE_ALPHABETIC = 2 | |
public static final int UPPERCASE_ALPHABETIC |
-
Numeric formatting. Formats a numeric result as one or more occurrences of an uppercase alphabetic Latin character.
LOWERCASE_ALPHABETIC = 3 | |
public static final int LOWERCASE_ALPHABETIC |
-
Numeric formatting. Formats a numeric result as one or more occurrences of an lowercase alphabetic Latin character.
ARABIC = 4 | |
public static final int ARABIC |
-
Numeric formatting. Formats a numeric result using Arabic cardinal numerals.
ARABIC_ABJAD = 5 | |
public static final int ARABIC_ABJAD |
-
Numeric formatting. Formats a numeric result using ascending Abjad numerals.
ARABIC_ALPHA = 6 | |
public static final int ARABIC_ALPHA |
-
Numeric formatting. Formats a numeric result using characters in the Arabic alphabet.
ARABIC_DASH = 7 | |
public static final int ARABIC_DASH |
-
Numeric formatting. Formats a numeric result using Arabic cardinal numerals, with a prefix of "- " and a suffix of " -".
BAHT_TEXT = 8 | |
public static final int BAHT_TEXT |
-
Numeric formatting. Formats a numeric result in the Thai counting system.
CARD_TEXT = 9 | |
public static final int CARD_TEXT |
-
Numeric formatting. Cardinal text (One, Two, Three, ...).
CHINESE_NUM_1 = 10 | |
public static final int CHINESE_NUM_1 |
-
Numeric formatting. Formats a numeric result using ascending numbers from the appropriate counting system.
CHINESE_NUM_2 = 11 | |
public static final int CHINESE_NUM_2 |
-
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal format.
CHINESE_NUM_3 = 12 | |
public static final int CHINESE_NUM_3 |
-
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting thousand system.
CHOSUNG = 13 | |
public static final int CHOSUNG |
-
Numeric formatting. Formats a numeric result using sequential numbers from the Korean Chosung format.
CIRCLE_NUM = 14 | |
public static final int CIRCLE_NUM |
-
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.
DB_CHAR = 15 | |
public static final int DB_CHAR |
-
Numeric formatting. Formats a numeric result using double-byte Arabic numbering.
DB_NUM_1 = 16 | |
public static final int DB_NUM_1 |
-
Numeric formatting. Formats a numeric result using sequential digital ideographs, using the appropriate character.
DB_NUM_2 = 17 | |
public static final int DB_NUM_2 |
-
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate counting system.
DB_NUM_3 = 18 | |
public static final int DB_NUM_3 |
-
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate legal counting system.
DB_NUM_4 = 19 | |
public static final int DB_NUM_4 |
-
Numeric formatting. Formats a numeric result using sequential numbers from the appropriate digital counting system.
DOLLAR_TEXT = 20 | |
public static final int DOLLAR_TEXT |
-
Numeric formatting. Dollar text (One, Two, Three, ... + AND 55/100).
GANADA = 21 | |
public static final int GANADA |
-
Numeric formatting. Formats a numeric result using sequential numbers from the Korean Ganada format.
GB_1 = 22 | |
public static final int GB_1 |
-
Numeric formatting. Formats a numeric result using decimal numbering followed by a period, using
the enclosed alphanumeric glyph character.
GB_2 = 23 | |
public static final int GB_2 |
-
Numeric formatting. Formats a numeric result using decimal numbering enclosed in parenthesis,
using the enclosed alphanumeric glyph character.
GB_3 = 24 | |
public static final int GB_3 |
-
Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the
enclosed alphanumeric glyph character.
GB_4 = 25 | |
public static final int GB_4 |
-
Numeric formatting. Formats a numeric result using decimal numbering enclosed in a circle, using the
enclosed alphanumeric glyph character.
HEBREW_1 = 26 | |
public static final int HEBREW_1 |
-
Numeric formatting. Formats a numeric result using Hebrew numerals.
HEBREW_2 = 27 | |
public static final int HEBREW_2 |
-
Numeric formatting. Formats a numeric result using the Hebrew alphabet.
HEX = 28 | |
public static final int HEX |
-
Numeric formatting. Formats the numeric result using uppercase hexadecimal digits.
HINDI_ARABIC = 29 | |
public static final int HINDI_ARABIC |
-
Numeric formatting. Formats a numeric result using Hindi numbers.
HINDI_CARD_TEXT = 30 | |
public static final int HINDI_CARD_TEXT |
-
Numeric formatting. Formats a numeric result using sequential numbers from the Hindi counting system.
HINDI_LETTER_1 = 31 | |
public static final int HINDI_LETTER_1 |
-
Numeric formatting. Formats a numeric result using Hindi vowels.
HINDI_LETTER_2 = 32 | |
public static final int HINDI_LETTER_2 |
-
Numeric formatting. Formats a numeric result using Hindi consonants.
IROHA = 33 | |
public static final int IROHA |
-
Numeric formatting. Formats a numeric result using the Japanese iroha.
KANJI_NUM_1 = 34 | |
public static final int KANJI_NUM_1 |
-
Numeric formatting. Formats a numeric result using a Japanese style using the appropriate counting system.
KANJI_NUM_2 = 35 | |
public static final int KANJI_NUM_2 |
-
Numeric formatting. Formats a numeric result using the appropriate counting system.
KANJI_NUM_3 = 36 | |
public static final int KANJI_NUM_3 |
-
Numeric formatting. Formats a numeric result using the appropriate counting system.
ORDINAL = 37 | |
public static final int ORDINAL |
-
Numeric formatting. Ordinal (1st, 2nd, 3rd, ...).
ORD_TEXT = 38 | |
public static final int ORD_TEXT |
-
Numeric formatting. Ordinal text (First, Second, Third, ...).
UPPERCASE_ROMAN = 39 | |
public static final int UPPERCASE_ROMAN |
-
Numeric formatting. Uppercase Roman (I, II, III, ...).
LOWERCASE_ROMAN = 40 | |
public static final int LOWERCASE_ROMAN |
-
Numeric formatting. Lowercase Roman (i, ii, iii, ...).
SB_CHAR = 41 | |
public static final int SB_CHAR |
-
Numeric formatting. Formats a numeric result using single-byte Arabic numbering.
THAI_ARABIC = 42 | |
public static final int THAI_ARABIC |
-
Numeric formatting. Formats a numeric result using Thai numbers.
THAI_CARD_TEXT = 43 | |
public static final int THAI_CARD_TEXT |
-
Numeric formatting. Formats a numeric result using sequential numbers from the Thai counting system.
THAI_LETTER = 44 | |
public static final int THAI_LETTER |
-
Numeric formatting. Formats a numeric result using Thai letters.
VIET_CARD_TEXT = 45 | |
public static final int VIET_CARD_TEXT |
-
Numeric formatting. Formats a numeric result using Vietnamese numerals.
ZODIAC_1 = 46 | |
public static final int ZODIAC_1 |
-
Numeric formatting. Formats a numeric result using sequential numerical traditional ideographs.
ZODIAC_2 = 47 | |
public static final int ZODIAC_2 |
-
Numeric formatting. Formats a numeric result using sequential zodiac ideographs.
ZODIAC_3 = 48 | |
public static final int ZODIAC_3 |
-
Numeric formatting. Formats a numeric result using sequential traditional zodiac ideographs.
CAPS = 49 | |
public static final int CAPS |
-
Text formatting. Capitalizes the first letter of each word.
FIRST_CAP = 50 | |
public static final int FIRST_CAP |
-
Text formatting. Capitalizes the first letter of the first word.
LOWER = 51 | |
public static final int LOWER |
-
Text formatting. All letters are lowercase.
UPPER = 52 | |
public static final int UPPER |
-
Text formatting. All letters are uppercase.
CHAR_FORMAT = 53 | |
public static final int CHAR_FORMAT |
-
Field result formatting. The CHARFORMAT instruction.
MERGE_FORMAT = 54 | |
public static final int MERGE_FORMAT |
-
Field result formatting. The MERGEFORMAT instruction.
MERGE_FORMAT_INET = 55 | |
public static final int MERGE_FORMAT_INET |
-
Field result formatting. The MERGEFORMATINET instruction.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.