MsWordVersion
内容
[
隐藏
]遗产: java.lang.Object
public class MsWordVersion
允许 Aspose.Wods 模仿 MS Word 特定版本的应用程序行为。
字段
场地 | 描述 |
---|---|
WORD_2000 | 优化 Aspose.Words 行为以匹配 MS Word 2000 版本。 |
WORD_2002 | 优化 Aspose.Words 行为以匹配 MS Word 2002 版本。 |
WORD_2003 | 优化 Aspose.Words 行为以匹配 MS Word 2003 版本。 |
WORD_2007 | 优化 Aspose.Words 行为以匹配 MS Word 2007 版本。 |
WORD_2010 | 优化 Aspose.Words 行为以匹配 MS Word 2010 版本。 |
WORD_2013 | 优化 Aspose.Words 行为以匹配 MS Word 2013 版本。 |
WORD_2016 | 优化 Aspose.Words 行为以匹配 MS Word 2016 版本。 |
WORD_2019 | 优化 Aspose.Words 行为以匹配 MS Word 2019 版本。 |
length |
方法
WORD_2000
public static int WORD_2000
优化 Aspose.Words 行为以匹配 MS Word 2000 版本。
WORD_2002
public static int WORD_2002
优化 Aspose.Words 行为以匹配 MS Word 2002 版本。
WORD_2003
public static int WORD_2003
优化 Aspose.Words 行为以匹配 MS Word 2003 版本。
WORD_2007
public static int WORD_2007
优化 Aspose.Words 行为以匹配 MS Word 2007 版本。
WORD_2010
public static int WORD_2010
优化 Aspose.Words 行为以匹配 MS Word 2010 版本。
WORD_2013
public static int WORD_2013
优化 Aspose.Words 行为以匹配 MS Word 2013 版本。
WORD_2016
public static int WORD_2016
优化 Aspose.Words 行为以匹配 MS Word 2016 版本。
WORD_2019
public static int WORD_2019
优化 Aspose.Words 行为以匹配 MS Word 2019 版本。
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String msWordVersionName)
public static int fromName(String msWordVersionName)
参数:
范围 | 类型 | 描述 |
---|---|---|
msWordVersionName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int msWordVersion)
public static String getName(int msWordVersion)
参数:
范围 | 类型 | 描述 |
---|---|---|
msWordVersion | int |
退货: 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 msWordVersion)
public static String toString(int msWordVersion)
参数:
范围 | 类型 | 描述 |
---|---|---|
msWordVersion | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |