public final class MsWordVersion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
WORD_2000
Optimize Aspose.Words behavior to match MS Word 2000 version.
|
static int |
WORD_2002
Optimize Aspose.Words behavior to match MS Word 2002 version.
|
static int |
WORD_2003
Optimize Aspose.Words behavior to match MS Word 2003 version.
|
static int |
WORD_2007
Optimize Aspose.Words behavior to match MS Word 2007 version.
|
static int |
WORD_2010
Optimize Aspose.Words behavior to match MS Word 2010 version.
|
static int |
WORD_2013
Optimize Aspose.Words behavior to match MS Word 2013 version.
|
static int |
WORD_2016
Optimize Aspose.Words behavior to match MS Word 2016 version.
|
static int |
WORD_2019
Optimize Aspose.Words behavior to match MS Word 2019 version.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String msWordVersionName) |
static java.lang.String |
getName(int msWordVersion) |
static int[] |
getValues() |
static java.lang.String |
toString(int msWordVersion) |
public static final int WORD_2000
public static final int WORD_2002
public static final int WORD_2003
public static final int WORD_2007
public static final int WORD_2010
public static final int WORD_2013
public static final int WORD_2016
public static final int WORD_2019
public static final int length