BarcodeElement
Inheritance: java.lang.Object, com.aspose.omr.OmrElement
public class BarcodeElement extends OmrElement
Represents Barcode element
Constructors
Constructor | Description |
---|---|
BarcodeElement() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBarcodeType() | Gets the type of the barcode |
getBarcodeTypeString() | Gets string representation of BarcodeType property |
getClass() | |
getHeight() | Gets or sets question height |
getLeft() | Gets or sets question left position |
getName() | Gets question name |
getQrVersion() | Gets the QR version for QR elements |
getTop() | Gets or sets question top position |
getWidth() | Gets or sets question width |
hashCode() | |
notify() | |
notifyAll() | |
setBarcodeType(int value) | Sets the type of the barcode |
setBarcodeTypeString(String value) | Gets string representation of BarcodeType property |
setHeight(double value) | Gets or sets question height |
setLeft(double value) | Gets or sets question left position |
setName(String value) | Sets question name |
setQrVersion(System.Nullable | Sets the QR version for QR elements |
setTop(double value) | Gets or sets question top position |
setWidth(double value) | Gets or sets question width |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
BarcodeElement()
public BarcodeElement()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getBarcodeType()
public final int getBarcodeType()
Gets the type of the barcode
Returns: int - The type of the barcode
getBarcodeTypeString()
public final String getBarcodeTypeString()
Gets string representation of BarcodeType property
Returns: java.lang.String - String representation of the BarcodeType property
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getHeight()
public final double getHeight()
Gets or sets question height
Returns: double - The height
getLeft()
public final double getLeft()
Gets or sets question left position
Returns: double - The left
getName()
public final String getName()
Gets question name
Returns: java.lang.String - The question name
getQrVersion()
public final System.Nullable<Integer> getQrVersion()
Gets the QR version for QR elements
Returns: com.aspose.ms.System.Nullable<java.lang.Integer> - QR version
getTop()
public final double getTop()
Gets or sets question top position
Returns: double - The top
getWidth()
public final double getWidth()
Gets or sets question width
Returns: double - The width
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBarcodeType(int value)
public final void setBarcodeType(int value)
Sets the type of the barcode
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The type of the barcode |
setBarcodeTypeString(String value)
public final void setBarcodeTypeString(String value)
Gets string representation of BarcodeType property
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | BarcodeType as string |
setHeight(double value)
public final void setHeight(double value)
Gets or sets question height
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The height |
setLeft(double value)
public final void setLeft(double value)
Gets or sets question left position
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The left |
setName(String value)
public final void setName(String value)
Sets question name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The question name |
setQrVersion(System.Nullable value)
public final void setQrVersion(System.Nullable<Integer> value)
Sets the QR version for QR elements
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.ms.System.Nullable<java.lang.Integer> | QR version |
setTop(double value)
public final void setTop(double value)
Gets or sets question top position
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The top |
setWidth(double value)
public final void setWidth(double value)
Gets or sets question width
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | The width |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |