Browse our Products
Aspose.BarCode for Java 22.6 Release Notes
All Changes
Key | Summary | Category |
---|---|---|
BARCODENET-38207 | Implement GS1 Composite bar code generation | Enhancement |
Public API and Backward Incompatible Changes
Added field com.com.aspose.barcode.generation.EncodeTypes.GS_1_COMPOSITE_BAR:SymbologyEncodeType
Added enum com.aspose.barcode.generation.TwoDComponentType
Added field com.aspose.barcode.generation.TwoDComponentType.AUTO
Added field com.aspose.barcode.generation.TwoDComponentType.CC_A
Added field com.aspose.barcode.generation.TwoDComponentType.CC_B
Added field com.aspose.barcode.generation.TwoDComponentType.CC_C
Added method com.aspose.barcode.generation.BarcodeParameters.getGS1CompositeBar():GS1CompositeBarParameters
Added method com.aspose.barcode.generation.BarcodeParameters.setGS1CompositeBar(GS1CompositeBarParameters):void
Added class com.aspose.barcode.generation.GS1CompositeBarParameters
Added property com.aspose.barcode.generation.GS1CompositeBarParameters.getLinearComponentType():BaseEncodeType
Added property com.aspose.barcode.generation.GS1CompositeBarParameters.setLinearComponentType(BaseEncodeType):void
Added property com.aspose.barcode.generation.GS1CompositeBarParameters.getTwoDComponentType():TwoDComponentType
Added property com.aspose.barcode.generation.GS1CompositeBarParameters.setTwoDComponentType(TwoDComponentType):void
Added method com.aspose.barcode.generation.GS1CompositeBarParameters.toString()