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

Codablock parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this CodablockParameters. More...
 
float aspect_ratio (self)
 Height/Width ratio of 2D BarCode module. More...
 
None aspect_ratio (self, float value)
 Height/Width ratio of 2D BarCode module. More...
 
int columns (self)
 Columns count. More...
 
None columns (self, int value)
 Columns count. More...
 
int rows (self)
 Rows count. More...
 
None rows (self, int value)
 Rows count. More...
 

Detailed Description

Codablock parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this CodablockParameters.

Returns
A string that represents this CodablockParameters.

◆ aspect_ratio() [1/2]

float aspect_ratio (   self)

Height/Width ratio of 2D BarCode module.

◆ aspect_ratio() [2/2]

None aspect_ratio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

◆ columns() [1/2]

int columns (   self)

Columns count.

◆ columns() [2/2]

None columns (   self,
int  value 
)

Columns count.

◆ rows() [1/2]

int rows (   self)

Rows count.

◆ rows() [2/2]

None rows (   self,
int  value 
)

Rows count.