Class Code128DataPortion
java.lang.Object
com.aspose.barcode.barcoderecognition.Code128DataPortion
Contains the data of subtype for Code128 type barcode
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns a value indicating whether this instance is equal to a specifiedCode128DataPortionvalue.intGets the type of Code128 subsetgetData()Gets the part of code text related to subtype.inthashCode()Returns the hash code for this instance.voidGets the part of code text related to subtype.toString()Returns a human-readable string representation of thisCode128DataPortion.
-
Method Details
-
getData
Gets the part of code text related to subtype.
- Returns:
- The part of code text related to subtype
-
setData
Gets the part of code text related to subtype.
-
getCode128SubType
public int getCode128SubType()Gets the type of Code128 subset
- Returns:
- The type of Code128 subset
-
equals
Returns a value indicating whether this instance is equal to a specified
Code128DataPortionvalue. -
hashCode
public int hashCode()Returns the hash code for this instance.
-
toString
Returns a human-readable string representation of this
Code128DataPortion.
-