Package com.aspose.barcode.generation
Enum Class Pdf417CompactionMode
- All Implemented Interfaces:
Serializable,Comparable<Pdf417CompactionMode>,Constable
Deprecated.
This properties are obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode properties.
Pdf417 barcode's compation mode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.This property is obsolete and will be removed in future releases.Deprecated.This property is obsolete and will be removed in future releases.Deprecated.This property is obsolete and will be removed in future releases.Deprecated.This property is obsolete and will be removed in future releases. -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()Deprecated.static Pdf417CompactionModevalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static Pdf417CompactionModeDeprecated.Returns the enum constant of this class with the specified name.static Pdf417CompactionMode[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTO
Deprecated.This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."auto detect compation mode
-
TEXT
Deprecated.This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."text compaction
-
NUMERIC
Deprecated.This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."numeric compaction mode
-
BINARY
Deprecated.This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."binary compaction mode
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue()Deprecated. -
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-