java.lang.Objectcom.aspose.words.SdtCalendarType
public class SdtCalendarType
Field Summary | ||
---|---|---|
static final int | DEFAULT | |
Used as default value in OOXML. Equals |
||
static final int | GREGORIAN | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. This calendar should be localized into the appropriate language. | ||
static final int | GREGORIAN_ARABIC | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be presented in Arabic. | ||
static final int | GREGORIAN_ME_FRENCH | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be presented in Middle East French. | ||
static final int | GREGORIAN_US | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be presented in English. | ||
static final int | GREGORIAN_XLIT_ENGLISH | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be the representation of the English strings in the corresponding Arabic characters (the Arabic transliteration of the English for the Gregorian calendar). | ||
static final int | GREGORIAN_XLIT_FRENCH | |
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used. The values for this calendar should be the representation of the French strings in the corresponding Arabic characters (the Arabic transliteration of the French for the Gregorian calendar). | ||
static final int | HEBREW | |
Specifies that the Hebrew lunar calendar, as described by the Gauss formula for Passover [CITATION] and The Complete Restatement of Oral Law (Mishneh Torah),shall be used. | ||
static final int | HIJRI | |
Specifies that the Hijri lunar calendar, as described by the Kingdom of Saudi Arabia, Ministry of Islamic Affairs, Endowments, Da‘wah and Guidance, shall be used. | ||
static final int | JAPAN | |
Specifies that the Japanese Emperor Era calendar, as described by Japanese Industrial Standard JIS X 0301, shall be used. | ||
static final int | KOREA | |
Specifies that the Korean Tangun Era calendar, as described by Korean Law Enactment No. 4, shall be used. | ||
static final int | NONE | |
Specifies that no calendar should be used. | ||
static final int | SAKA | |
Specifies that the Saka Era calendar, as described by the Calendar Reform Committee of India, as part of the Indian Ephemeris and Nautical Almanac, shall be used. | ||
static final int | TAIWAN | |
Specifies that the Taiwanese calendar, as defined by the Chinese National Standard CNS 7648, shall be used. | ||
static final int | THAI | |
Specifies that the Thai calendar, as defined by the Royal Decree of H.M. King Vajiravudh (Rama VI) in Royal Gazette B. E. 2456 (1913 A.D.) and by the decree of Prime Minister Phibunsongkhram (1941 A.D.) to start the year on the Gregorian January 1 and to map year zero to Gregorian year 543 B.C., shall be used. |
Field Detail |
---|
DEFAULT = 0 | |
public static final int DEFAULT |
GREGORIAN = 0 | |
public static final int GREGORIAN |
GREGORIAN_ARABIC = 1 | |
public static final int GREGORIAN_ARABIC |
GREGORIAN_ME_FRENCH = 2 | |
public static final int GREGORIAN_ME_FRENCH |
GREGORIAN_US = 3 | |
public static final int GREGORIAN_US |
GREGORIAN_XLIT_ENGLISH = 4 | |
public static final int GREGORIAN_XLIT_ENGLISH |
GREGORIAN_XLIT_FRENCH = 5 | |
public static final int GREGORIAN_XLIT_FRENCH |
HEBREW = 6 | |
public static final int HEBREW |
HIJRI = 7 | |
public static final int HIJRI |
JAPAN = 8 | |
public static final int JAPAN |
KOREA = 9 | |
public static final int KOREA |
NONE = 10 | |
public static final int NONE |
SAKA = 11 | |
public static final int SAKA |
TAIWAN = 12 | |
public static final int TAIWAN |
THAI = 13 | |
public static final int THAI |