USADriveIdJurisdSubfile
Contents
[
Hide
]USADriveIdJurisdSubfile class
Module: aspose_barcode.complex_barcode.usa_drive_id_jurisd_subfile
Class for Jurisdiction specific fields for USA DL.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| add_or_replace | def | No | |
| add_or_replace_node | def | No | |
| clear | def | No | |
| find_data_element | def | No | |
| get | def | No | Indexing by 3 - letter element id. |
| insert | def | No | |
| len | def | No | |
| remove | def | No | |
| set | def | No | @ return Corresponding DataElement @ param id 3 - letter element id or Element index (int). |
USADriveIdJurisdSubfile Constructor
__init__(self, nativeObject) -> def
| Parameter | Type | Description |
|---|---|---|
nativeObject | `` |
USADriveIdJurisdSubfile.add_or_replace
add_or_replace(self, id, value) -> def
| Parameter | Type | Description |
|---|---|---|
id | `` | |
value | `` |
Return Type: def
USADriveIdJurisdSubfile.add_or_replace_node
add_or_replace_node(self, node) -> def
| Parameter | Type | Description |
|---|---|---|
node | `` |
Return Type: def
USADriveIdJurisdSubfile.clear
clear(self) -> def
Return Type: def
USADriveIdJurisdSubfile.find_data_element
find_data_element(self, id, isOpenOrCreate) -> def
| Parameter | Type | Description |
|---|---|---|
id | `` | |
isOpenOrCreate | `` |
Return Type: def
USADriveIdJurisdSubfile.get
get(self, id) -> def
Indexing by 3 - letter element id.
| Parameter | Type | Description |
|---|---|---|
id | `` | 3 - letter element id or index Element, index(int) |
Return Type: def — Corresponding DataElement
USADriveIdJurisdSubfile.insert
insert(self, index, node) -> def
| Parameter | Type | Description |
|---|---|---|
index | `` | |
node | `` |
Return Type: def
USADriveIdJurisdSubfile.len
len(self) -> def
Return Type: def
USADriveIdJurisdSubfile.remove
remove(self, id) -> def
| Parameter | Type | Description |
|---|---|---|
id | `` |
Return Type: def
USADriveIdJurisdSubfile.set
set(self, id, value) -> def
@ return Corresponding DataElement @ param id 3 - letter element id or Element index (int).
| Parameter | Type | Description |
|---|---|---|
id | `` | |
value | `` |
Return Type: def