|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |
java.lang.objectjava.lang.enum<calendartype>
com.spire.doc.documents.calendartype
public enum calendartype
specifies the possible types of calendars which can be used to specify
calendartype
in an office open xml document.
enum constant summary | |
---|---|
default
used as default value in docx. |
|
gregorian
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
gregorian_arabic
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
gregorian_english
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
gregorian_middle_east_french
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
gregorian_transliterated_english
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
gregorian_transliterated_french
specifies that the gregorian calendar, as defined in iso 8601, shall be used. |
|
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. |
|
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. |
|
japan
specifies that the japanese emperor era calendar, as described by japanese industrial standard jis x 0301, shall be used. |
|
korean
specifies that the korean tangun era calendar, as described by korean law enactment no. |
|
none
specifies that no calendar should be used. |
|
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. |
|
taiwan
specifies that the taiwanese calendar, as defined by the chinese national standard cns 7648, shall be used. |
|
thai
specifies that the thai calendar, as defined by the royal decree of h.m. |
method summary | |
---|---|
int |
getvalue()
|
enum constant detail |
---|
public static final calendartype default
calendartype
public static final calendartype gregorian
public static final calendartype gregorian_arabic
public static final calendartype gregorian_middle_east_french
public static final calendartype gregorian_english
public static final calendartype gregorian_transliterated_english
public static final calendartype gregorian_transliterated_french
public static final calendartype hebrew
public static final calendartype hijri
public static final calendartype japan
public static final calendartype korean
public static final calendartype none
calendartype
is default and is
first member of this enum.
public static final calendartype saka
public static final calendartype taiwan
public static final calendartype thai
method detail |
---|
public int getvalue()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | enum constants | field | method | detail: enum constants | field | method |