Redaction

遗产: java.lang.Object

public class Redaction

仅供内部使用

构造函数

构造函数描述
Redaction()

方法

方法描述
_RedactText(Page page, Rectangle rect)
equals(Object arg0)
getClass()
getRedactionAppearance(Rectangle rect, Color color)获取编辑外观
getRedactionAppearanceInternal(Rectangle rect, System.Drawing.Color color)对于内部使用,仅获取编辑外观
getredactArea(Page page, Rectangle rect, Color color)获取编辑区域
hashCode()
notify()
notifyAll()
redactAnnotations(Page page, Rectangle rect)删除所需矩形中的注释
redactArea(Page page, Rectangle rect, Color color)仅供内部使用获取编辑区域
redactAreaInternal(Page page, Rectangle rect, System.Drawing.Color color, boolean exactArea)
redactImages(Page page, Rectangle rect, Color color)删除图像(或编辑图像的内容是图像被矩形部分覆盖)
redactText(Page page, Rectangle rect)删除所需矩形中的文本
redactText(XForm form, Rectangle rect)删除所需矩形中的文本
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Redaction()

public Redaction()

_RedactText(Page page, Rectangle rect)

public static void _RedactText(Page page, Rectangle rect)

参数:

范围类型描述
pagePage
rectRectangle

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getRedactionAppearance(Rectangle rect, Color color)

public static List<Operator> getRedactionAppearance(Rectangle rect, Color color)

获取编辑外观

参数:

范围类型描述
rectRectangle矩形对象
colorjava.awt.Color颜色对象

退货: java.util.List<com.aspose.pdf.Operator> - 列表对象

getRedactionAppearanceInternal(Rectangle rect, System.Drawing.Color color)

public static System.Collections.Generic.List<Operator> getRedactionAppearanceInternal(Rectangle rect, System.Drawing.Color color)

对于内部使用,仅获取编辑外观

参数:

范围类型描述
rectRectangle矩形对象
colorcom.aspose.ms.System.Drawing.Color颜色对象

退货: com.aspose.ms.System.Collections.Generic.List<com.aspose.pdf.Operator> - 列表对象

getredactArea(Page page, Rectangle rect, Color color)

public static void getredactArea(Page page, Rectangle rect, Color color)

获取编辑区域

参数:

范围类型描述
pagePage页面对象
rectRectangle矩形对象
colorjava.awt.Color颜色对象

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

redactAnnotations(Page page, Rectangle rect)

public static void redactAnnotations(Page page, Rectangle rect)

删除所需矩形中的注释

参数:

范围类型描述
pagePage页面对象
rectRectangle矩形对象

redactArea(Page page, Rectangle rect, Color color)

public static void redactArea(Page page, Rectangle rect, Color color)

仅供内部使用获取编辑区域

参数:

范围类型描述
pagePage页面对象
rectRectangle矩形对象
colorjava.awt.Color颜色对象

redactAreaInternal(Page page, Rectangle rect, System.Drawing.Color color, boolean exactArea)

public static void redactAreaInternal(Page page, Rectangle rect, System.Drawing.Color color, boolean exactArea)

参数:

范围类型描述
pagePage
rectRectangle
colorcom.aspose.ms.System.Drawing.Color
exactAreaboolean

redactImages(Page page, Rectangle rect, Color color)

public static void redactImages(Page page, Rectangle rect, Color color)

删除图像(或编辑图像的内容是图像被矩形部分覆盖)

参数:

范围类型描述
pagePage页面对象
rectRectangle矩形对象
colorjava.awt.Color颜色对象

redactText(Page page, Rectangle rect)

public static void redactText(Page page, Rectangle rect)

删除所需矩形中的文本

参数:

范围类型描述
pagePage页面对象
rectRectangle矩形对象

redactText(XForm form, Rectangle rect)

public static void redactText(XForm form, Rectangle rect)

删除所需矩形中的文本

参数:

范围类型描述
formXForm变形对象
rectRectangle矩形对象

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