jcfunc.parameters
Enum paramSAPV

java.lang.Object
  extended by java.lang.Enum<paramSAPV>
      extended by jcfunc.parameters.paramSAPV
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<paramSAPV>

public enum paramSAPV
extends java.lang.Enum<paramSAPV>

Enum paramSAPV contains returned values for control function CF.SAPV.


Enum Constant Summary
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
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Reset

public static final paramSAPV Reset
default presentation (implementation-defined); cancels the effect of any preceding occurrence of SAPV in the data stream


DecDigits_Latin

public static final paramSAPV DecDigits_Latin
the decimal digits are presented by means of the graphic symbols used in the Latin script


DecDigits_Arabic

public static final paramSAPV DecDigits_Arabic
the decimal digits are presented by means of the graphic symbols used in the Arabic script, i.e. the Hindi symbols


ExchangePairChars

public static final paramSAPV 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. as the other member of the pair. For example, the coded graphic character given the name LEFT PARENTHESIS is presented as RIGHT PARENTHESIS, and vice versa


FlipOperators

public static final paramSAPV 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_Isolated

public static final paramSAPV Form_Isolated
the following graphic character is presented in its isolated form


Form_Initial

public static final paramSAPV Form_Initial
the following graphic character is presented in its initial form


Form_Medial

public static final paramSAPV Form_Medial
the following graphic character is presented in its medial form


Form_Final

public static final paramSAPV Form_Final
the following graphic character is presented in its final form


Dot_FullStop

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


Dot_Comma

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


Vowels_AboveOrBelow

public static final paramSAPV Vowels_AboveOrBelow
vowels are presented above or below the preceding character


Vowels_After

public static final paramSAPV Vowels_After
vowels are presented after the preceding character


ArabicScripts_WithLamAlephOnly

public static final paramSAPV ArabicScripts_WithLamAlephOnly
contextual shape determination of Arabic scripts, including the LAM-ALEPH ligature but excluding all other Arabic ligatures


ArabicScripts_WithoutAnyLigatures

public static final paramSAPV ArabicScripts_WithoutAnyLigatures
contextual shape determination of Arabic scripts, excluding all Arabic ligatures


Cansel_ExchangingAndFlipping

public static final paramSAPV Cansel_ExchangingAndFlipping
cancels the effect of parameter values 3 and 4


Vowels_NotPresented

public static final paramSAPV Vowels_NotPresented
vowels are not presented


Italic_SlantToMainDirection

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


ArabicScripts_NotMutable_WithDigits

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

public static final paramSAPV 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)


DecDigits_Device

public static final paramSAPV DecDigits_Device
the graphic symbols used to present the decimal digits are device dependent


Form_EstablishForFollowing

public static final paramSAPV Form_EstablishForFollowing
establishes the effect of parameter values 5, 6, 7, and 8 for the following graphic characters until cancelled


Form_CancelForFollowing

public static final paramSAPV Form_CancelForFollowing
cancels the effect of parameter value 21, i.e. re-establishes the effect of parameter values 5, 6, 7, and 8 for the next single graphic character only.


Nonstandard

public static final paramSAPV Nonstandard
Don't define in Standart

Method Detail

values

public static paramSAPV[] 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 (paramSAPV c : paramSAPV.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static paramSAPV valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getIntValue

public static int getIntValue(paramSAPV val)
Returns int-value, which is corresponded to enum-value.

Parameters:
val - enum-value
Returns:
int-value

getEnumValue

public static paramSAPV getEnumValue(int val)
Returns enum-value by int-value.

Parameters:
val - int-value
Returns:
enum-value