public enum SupportedDocumentLanguage extends Enum<SupportedDocumentLanguage>
CreatePDFOperation
Enum Constant and Description |
---|
BG_BG
Represents "Bulgarian (Bulgaria)" locale
|
CA_CA
Represents "Catalan (Canada)" locale
|
CS_CZ
Represents "Czech (Czech Republic)" locale
|
DA_DK
Represents "Danish (Denmark)" locale
|
DE_CH
Represents "German (Switzerland)" locale
|
DE_DE
Represents "German (Germany)" locale
|
EL_GR
Represents "Greek (Greece)" locale
|
EN_GB
Represents "English (United Kingdom)" locale
|
EN_US
Represents "English (United States)" locale.
|
ES_ES
Represents "Spanish (Spain)" locale
|
ET_EE
Represents "Estonian (Estonia)" locale
|
FI_FI
Represents "Finnish (Finland)" locale
|
FR_FR
Represents "French (France)" locale
|
HR_HR
Represents "Croatian (Croatia)" locale
|
HU_HU
Represents "Hungarian (Hungary)" locale
|
IT_IT
Represents "Italian (Italy)" locale
|
IW_IL
Represents "Hebrew (Israel)" locale
|
JA_JP
Represents "Japanese (Japan)" locale
|
KO_KR
Represents "Korean (Korea)" locale
|
LT_LT
Represents "Lithuanian (Lithuania)" locale
|
LV_LV
Represents "Latvian (Latvia)" locale
|
MK_MK
Represents "Macedonian (Macedonia)" locale
|
MT_MT
Represents "Maltese (Malta)" locale
|
NB_NO
Represents "Norwegian (Norway)" locale
|
NL_NL
Represents "Dutch (Netherlands)" locale
|
NO_NO
Represents "Norwegian (Norway)" locale
|
PL_PL
Represents "Polish (Poland)" locale
|
PT_BR
Represents "Portuguese (Brazil)" locale
|
RO_RO
Represents "Romanian (Romania)" locale
|
RU_RU
Represents "Russian (Russia)" locale
|
SK_SK
Represents "Slovak (Slovakia)" locale
|
SL_SI
Represents "Slovenian (Slovenia)" locale
|
SR_SR
Represents "Serbian (Serbia)" locale
|
SV_SE
Represents "Swedish (Sweden)" locale
|
TR_TR
Represents "Turkish (Turkey)" locale
|
UK_UA
Represents "Ukrainian (Ukraine)" locale
|
ZH_CN
Represents "Chinese (China)" locale
|
ZH_HK
Represents "Chinese (Hong Kong)" locale
|
Modifier and Type | Method and Description |
---|---|
String |
getDocumentLanguage()
Returns the language code of this SupportedDocumentLanguage
|
static SupportedDocumentLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedDocumentLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedDocumentLanguage DA_DK
public static final SupportedDocumentLanguage LT_LT
public static final SupportedDocumentLanguage SL_SI
public static final SupportedDocumentLanguage EL_GR
public static final SupportedDocumentLanguage RU_RU
public static final SupportedDocumentLanguage EN_US
public static final SupportedDocumentLanguage ZH_HK
public static final SupportedDocumentLanguage HU_HU
public static final SupportedDocumentLanguage ET_EE
public static final SupportedDocumentLanguage PT_BR
public static final SupportedDocumentLanguage UK_UA
public static final SupportedDocumentLanguage NB_NO
public static final SupportedDocumentLanguage PL_PL
public static final SupportedDocumentLanguage LV_LV
public static final SupportedDocumentLanguage FI_FI
public static final SupportedDocumentLanguage JA_JP
public static final SupportedDocumentLanguage ES_ES
public static final SupportedDocumentLanguage BG_BG
public static final SupportedDocumentLanguage EN_GB
public static final SupportedDocumentLanguage CS_CZ
public static final SupportedDocumentLanguage MT_MT
public static final SupportedDocumentLanguage DE_DE
public static final SupportedDocumentLanguage HR_HR
public static final SupportedDocumentLanguage SK_SK
public static final SupportedDocumentLanguage SR_SR
public static final SupportedDocumentLanguage CA_CA
public static final SupportedDocumentLanguage MK_MK
public static final SupportedDocumentLanguage KO_KR
public static final SupportedDocumentLanguage DE_CH
public static final SupportedDocumentLanguage NL_NL
public static final SupportedDocumentLanguage ZH_CN
public static final SupportedDocumentLanguage SV_SE
public static final SupportedDocumentLanguage IT_IT
public static final SupportedDocumentLanguage NO_NO
public static final SupportedDocumentLanguage TR_TR
public static final SupportedDocumentLanguage FR_FR
public static final SupportedDocumentLanguage RO_RO
public static final SupportedDocumentLanguage IW_IL
public static SupportedDocumentLanguage[] values()
for (SupportedDocumentLanguage c : SupportedDocumentLanguage.values()) System.out.println(c);
public static SupportedDocumentLanguage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getDocumentLanguage()
Copyright © 2022 Adobe. All rights reserved.