Uses of Enum Class
com.stimulsoft.report.barCodes.enums.StiPdf417EncodingMode
Packages that use StiPdf417EncodingMode
-
Uses of StiPdf417EncodingMode in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes that return StiPdf417EncodingModeModifier and TypeMethodDescriptionfinal StiPdf417EncodingModeStiPdf417BarCodeType.getEncodingMode()Gets or sets type of encoding type.Methods in com.stimulsoft.report.barCodes with parameters of type StiPdf417EncodingModeModifier and TypeMethodDescriptionfinal voidStiPdf417BarCodeType.setEncodingMode(StiPdf417EncodingMode value) Constructors in com.stimulsoft.report.barCodes with parameters of type StiPdf417EncodingModeModifierConstructorDescriptionStiPdf417(String inputData, StiPdf417EncodingMode mode) StiPdf417(String inputData, StiPdf417EncodingMode mode, StiPdf417ErrorsCorrectionLevel errorCorrectionLevel, int columns, int rows, boolean autoColumns, boolean autoRows, double aspectRatio, int ratioY) StiPdf417BarCodeType(double module, StiPdf417EncodingMode encodingMode, StiPdf417ErrorsCorrectionLevel errorsCorrectionLevel, int dataColumns, int dataRows, boolean autoDataColumns, boolean autoDataRows, double aspectRatio, int ratioY) -
Uses of StiPdf417EncodingMode in com.stimulsoft.report.barCodes.enums
Methods in com.stimulsoft.report.barCodes.enums that return StiPdf417EncodingModeModifier and TypeMethodDescriptionstatic StiPdf417EncodingModeStiPdf417EncodingMode.forValue(int value) static StiPdf417EncodingModeReturns the enum constant of this class with the specified name.static StiPdf417EncodingMode[]StiPdf417EncodingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.