Aspose.Barcode for Python via Java Generation and Recognition API docs
DataElement Class Reference

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)
 

Detailed Description

Represents a jurisdiction-specific data field used in documents,
for example ElementID = "ZVA" with Value = "01".

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  nativeObject 
)

Member Function Documentation

◆ element_id() [1/2]

def element_id (   self)
A 3-character code that identifies the jurisdiction-specific field,
for example "ZVA".

◆ element_id() [2/2]

def element_id (   self,
  value 
)
A 3-character code that identifies the jurisdiction-specific field,
for example "ZVA".

◆ value() [1/2]

def value (   self)
The text value associated with the field, typically defined
by jurisdiction rules.

◆ value() [2/2]

def value (   self,
  value 
)
The text value associated with the field, typically defined
by jurisdiction rules.