Package com.aspose.barcode.generation
Class GS1CompositeBarParameters
java.lang.Object
com.aspose.barcode.generation.GS1CompositeBarParameters
-
Method Summary
Modifier and TypeMethodDescriptionLinear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked2D component typebooleanIf this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D ComponentvoidsetAllowOnlyGS1Encoding(boolean value) If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D ComponentvoidLinear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStackedvoid2D component typetoString()Returns a human-readable string representation of this DataBarParameters .
-
Method Details
-
getLinearComponentType
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked -
setLinearComponentType
Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked -
getTwoDComponentType
2D component type -
setTwoDComponentType
2D component type -
isAllowOnlyGS1Encoding
public boolean isAllowOnlyGS1Encoding()If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
-
setAllowOnlyGS1Encoding
public void setAllowOnlyGS1Encoding(boolean value) If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component
-
toString
Returns a human-readable string representation of this DataBarParameters .
-