BarcodeElement

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

public class BarcodeElement extends OmrElement

Barcode 요소를 나타냅니다.

생성자

생성자설명
BarcodeElement()

필드

필드설명
BarcodeType
ElementType
QrVersion

메서드

메서드설명
equals(Object arg0)
getClass()
getHeight()질문의 높이를 가져오거나 설정합니다
getLeft()질문의 왼쪽 위치를 가져오거나 설정합니다
getName()질문 이름을 가져옵니다
getRect()
getTop()질문의 위쪽 위치를 가져오거나 설정합니다
getWidth()질문의 너비를 가져오거나 설정합니다
hashCode()
notify()
notifyAll()
setHeight(double value)질문의 높이를 가져오거나 설정합니다
setLeft(double value)질문의 왼쪽 위치를 가져오거나 설정합니다
setName(String value)질문 이름을 설정합니다
setTop(double value)질문의 위쪽 위치를 가져오거나 설정합니다
setWidth(double value)질문의 너비를 가져오거나 설정합니다
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BarcodeElement()

public BarcodeElement()

BarcodeType

public BarcodeType BarcodeType

ElementType

public String ElementType

QrVersion

public QrVersion QrVersion

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수유형설명
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getHeight()

public final double getHeight()

질문의 높이를 가져오거나 설정합니다

Returns: double - 높이

getLeft()

public final double getLeft()

질문의 왼쪽 위치를 가져오거나 설정합니다

Returns: double - 왼쪽

getName()

public final String getName()

질문 이름을 가져옵니다

Returns: java.lang.String - 질문 이름

getRect()

public System.Drawing.RectangleF getRect()

Returns: com.aspose.ms.System.Drawing.RectangleF

getTop()

public final double getTop()

질문의 위쪽 위치를 가져오거나 설정합니다

Returns: double - 위쪽

getWidth()

public final double getWidth()

질문의 너비를 가져오거나 설정합니다

Returns: double - 너비

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setHeight(double value)

public final void setHeight(double value)

질문의 높이를 가져오거나 설정합니다

Parameters:

매개변수유형설명
double높이

setLeft(double value)

public final void setLeft(double value)

질문의 왼쪽 위치를 가져오거나 설정합니다

Parameters:

매개변수유형설명
double왼쪽

setName(String value)

public final void setName(String value)

질문 이름을 설정합니다

Parameters:

매개변수유형설명
java.lang.String질문 이름

setTop(double value)

public final void setTop(double value)

질문의 위쪽 위치를 가져오거나 설정합니다

Parameters:

매개변수유형설명
double위쪽

setWidth(double value)

public final void setWidth(double value)

질문의 너비를 가져오거나 설정합니다

Parameters:

매개변수유형설명
double너비

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

매개변수유형설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수유형설명
arg0long
arg1int