Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
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) | |
GS1 Composite bar parameters.
GS1CompositeBarParameters::getLinearComponentType | ( | ) |
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
GS1CompositeBarParameters::getTwoDComponentType | ( | ) |
2D component type
|
protected |
Reimplemented from BaseJavaClass.
GS1CompositeBarParameters::isAllowOnlyGS1Encoding | ( | ) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
GS1CompositeBarParameters::setAllowOnlyGS1Encoding | ( | bool | $value | ) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
GS1CompositeBarParameters::setLinearComponentType | ( | int | $value | ) |
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
GS1CompositeBarParameters::setTwoDComponentType | ( | int | $value | ) |
2D component type
GS1CompositeBarParameters::toString | ( | ) |
Returns a human-readable string representation of this DataBarParameters.