| Package | Description |
|---|---|
| com.stimulsoft.report.barCodes | |
| com.stimulsoft.report.barCodes.enums |
| Modifier and Type | Method and Description |
|---|---|
StiPdf417ErrorsCorrectionLevel |
StiPdf417BarCodeType.getErrorsCorrectionLevel()
Gets or sets errors correction level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiPdf417BarCodeType.setErrorsCorrectionLevel(StiPdf417ErrorsCorrectionLevel value) |
| Constructor and Description |
|---|
StiPdf417BarCodeType.StiPdf417(java.lang.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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.