| Package | Description |
|---|---|
| com.stimulsoft.report.barCodes | |
| com.stimulsoft.report.barCodes.enums |
| Modifier and Type | Method and Description |
|---|---|
StiEanSupplementType |
StiUpcSup5BarCodeType.getSupplementType() |
StiEanSupplementType |
StiUpcSup2BarCodeType.getSupplementType() |
StiEanSupplementType |
StiEAN13BarCodeType.getSupplementType()
Gets or sets type of supplement code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiUpcSup5BarCodeType.setSupplementType(StiEanSupplementType value) |
void |
StiUpcSup2BarCodeType.setSupplementType(StiEanSupplementType value) |
void |
StiEAN13BarCodeType.setSupplementType(StiEanSupplementType value) |
| Constructor and Description |
|---|
StiEAN13BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiEAN8BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiIsbn10BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiIsbn13BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiJan13BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiJan8BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiUpcABarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiUpcEBarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiUpcSup2BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
StiUpcSup5BarCodeType(double module,
double height,
StiEanSupplementType supplementType,
java.lang.String supplementCodeValue,
boolean showQuietZoneIndicator) |
| Modifier and Type | Method and Description |
|---|---|
static StiEanSupplementType |
StiEanSupplementType.forValue(int value) |
static StiEanSupplementType |
StiEanSupplementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiEanSupplementType[] |
StiEanSupplementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.