Class GS1CompositeBarParameters

java.lang.Object
com.aspose.barcode.generation.GS1CompositeBarParameters

public class GS1CompositeBarParameters extends Object
  • Method Details

    • getLinearComponentType

      public BaseEncodeType getLinearComponentType()
      Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
    • setLinearComponentType

      public void setLinearComponentType(BaseEncodeType value)
      Linear component type: GS1Code128, UPCE, EAN8, UPCA, EAN13, DatabarStacked, DatabarStackedOmniDirectional, DatabarLimited, DatabarOmniDirectional, DatabarExpanded, DatabarExpandedStacked
    • getTwoDComponentType

      public TwoDComponentType getTwoDComponentType()
      2D component type
    • setTwoDComponentType

      public void setTwoDComponentType(TwoDComponentType value)
      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

      public String toString()
      Returns a human-readable string representation of this DataBarParameters .
      Overrides:
      toString in class Object
      Returns:
      A string that represents this DataBarParameters