![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, nativeObject) |
| def | element_id (self) |
| def | element_id (self, value) |
| def | value (self) |
| def | value (self, value) |
Represents a jurisdiction-specific data field used in documents, for example ElementID = "ZVA" with Value = "01".
| def __init__ | ( | self, | |
| nativeObject | |||
| ) |
| def element_id | ( | self | ) |
A 3-character code that identifies the jurisdiction-specific field, for example "ZVA".
| def element_id | ( | self, | |
| value | |||
| ) |
A 3-character code that identifies the jurisdiction-specific field, for example "ZVA".
| def value | ( | self | ) |
The text value associated with the field, typically defined by jurisdiction rules.
| def value | ( | self, | |
| value | |||
| ) |
The text value associated with the field, typically defined by jurisdiction rules.