OoxmlCompliance

遗产: java.lang.Object

public class OoxmlCompliance

允许指定在以 DOCX 格式保存时将使用哪个 OOXML 规范。

字段

场地描述
ECMA_376_2006ECMA-376 第一版,2006 年。
ISO_29500_2008_STRICTISO/IEC 29500:2008 严格合规级别。
ISO_29500_2008_TRANSITIONALISO/IEC 29500:2008 过渡合规级别。
length

方法

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

ECMA_376_2006

public static int ECMA_376_2006

ECMA-376 第一版,2006 年。

ISO_29500_2008_STRICT

public static int ISO_29500_2008_STRICT

ISO/IEC 29500:2008 严格合规级别。

ISO_29500_2008_TRANSITIONAL

public static int ISO_29500_2008_TRANSITIONAL

ISO/IEC 29500:2008 过渡合规级别。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String ooxmlComplianceName)

public static int fromName(String ooxmlComplianceName)

参数:

范围类型描述
ooxmlComplianceNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int ooxmlCompliance)

public static String getName(int ooxmlCompliance)

参数:

范围类型描述
ooxmlComplianceint

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

public static String toString(int ooxmlCompliance)

参数:

范围类型描述
ooxmlComplianceint

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