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

GS1 Composite bar parameters. More...

Inherits BaseJavaClass.

Public Member Functions

None __init__ (self, javaClass)
 
str __str__ (self)
 Returns a human-readable string representation of this DataBarParameters. More...
 
EncodeTypes getLinearComponentType (self)
 Linear component type. More...
 
TwoDComponentType getTwoDComponentType (self)
 2D component type More...
 
None init (self)
 
bool isAllowOnlyGS1Encoding (self)
 If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. More...
 
None setAllowOnlyGS1Encoding (self, bool value)
 If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. More...
 
None setLinearComponentType (self, EncodeTypes value)
 Linear component type. More...
 
None setTwoDComponentType (self, TwoDComponentType value)
 2D component type 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

GS1 Composite bar parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this DataBarParameters.

Returns
A string that represents this DataBarParameters

◆ getLinearComponentType()

EncodeTypes getLinearComponentType (   self)

Linear component type.

◆ getTwoDComponentType()

TwoDComponentType getTwoDComponentType (   self)

2D component type

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ isAllowOnlyGS1Encoding()

bool isAllowOnlyGS1Encoding (   self)

If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.

◆ setAllowOnlyGS1Encoding()

None setAllowOnlyGS1Encoding (   self,
bool  value 
)

If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.

◆ setLinearComponentType()

None setLinearComponentType (   self,
EncodeTypes  value 
)

Linear component type.

◆ setTwoDComponentType()

None setTwoDComponentType (   self,
TwoDComponentType  value 
)

2D component type