BarcodeElement

Inheritance: java.lang.Object, com.aspose.omr.OmrElement

public class BarcodeElement extends OmrElement

Represents Barcode element

Constructors

ConstructorDescription
BarcodeElement()

Methods

MethodDescription
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 value)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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueintThe type of the barcode

setBarcodeTypeString(String value)

public final void setBarcodeTypeString(String value)

Gets string representation of BarcodeType property

Parameters:

ParameterTypeDescription
valuejava.lang.StringBarcodeType as string

setHeight(double value)

public final void setHeight(double value)

Gets or sets question height

Parameters:

ParameterTypeDescription
valuedoubleThe height

setLeft(double value)

public final void setLeft(double value)

Gets or sets question left position

Parameters:

ParameterTypeDescription
valuedoubleThe left

setName(String value)

public final void setName(String value)

Sets question name

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe question name

setQrVersion(System.Nullable value)

public final void setQrVersion(System.Nullable<Integer> value)

Sets the QR version for QR elements

Parameters:

ParameterTypeDescription
valuecom.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:

ParameterTypeDescription
valuedoubleThe top

setWidth(double value)

public final void setWidth(double value)

Gets or sets question width

Parameters:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int