Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode. More...
Inherits ExtCodetextBuilder.
Public Member Functions | |
None | __init__ (self) |
None | addFNC1FormatIdentifier (self) |
Adds FNC1 format identifier to the extended codetext items. More... | |
None | addFNC3ReaderInitialization (self) |
Adds FNC3 reader initialization to the extended codetext items. More... | |
None | addFNC3SymbolSeparator (self) |
Adds FNC3 symbol separator to the extended codetext items. More... | |
None | addStructuredAppendMode (self, int barcodeId, int barcodesCount) |
Adds structured append mode to the extended codetext items. More... | |
str | getExtendedCodetext (self) |
Generates Extended codetext from the extended codetext list. More... | |
None | init (self) |
Public Member Functions inherited from ExtCodetextBuilder | |
None | __init__ (self, javaClass) |
None | addECICodetext (self, ECIEncodings ECIEncoding, str codetext) |
Adds codetext with Extended Channel Identifier. More... | |
None | addPlainCodetext (self, str codetext) |
Adds plain codetext to the extended codetext items. More... | |
None | clear (self) |
Clears extended codetext items. More... | |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
DotCodeExtCodetextBuilder | construct (Any javaClass) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.generation.MwDotCodeExtCodetextBuilder" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode.
None __init__ | ( | self | ) |
None addFNC1FormatIdentifier | ( | self | ) |
Adds FNC1 format identifier to the extended codetext items.
None addFNC3ReaderInitialization | ( | self | ) |
Adds FNC3 reader initialization to the extended codetext items.
None addFNC3SymbolSeparator | ( | self | ) |
Adds FNC3 symbol separator to the extended codetext items.
None addStructuredAppendMode | ( | self, | |
int | barcodeId, | ||
int | barcodesCount | ||
) |
Adds structured append mode to the extended codetext items.
barcodeId: ID of barcode | |
barcodesCount:Barcodes count |
|
static |
str getExtendedCodetext | ( | self | ) |
Generates Extended codetext from the extended codetext list.
Reimplemented from ExtCodetextBuilder.
None init | ( | self | ) |
Reimplemented from ExtCodetextBuilder.
|
static |