PdfFileEditor.ProgressEventHandlerInfo

遗产: java.lang.Object

public static class PdfFileEditor.ProgressEventHandlerInfo

此类表示有关可在外部应用程序中使用的串联进度的信息。

方法

方法描述
equals(Object arg0)
getClass()
getDocumentNumber()带编号的文档的进度
getEventType()发生的进度事件类型
getMaxValue()进度值的最大可能值
getValue()进度值当前值
hashCode()
notify()
notifyAll()
setDocumentNumber(int documentNumber)带编号的文档的进度
setEventType(int eventType)发生的进度事件类型
setMaxValue(int maxValue)进度值的最大可能值
setValue(int value)进度值当前值
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDocumentNumber()

public int getDocumentNumber()

带编号的文档的进度

退货: int - 整数值

getEventType()

public int getEventType()

发生的进度事件类型

退货: int - 整数值

getMaxValue()

public int getMaxValue()

进度值的最大可能值

退货: int - 整数值

getValue()

public int getValue()

进度值当前值

退货: int - 整数值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDocumentNumber(int documentNumber)

public void setDocumentNumber(int documentNumber)

带编号的文档的进度

参数:

范围类型描述
documentNumberint整数值

setEventType(int eventType)

public void setEventType(int eventType)

发生的进度事件类型

参数:

范围类型描述
eventTypeint整数值

setMaxValue(int maxValue)

public void setMaxValue(int maxValue)

进度值的最大可能值

参数:

范围类型描述
maxValueint整数值

setValue(int value)

public void setValue(int value)

进度值当前值

参数:

范围类型描述
valueint整数值

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int