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

Databar parameters. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
def init (self)
 
def is2DCompositeComponent (self)
 Enables flag of 2D composite component with DataBar barcode. More...
 
def set2DCompositeComponent (self, value)
 Enables flag of 2D composite component with DataBar barcode. More...
 
def isAllowOnlyGS1Encoding (self)
 If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More...
 
def setAllowOnlyGS1Encoding (self, value)
 If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More...
 
def getColumns (self)
 Columns count. More...
 
def setColumns (self, value)
 Columns count. More...
 
def getRows (self)
 Rows count. More...
 
def setRows (self, value)
 Rows count. More...
 
def getAspectRatio (self)
 Height/Width ratio of 2D BarCode module. More...
 
def setAspectRatio (self, value)
 Height/Width ratio of 2D BarCode module. More...
 
def toString (self)
 Returns a human-readable string representation of this DataBarParameters. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Databar parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getAspectRatio()

def getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ getColumns()

def getColumns (   self)

Columns count.

◆ getRows()

def getRows (   self)

Rows count.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ is2DCompositeComponent()

def is2DCompositeComponent (   self)

Enables flag of 2D composite component with DataBar barcode.

◆ isAllowOnlyGS1Encoding()

def isAllowOnlyGS1Encoding (   self)

If this flag is set, it allows only GS1 encoding standard for Databar barcode types.

◆ set2DCompositeComponent()

def set2DCompositeComponent (   self,
  value 
)

Enables flag of 2D composite component with DataBar barcode.

◆ setAllowOnlyGS1Encoding()

def setAllowOnlyGS1Encoding (   self,
  value 
)

If this flag is set, it allows only GS1 encoding standard for Databar barcode types.

◆ setAspectRatio()

def setAspectRatio (   self,
  value 
)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ setColumns()

def setColumns (   self,
  value 
)

Columns count.

◆ setRows()

def setRows (   self,
  value 
)

Rows count.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this DataBarParameters.

Returns
A string that represents this DataBarParameters.