public class BarcodeElement extends OmrElement
Represents Barcode element
Constructor and Description |
---|
BarcodeElement() |
Modifier and Type | Method and Description |
---|---|
int |
getBarcodeType()
Gets the type of the barcode
|
String |
getBarcodeTypeString()
Gets string representation of BarcodeType property
|
com.aspose.ms.System.Nullable<Integer> |
getQrVersion()
Gets the QR version for QR elements
|
void |
setBarcodeType(int value)
Sets the type of the barcode
|
void |
setBarcodeTypeString(String value)
Gets string representation of BarcodeType property
|
void |
setQrVersion(com.aspose.ms.System.Nullable<Integer> value)
Sets the QR version for QR elements
|
public final int getBarcodeType()
Gets the type of the barcode
public final void setBarcodeType(int value)
Sets the type of the barcode
value
- The type of the barcodepublic final String getBarcodeTypeString()
Gets string representation of BarcodeType property
public final void setBarcodeTypeString(String value)
Gets string representation of BarcodeType property
value
- BarcodeType as stringpublic final com.aspose.ms.System.Nullable<Integer> getQrVersion()
Gets the QR version for QR elements
public final void setQrVersion(com.aspose.ms.System.Nullable<Integer> value)
Sets the QR version for QR elements
value
- QR version