Uses of Class
com.stimulsoft.report.barCodes.enums.StiPdf417ErrorsCorrectionLevel

Packages that use StiPdf417ErrorsCorrectionLevel
com.stimulsoft.report.barCodes   
com.stimulsoft.report.barCodes.enums   
 

Uses of StiPdf417ErrorsCorrectionLevel in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiPdf417ErrorsCorrectionLevel
 StiPdf417ErrorsCorrectionLevel StiPdf417BarCodeType.getErrorsCorrectionLevel()
          Gets or sets errors correction level.
 

Methods in com.stimulsoft.report.barCodes with parameters of type StiPdf417ErrorsCorrectionLevel
 void StiPdf417BarCodeType.setErrorsCorrectionLevel(StiPdf417ErrorsCorrectionLevel value)
           
 

Constructors in com.stimulsoft.report.barCodes with parameters of type StiPdf417ErrorsCorrectionLevel
StiPdf417BarCodeType(double module, StiPdf417EncodingMode encodingMode, StiPdf417ErrorsCorrectionLevel errorsCorrectionLevel, int dataColumns, int dataRows, boolean autoDataColumns, boolean autoDataRows, double aspectRatio, int ratioY)
           
 

Uses of StiPdf417ErrorsCorrectionLevel in com.stimulsoft.report.barCodes.enums
 

Methods in com.stimulsoft.report.barCodes.enums that return StiPdf417ErrorsCorrectionLevel
static StiPdf417ErrorsCorrectionLevel StiPdf417ErrorsCorrectionLevel.forValue(int value)
           
static StiPdf417ErrorsCorrectionLevel StiPdf417ErrorsCorrectionLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPdf417ErrorsCorrectionLevel[] StiPdf417ErrorsCorrectionLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.