Enum DocumentLanguage
- java.lang.Object
-
- java.lang.Enum<DocumentLanguage>
-
- com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
-
- All Implemented Interfaces:
Serializable
,Comparable<DocumentLanguage>
public enum DocumentLanguage extends Enum<DocumentLanguage>
Supported locales forCreatePDFJob
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BG_BG
Represents "Bulgarian (Bulgaria)" localeCA_CA
Represents "Catalan (Canada)" localeCS_CZ
Represents "Czech (Czech Republic)" localeDA_DK
Represents "Danish (Denmark)" localeDE_CH
Represents "German (Switzerland)" localeDE_DE
Represents "German (Germany)" localeEL_GR
Represents "Greek (Greece)" localeEN_GB
Represents "English (United Kingdom)" localeEN_US
Represents "English (United States)" locale.ES_ES
Represents "Spanish (Spain)" localeET_EE
Represents "Estonian (Estonia)" localeFI_FI
Represents "Finnish (Finland)" localeFR_FR
Represents "French (France)" localeHR_HR
Represents "Croatian (Croatia)" localeHU_HU
Represents "Hungarian (Hungary)" localeIT_IT
Represents "Italian (Italy)" localeIW_IL
Represents "Hebrew (Israel)" localeJA_JP
Represents "Japanese (Japan)" localeKO_KR
Represents "Korean (Korea)" localeLT_LT
Represents "Lithuanian (Lithuania)" localeLV_LV
Represents "Latvian (Latvia)" localeMK_MK
Represents "Macedonian (Macedonia)" localeMT_MT
Represents "Maltese (Malta)" localeNB_NO
Represents "Norwegian (Norway)" localeNL_NL
Represents "Dutch (Netherlands)" localeNO_NO
Represents "Norwegian (Norway)" localePL_PL
Represents "Polish (Poland)" localePT_BR
Represents "Portuguese (Brazil)" localeRO_RO
Represents "Romanian (Romania)" localeRU_RU
Represents "Russian (Russia)" localeSK_SK
Represents "Slovak (Slovakia)" localeSL_SI
Represents "Slovenian (Slovenia)" localeSR_SR
Represents "Serbian (Serbia)" localeSV_SE
Represents "Swedish (Sweden)" localeTR_TR
Represents "Turkish (Turkey)" localeUK_UA
Represents "Ukrainian (Ukraine)" localeZH_CN
Represents "Chinese (China)" localeZH_HK
Represents "Chinese (Hong Kong)" locale
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentLanguage()
Returns the language code of this DocumentLanguagestatic DocumentLanguage
valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentLanguage[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DA_DK
public static final DocumentLanguage DA_DK
Represents "Danish (Denmark)" locale
-
LT_LT
public static final DocumentLanguage LT_LT
Represents "Lithuanian (Lithuania)" locale
-
SL_SI
public static final DocumentLanguage SL_SI
Represents "Slovenian (Slovenia)" locale
-
EL_GR
public static final DocumentLanguage EL_GR
Represents "Greek (Greece)" locale
-
RU_RU
public static final DocumentLanguage RU_RU
Represents "Russian (Russia)" locale
-
EN_US
public static final DocumentLanguage EN_US
Represents "English (United States)" locale.
-
ZH_HK
public static final DocumentLanguage ZH_HK
Represents "Chinese (Hong Kong)" locale
-
HU_HU
public static final DocumentLanguage HU_HU
Represents "Hungarian (Hungary)" locale
-
ET_EE
public static final DocumentLanguage ET_EE
Represents "Estonian (Estonia)" locale
-
PT_BR
public static final DocumentLanguage PT_BR
Represents "Portuguese (Brazil)" locale
-
UK_UA
public static final DocumentLanguage UK_UA
Represents "Ukrainian (Ukraine)" locale
-
NB_NO
public static final DocumentLanguage NB_NO
Represents "Norwegian (Norway)" locale
-
PL_PL
public static final DocumentLanguage PL_PL
Represents "Polish (Poland)" locale
-
LV_LV
public static final DocumentLanguage LV_LV
Represents "Latvian (Latvia)" locale
-
FI_FI
public static final DocumentLanguage FI_FI
Represents "Finnish (Finland)" locale
-
JA_JP
public static final DocumentLanguage JA_JP
Represents "Japanese (Japan)" localePlease note that this locale is only supported for US(default) region.
-
ES_ES
public static final DocumentLanguage ES_ES
Represents "Spanish (Spain)" locale
-
BG_BG
public static final DocumentLanguage BG_BG
Represents "Bulgarian (Bulgaria)" locale
-
EN_GB
public static final DocumentLanguage EN_GB
Represents "English (United Kingdom)" locale
-
CS_CZ
public static final DocumentLanguage CS_CZ
Represents "Czech (Czech Republic)" locale
-
MT_MT
public static final DocumentLanguage MT_MT
Represents "Maltese (Malta)" locale
-
DE_DE
public static final DocumentLanguage DE_DE
Represents "German (Germany)" locale
-
HR_HR
public static final DocumentLanguage HR_HR
Represents "Croatian (Croatia)" locale
-
SK_SK
public static final DocumentLanguage SK_SK
Represents "Slovak (Slovakia)" locale
-
SR_SR
public static final DocumentLanguage SR_SR
Represents "Serbian (Serbia)" locale
-
CA_CA
public static final DocumentLanguage CA_CA
Represents "Catalan (Canada)" locale
-
MK_MK
public static final DocumentLanguage MK_MK
Represents "Macedonian (Macedonia)" locale
-
KO_KR
public static final DocumentLanguage KO_KR
Represents "Korean (Korea)" locale
-
DE_CH
public static final DocumentLanguage DE_CH
Represents "German (Switzerland)" locale
-
NL_NL
public static final DocumentLanguage NL_NL
Represents "Dutch (Netherlands)" locale
-
ZH_CN
public static final DocumentLanguage ZH_CN
Represents "Chinese (China)" locale
-
SV_SE
public static final DocumentLanguage SV_SE
Represents "Swedish (Sweden)" locale
-
IT_IT
public static final DocumentLanguage IT_IT
Represents "Italian (Italy)" locale
-
NO_NO
public static final DocumentLanguage NO_NO
Represents "Norwegian (Norway)" locale
-
TR_TR
public static final DocumentLanguage TR_TR
Represents "Turkish (Turkey)" locale
-
FR_FR
public static final DocumentLanguage FR_FR
Represents "French (France)" locale
-
RO_RO
public static final DocumentLanguage RO_RO
Represents "Romanian (Romania)" locale
-
IW_IL
public static final DocumentLanguage IW_IL
Represents "Hebrew (Israel)" locale
-
-
Method Detail
-
values
public static DocumentLanguage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DocumentLanguage c : DocumentLanguage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DocumentLanguage valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getDocumentLanguage
public String getDocumentLanguage()
Returns the language code of this DocumentLanguage- Returns:
- language code of the documentLanguage
-
-