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

Databar parameters. More...

Inherits BaseJavaClass.

Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

Databar parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

◆ getAspectRatio()

float getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ getColumns()

int getColumns (   self)

Columns count.

◆ getRows()

int getRows (   self)

Rows count.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ is2DCompositeComponent()

bool is2DCompositeComponent (   self)

Enables flag of 2D composite component with DataBar barcode.

◆ isAllowOnlyGS1Encoding()

bool isAllowOnlyGS1Encoding (   self)

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

◆ set2DCompositeComponent()

None set2DCompositeComponent (   self,
bool  value 
)

Enables flag of 2D composite component with DataBar barcode.

◆ setAllowOnlyGS1Encoding()

None setAllowOnlyGS1Encoding (   self,
bool  value 
)

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

◆ setAspectRatio()

None setAspectRatio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ setColumns()

None setColumns (   self,
int  value 
)

Columns count.

◆ setRows()

None setRows (   self,
int  value 
)

Rows count.