Enum Constant and Description |
---|
ArabicScripts_NotMutable_WithDigits
contextual shape determination of Arabic scripts is not used,
the graphic characters - including the digits - are presented in the form
they are stored (Pass-through)
|
ArabicScripts_NotMutable_WithoutDigits
contextual shape determination of Arabic scripts is not used,
the graphic characters - excluding the digits - are presented in the form
they are stored (Pass-through)
|
ArabicScripts_WithLamAlephOnly
contextual shape determination of Arabic scripts, including the LAM-ALEPH
ligature but excluding all other Arabic ligatures
|
ArabicScripts_WithoutAnyLigatures
contextual shape determination of Arabic scripts, excluding all Arabic ligatures
|
Cansel_ExchangingAndFlipping
cancels the effect of parameter values 3 and 4
|
DecDigits_Arabic
the decimal digits are presented by means of the graphic symbols used
in the Arabic script, i.e.
|
DecDigits_Device
the graphic symbols used to present the decimal digits are device dependent
|
DecDigits_Latin
the decimal digits are presented by means of the graphic symbols used
in the Latin script
|
Dot_Comma
where the bit combination 02/14 is intended to represent a decimal mark
in a decimal number it shall be presented by means of the graphic symbol COMMA
|
Dot_FullStop
where the bit combination 02/14 is intended to represent a decimal mark
in a decimal number it shall be presented by means of the graphic symbol FULL STOP
|
ExchangePairChars
when the direction of the character path is right-to-left, each of
the graphic characters in the graphic character set(s) in use which is
one of a left/right-handed pair (parentheses, square brackets,
curly brackets, greater-than/less-than signs, etc.) is presented as
"mirrored", i.e.
|
FlipOperators
when the direction of the character path is right-to-left, all graphic
characters which represent operators and delimiters in mathematical formulae
and which are not symmetrical about a vertical axis are presented
as mirrored about that vertical axis
|
Form_CancelForFollowing
cancels the effect of parameter value 21, i.e.
|
Form_EstablishForFollowing
establishes the effect of parameter values 5, 6, 7, and 8 for the following
graphic characters until cancelled
|
Form_Final
the following graphic character is presented in its final form
|
Form_Initial
the following graphic character is presented in its initial form
|
Form_Isolated
the following graphic character is presented in its isolated form
|
Form_Medial
the following graphic character is presented in its medial form
|
Italic_SlantToMainDirection
when the string direction is right-to-left, the italicized characters
are slanted to the left; when the string direction is left-to-right,
the italicized characters are slanted to the right
|
Nonstandard
Don't define in Standart
|
Reset
default presentation (implementation-defined); cancels the effect of any
preceding occurrence of SAPV in the data stream
|
Vowels_AboveOrBelow
vowels are presented above or below the preceding character
|
Vowels_After
vowels are presented after the preceding character
|
Vowels_NotPresented
vowels are not presented
|
Modifier and Type | Method and Description |
---|---|
static paramSAPV |
getEnumValue(int val)
Returns enum-value by int-value.
|
static int |
getIntValue(paramSAPV val)
Returns int-value, which is corresponded to enum-value.
|
static paramSAPV |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramSAPV[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramSAPV Reset
public static final paramSAPV DecDigits_Latin
public static final paramSAPV DecDigits_Arabic
public static final paramSAPV ExchangePairChars
public static final paramSAPV FlipOperators
public static final paramSAPV Form_Isolated
public static final paramSAPV Form_Initial
public static final paramSAPV Form_Medial
public static final paramSAPV Form_Final
public static final paramSAPV Dot_FullStop
public static final paramSAPV Dot_Comma
public static final paramSAPV Vowels_AboveOrBelow
public static final paramSAPV Vowels_After
public static final paramSAPV ArabicScripts_WithLamAlephOnly
public static final paramSAPV ArabicScripts_WithoutAnyLigatures
public static final paramSAPV Cansel_ExchangingAndFlipping
public static final paramSAPV Vowels_NotPresented
public static final paramSAPV Italic_SlantToMainDirection
public static final paramSAPV ArabicScripts_NotMutable_WithDigits
public static final paramSAPV ArabicScripts_NotMutable_WithoutDigits
public static final paramSAPV DecDigits_Device
public static final paramSAPV Form_EstablishForFollowing
public static final paramSAPV Form_CancelForFollowing
public static final paramSAPV Nonstandard
public static paramSAPV[] values()
for (paramSAPV c : paramSAPV.values()) System.out.println(c);
public static paramSAPV valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramSAPV val)
val
- enum-valuepublic static paramSAPV getEnumValue(int val)
val
- int-value