calendartype-ag凯发旗舰厅



com.spire.doc.documents
enum calendartype

java.lang.object
  extended by java.lang.enum<calendartype>
      extended by com.spire.doc.documents.calendartype
all implemented interfaces:
java.lang.comparable<calendartype>

public enum calendartype
extends java.lang.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

default

public static final calendartype default
used as default value in docx. equals calendartype

gregorian

public static final calendartype gregorian
specifies that the gregorian calendar, as defined in iso 8601, shall be used. this calendar should be localized into the appropriate language.

gregorian_arabic

public static final calendartype 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.

gregorian_middle_east_french

public static final calendartype gregorian_middle_east_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.

gregorian_english

public static final calendartype gregorian_english
specifies that the gregorian calendar, as defined in iso 8601, shall be used. the values for this calendar should be presented in english.

gregorian_transliterated_english

public static final calendartype gregorian_transliterated_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).

gregorian_transliterated_french

public static final calendartype gregorian_transliterated_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).

hebrew

public static final calendartype 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

public static final calendartype 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

public static final calendartype japan
specifies that the japanese emperor era calendar, as described by japanese industrial standard jis x 0301, shall be used.

korean

public static final calendartype korean
specifies that the korean tangun era calendar, as described by korean law enactment no. 4, shall be used.

none

public static final calendartype none
specifies that no calendar should be used. usually in aw, none is the first and default value for enums, but not in this case. none is not default for ooxml, instead calendartype is default and is first member of this enum.

saka

public static final calendartype 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

public static final calendartype taiwan
specifies that the taiwanese calendar, as defined by the chinese national standard cns 7648, shall be used.

thai

public static final calendartype 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.
method detail

getvalue

public int getvalue()


网站地图