PdfXmlLoadOptions

遗产: java.lang.Object, com.aspose.pdf.LoadOptions

public class PdfXmlLoadOptions extends LoadOptions

加载 PdfXml 格式的选项。

构造函数

构造函数描述
PdfXmlLoadOptions()PdfXmlLoadOptions 类的构造函数。

方法

方法描述
equals(Object arg0)
getClass()
getLoadFormat()表示 LoadOptions 描述的文件格式。
getWarningHandler()回调以处理生成的任何警告。
hashCode()
notify()
notifyAll()
setWarningHandler(WarningCallback value)回调以处理生成的任何警告。
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PdfXmlLoadOptions()

public PdfXmlLoadOptions()

PdfXmlLoadOptions 类的构造函数。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getLoadFormat()

public LoadFormat getLoadFormat()

表示 LoadOptions 描述的文件格式。

退货: LoadFormat - LoadFormat 元素

getWarningHandler()

public WarningCallback getWarningHandler()

回调以处理生成的任何警告。 WarningHandler 返回指定 Continue 或 Abort 的 ReturnAction 枚举项。 Continue 是默认操作,Load 操作继续,但是用户也可以返回 Abort,在这种情况下 Load 操作应该停止。

退货: WarningCallback - IWarningCallback 值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setWarningHandler(WarningCallback value)

public void setWarningHandler(WarningCallback value)

回调以处理生成的任何警告。 WarningHandler 返回指定 Continue 或 Abort 的 ReturnAction 枚举项。 Continue 是默认操作,Load 操作继续,但是用户也可以返回 Abort,在这种情况下 Load 操作应该停止。

参数:

范围类型描述
valueWarningCallbackIWarningCallback 值

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