public final class SdtCalendarType
extends java.lang.Object
StructuredDocumentTag.getCalendarType() / StructuredDocumentTag.setCalendarType(int) in an Office Open XML document.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Used as default value in OOXML.
|
static int |
GREGORIAN
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static int |
GREGORIAN_ARABIC
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static int |
GREGORIAN_ME_FRENCH
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static int |
GREGORIAN_US
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static int |
GREGORIAN_XLIT_ENGLISH
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static int |
GREGORIAN_XLIT_FRENCH
Specifies that the Gregorian calendar, as defined in ISO 8601, shall be used.
|
static 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 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 int |
JAPAN
Specifies that the Japanese Emperor Era calendar, as described by Japanese Industrial Standard JIS X 0301, shall be used.
|
static int |
KOREA
Specifies that the Korean Tangun Era calendar, as described by Korean Law Enactment No.
|
static int |
length |
static int |
NONE
Specifies that no calendar should be used.
|
static 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 int |
TAIWAN
Specifies that the Taiwanese calendar, as defined by the Chinese National Standard CNS 7648, shall be used.
|
static int |
THAI
Specifies that the Thai calendar, as defined by the Royal Decree of H.M.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String sdtCalendarTypeName) |
static java.lang.String |
getName(int sdtCalendarType) |
static int[] |
getValues() |
static java.lang.String |
toString(int sdtCalendarType) |
public static final int DEFAULT
GREGORIAN.public static final int GREGORIAN
public static final int GREGORIAN_ARABIC
public static final int GREGORIAN_ME_FRENCH
public static final int GREGORIAN_US
public static final int GREGORIAN_XLIT_ENGLISH
public static final int GREGORIAN_XLIT_FRENCH
public static final int HEBREW
public static final int HIJRI
public static final int JAPAN
public static final int KOREA
public static final int NONE
GREGORIAN is default and is first member of this enum.public static final int SAKA
public static final int TAIWAN
public static final int THAI
public static final int length