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

Inherits BaseJavaClass.

Public Member Functions

 getLinearComponentType ()
 
 setLinearComponentType (int $value)
 
 getTwoDComponentType ()
 
 setTwoDComponentType (int $value)
 
 isAllowOnlyGS1Encoding ()
 
 setAllowOnlyGS1Encoding (bool $value)
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 __construct ($javaClass)
 
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Detailed Description

GS1 Composite bar parameters.

Member Function Documentation

◆ getLinearComponentType()

GS1CompositeBarParameters::getLinearComponentType ( )

Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked

◆ getTwoDComponentType()

GS1CompositeBarParameters::getTwoDComponentType ( )

2D component type

◆ init()

GS1CompositeBarParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isAllowOnlyGS1Encoding()

GS1CompositeBarParameters::isAllowOnlyGS1Encoding ( )

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

◆ setAllowOnlyGS1Encoding()

GS1CompositeBarParameters::setAllowOnlyGS1Encoding ( bool  $value)

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

◆ setLinearComponentType()

GS1CompositeBarParameters::setLinearComponentType ( int  $value)

Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked

◆ setTwoDComponentType()

GS1CompositeBarParameters::setTwoDComponentType ( int  $value)

2D component type

◆ toString()

GS1CompositeBarParameters::toString ( )

Returns a human-readable string representation of this DataBarParameters.

Returns
A string that represents this DataBarParameters