WarningInfo

遗产: java.lang.Object

public class WarningInfo

包含有关 Aspose.Words 在文档加载或保存期间发出的警告的信息。

要了解更多信息,请访问Programming with Documents文档文章。

您不创建此类的实例。此类的对象由 Aspose.Words 创建并传递给IWarningCallback.warning(com.aspose.words.WarningInfo)方法。

方法

方法描述
equals(Object arg0)
getClass()
getDescription()返回警告的描述。
getSource()返回警告的来源。
getWarningType()返回警告的类型。
hashCode()
notify()
notifyAll()
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

getDescription()

public String getDescription()

返回警告的描述。

退货: java.lang.String - 警告的描述。

getSource()

public int getSource()

返回警告的来源。

退货: int - 警告的来源。返回值是其中之一WarningSource常数。

getWarningType()

public int getWarningType()

返回警告的类型。

退货: int - 警告的类型。返回值是按位组合WarningType常数。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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