PdfFormat

遗产: java.lang.Object, java.lang.Enum

public enum PdfFormat extends Enum<PdfFormat>

此类表示 pdf 格式。

领域

场地描述
PDF_A_1APDF/A-1a
PDF_A_1BPDF/A-1b
PDF_A_2APDF/A-2a 格式
PDF_A_2BPDF/A-2b
PDF_A_2UPDF/A-2u格式
PDF_A_3APDF/A-3a格式
PDF_A_3BPDF/A-3b格式
PDF_A_3UPDF/A-3u 格式
PDF_UA_1PDF/UA-1 格式
PDF_X_1APDF/X-1a 格式
PDF_X_1A_2001PDF/X-1a-2001 格式
PDF_X_3PDF/X-3格式
ZUGFeRDZUGFeRD 格式
v_1_0Adobe 1.0 版
v_1_1Adobe 版本 1.1
v_1_2Adobe 版本 1.2
v_1_3Adobe 版本 1.3
v_1_4Adobe 版本 1.4
v_1_5Adobe 版本 1.5
v_1_6Adobe 版本 1.6
v_1_7Adobe 版本 1.7
v_2_0ISO 标准 PDF 2.0

方法

方法描述
valueOf(Class arg0, String arg1)
compareTo(E arg0)
equals(Object arg0)
getClass()
getDeclaringClass()
getValue()
hashCode()
name()
notify()
notifyAll()
ordinal()
toString()
valueOf(String name)
values()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PDF_A_1A

public static final PdfFormat PDF_A_1A

PDF/A-1a

PDF_A_1B

public static final PdfFormat PDF_A_1B

PDF/A-1b

PDF_A_2A

public static final PdfFormat PDF_A_2A

PDF/A-2a 格式

PDF_A_2B

public static final PdfFormat PDF_A_2B

PDF/A-2b

PDF_A_2U

public static final PdfFormat PDF_A_2U

PDF/A-2u格式

PDF_A_3A

public static final PdfFormat PDF_A_3A

PDF/A-3a格式

PDF_A_3B

public static final PdfFormat PDF_A_3B

PDF/A-3b格式

PDF_A_3U

public static final PdfFormat PDF_A_3U

PDF/A-3u 格式

PDF_UA_1

public static final PdfFormat PDF_UA_1

PDF/UA-1 格式

PDF_X_1A

public static final PdfFormat PDF_X_1A

PDF/X-1a 格式

PDF_X_1A_2001

public static final PdfFormat PDF_X_1A_2001

PDF/X-1a-2001 格式

PDF_X_3

public static final PdfFormat PDF_X_3

PDF/X-3格式

ZUGFeRD

public static final PdfFormat ZUGFeRD

ZUGFeRD 格式

v_1_0

public static final PdfFormat v_1_0

Adobe 1.0 版

v_1_1

public static final PdfFormat v_1_1

Adobe 版本 1.1

v_1_2

public static final PdfFormat v_1_2

Adobe 版本 1.2

v_1_3

public static final PdfFormat v_1_3

Adobe 版本 1.3

v_1_4

public static final PdfFormat v_1_4

Adobe 版本 1.4

v_1_5

public static final PdfFormat v_1_5

Adobe 版本 1.5

v_1_6

public static final PdfFormat v_1_6

Adobe 版本 1.6

v_1_7

public static final PdfFormat v_1_7

Adobe 版本 1.7

v_2_0

public static final PdfFormat v_2_0

ISO 标准 PDF 2.0

valueOf(Class arg0, String arg1)

public static T <T>valueOf(Class<T> arg0, String arg1)

参数:

范围类型描述
arg0java.lang.Class
arg1java.lang.String

退货:

compareTo(E arg0)

public final int compareTo(E arg0)

参数:

范围类型描述
arg0E

退货: 整数

equals(Object arg0)

public final boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDeclaringClass()

public final Class<E> getDeclaringClass()

退货: java.lang.类

getValue()

public int getValue()

退货: 整数

hashCode()

public final int hashCode()

退货: 整数

name()

public final String name()

退货: java.lang.字符串

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

ordinal()

public final int ordinal()

退货: 整数

toString()

public String toString()

退货: java.lang.字符串

valueOf(String name)

public static PdfFormat valueOf(String name)

参数:

范围类型描述
namejava.lang.String

退货: PdfFormat

values()

public static PdfFormat[] values()

退货: com.aspose.pdf.Pdf格式[]

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