Package | Description |
---|---|
com.aspose.barcode |
The com.aspose.barcode contains tools for the 1D/2D barcodes generation and drawing.
|
Modifier and Type | Class and Description |
---|---|
class |
SymbologyEncodeType
Symbology encode type.
|
Modifier and Type | Method and Description |
---|---|
static BaseEncodeType[] |
EncodeTypes.getAllEncodeTypes()
Specifies that data will be checked with all available symbologies.
|
BaseEncodeType |
BarCodeBuilder.getEncodeType()
BarCode's encode type (symbology).
|
BaseEncodeType |
BarCodeControl.getEncodeType() |
BaseEncodeType |
IBarCodeControl.getEncodeType()
BarCode's encode type (symbology).
|
static BaseEncodeType |
BaseEncodeType.parse(String stringEncodeType)
Converts the string representation of the name of a BaseEncodeType to its instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BaseEncodeType.equals(BaseEncodeType other)
Returns a value indicating whether this instance is equal to a specified
BaseEncodeType value. |
static String |
BaseEncodeType.getString(BaseEncodeType instance)
Converts the instance of BaseEncodeType to its equivalent string representation.
|
static boolean |
EncodeTypes.parse(String parsingType,
BaseEncodeType[] result)
Converts the string representation of a BaseEncodeType to its instance.
|
void |
BarCodeBuilder.setEncodeType(BaseEncodeType value)
BarCode's encode type (symbology).
|
void |
BarCodeControl.setEncodeType(BaseEncodeType value) |
void |
IBarCodeControl.setEncodeType(BaseEncodeType value)
BarCode's encode type (symbology).
|
static boolean |
BaseEncodeType.tryParse(String parsingType,
BaseEncodeType[] result)
Converts the string representation of a BaseEncodeType to its instance.
|
static boolean |
EncodeTypes.tryParse(String parsingType,
BaseEncodeType[] result)
Converts the string representation of a BaseEncodeType to its instance.
|
Constructor and Description |
---|
BarCodeBuilder(String codeText,
BaseEncodeType type)
Initializes a new instance of the
BarCodeBuilder class. |
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.