PdfCustomPropertiesExport

遗产: java.lang.Object

public class PdfCustomPropertiesExport

指定方式Document.getCustomDocumentProperties()导出为 PDF 文件。

字段

场地描述
METADATA自定义属性是元数据。
NONE没有自定义属性被导出。
STANDARD自定义属性导出为 /Info 字典中的条目。
length

方法

方法描述
equals(Object arg0)
fromName(String pdfCustomPropertiesExportName)
getClass()
getName(int pdfCustomPropertiesExport)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int pdfCustomPropertiesExport)
wait()
wait(long arg0)
wait(long arg0, int arg1)

METADATA

public static int METADATA

自定义属性是元数据。

XMP 数据包中导出属性的命名空间是“custprops”。每个属性都有一个关联的 xml 元素“custprops:Property1”、“custprops:Property2”等。属性元素中有“rdf:Description”元素。 description 元素有两个元素“custprops:Name”,包含自定义属性的名称作为此 xml 元素的值,以及“custprops:Value”,包含自定义属性的值作为此 xml 元素的值。

NONE

public static int NONE

没有自定义属性被导出。

STANDARD

public static int STANDARD

自定义属性导出为 /Info 字典中的条目。

不导出具有以下名称的自定义属性:“标题”、“作者”、“主题”、“关键字”、“创建者”、“制作人”、“CreationDate”、“ModDate”、“Trapped”。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String pdfCustomPropertiesExportName)

public static int fromName(String pdfCustomPropertiesExportName)

参数:

范围类型描述
pdfCustomPropertiesExportNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int pdfCustomPropertiesExport)

public static String getName(int pdfCustomPropertiesExport)

参数:

范围类型描述
pdfCustomPropertiesExportint

退货: java.lang.字符串

getValues()

public static int[] getValues()

退货: 整数[]

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

toString(int pdfCustomPropertiesExport)

public static String toString(int pdfCustomPropertiesExport)

参数:

范围类型描述
pdfCustomPropertiesExportint

退货: 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