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

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

Uses of StiPdf417EncodingMode in com.stimulsoft.report.barCodes
 

Methods in com.stimulsoft.report.barCodes that return StiPdf417EncodingMode
 StiPdf417EncodingMode StiPdf417BarCodeType.getEncodingMode()
          Gets or sets type of encoding type.
 

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

Constructors in com.stimulsoft.report.barCodes with parameters of type StiPdf417EncodingMode
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 StiPdf417EncodingMode
static StiPdf417EncodingMode StiPdf417EncodingMode.forValue(int value)
           
static StiPdf417EncodingMode StiPdf417EncodingMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPdf417EncodingMode[] StiPdf417EncodingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.