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

Databar parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 
bool allow_only_gs1_encoding (self)
 If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More...
 
None allow_only_gs1_encoding (self, bool value)
 If this flag is set, it allows only GS1 encoding standard for Databar barcode types. 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...
 
bool is_2d_composite_component (self)
 Enables flag of 2D composite component with DataBar barcode. More...
 
None is_2d_composite_component (self, bool value)
 Enables flag of 2D composite component with DataBar barcode. More...
 
int rows (self)
 Rows count. More...
 
None rows (self, int value)
 Rows count. More...
 

Detailed Description

Databar parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

◆ allow_only_gs1_encoding() [1/2]

bool allow_only_gs1_encoding (   self)

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

◆ allow_only_gs1_encoding() [2/2]

None allow_only_gs1_encoding (   self,
bool  value 
)

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

◆ aspect_ratio() [1/2]

float aspect_ratio (   self)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ aspect_ratio() [2/2]

None aspect_ratio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

Used for DataBar stacked.

◆ columns() [1/2]

int columns (   self)

Columns count.

◆ columns() [2/2]

None columns (   self,
int  value 
)

Columns count.

◆ is_2d_composite_component() [1/2]

bool is_2d_composite_component (   self)

Enables flag of 2D composite component with DataBar barcode.

◆ is_2d_composite_component() [2/2]

None is_2d_composite_component (   self,
bool  value 
)

Enables flag of 2D composite component with DataBar barcode.

◆ rows() [1/2]

int rows (   self)

Rows count.

◆ rows() [2/2]

None rows (   self,
int  value 
)

Rows count.