Copier

遗产: java.lang.Object

public class Copier

应对对象类

构造函数

构造函数描述
Copier(ITrailerable trailerable)构造函数

方法

方法描述
duplicate(IPdfPrimitive src)重复 IPdfPrimitive
duplicate(IPdfPrimitive src, boolean IsResourceObject)使用所有依赖对象创建对象副本。
equals(Object arg0)
getAllowReusePageContent()获取允许重用页面内容
getClass()
getIgnoreCorruptedObjects()忽略损坏的对象
getRestrictedKeys()获取受限密钥
getReuseStreams()获取重用流
getUseStubs()获取使用存根
hashCode()
notify()
notifyAll()
setAllowReusePageContent(boolean value)设置允许重复使用页面内容
setIgnoreCorruptedObjects(boolean value)设置忽略损坏的对象
setRestrictedKeys(String[] value)设置限制键
setReuseStreams(boolean value)设置重用流
setUseStubs(boolean value)设置使用存根
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Copier(ITrailerable trailerable)

public Copier(ITrailerable trailerable)

构造函数

参数:

范围类型描述
trailerableITrailerableITrailerable对象

duplicate(IPdfPrimitive src)

public IPdfPrimitive duplicate(IPdfPrimitive src)

重复 IPdfPrimitive

参数:

范围类型描述
srcIPdfPrimitiveIPDF原始对象

退货: IPdfPrimitive IPdfPrimitive 对象

duplicate(IPdfPrimitive src, boolean IsResourceObject)

public IPdfPrimitive duplicate(IPdfPrimitive src, boolean IsResourceObject)

使用所有依赖对象创建对象副本。该对象可能来自其他文档的一部分(例如文档之间的复印页等)

参数:

范围类型描述
srcIPdfPrimitiveIPDF原始对象
IsResourceObjectboolean布尔值

退货: IPdfPrimitive IPdfPrimitive 对象

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getAllowReusePageContent()

public boolean getAllowReusePageContent()

获取允许重用页面内容

退货: boolean - 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getIgnoreCorruptedObjects()

public boolean getIgnoreCorruptedObjects()

忽略损坏的对象

退货: boolean - 布尔值

getRestrictedKeys()

public String[] getRestrictedKeys()

获取受限密钥

退货: java.lang.字符串[] - 细绳[大批

getReuseStreams()

public boolean getReuseStreams()

获取重用流

退货: boolean - 布尔值

getUseStubs()

public boolean getUseStubs()

获取使用存根

退货: boolean - 布尔值

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAllowReusePageContent(boolean value)

public void setAllowReusePageContent(boolean value)

设置允许重复使用页面内容

参数:

范围类型描述
valueboolean布尔值

setIgnoreCorruptedObjects(boolean value)

public void setIgnoreCorruptedObjects(boolean value)

设置忽略损坏的对象

参数:

范围类型描述
valueboolean布尔值

setRestrictedKeys(String[] value)

public void setRestrictedKeys(String[] value)

设置限制键

参数:

范围类型描述
valuejava.lang.细绳[]String[大批

setReuseStreams(boolean value)

public void setReuseStreams(boolean value)

设置重用流

参数:

范围类型描述
valueboolean布尔值

setUseStubs(boolean value)

public void setUseStubs(boolean value)

设置使用存根

参数:

范围类型描述
valueboolean布尔值

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