public final class WordProcessingFormat
extends com.aspose.ms.System.Enum
Defines various word processing document subformats.
Modifier and Type | Field and Description |
---|---|
static int |
Doc
Represents the .DOC Word format.
|
static int |
Docm
Represents the .DOCM Word format.
|
static int |
Docx
Represents the .DOCX Word format.
|
static int |
Dot
Represents the .DOT Word format.
|
static int |
Dotm
Represents the .DOTM Word format.
|
static int |
Dotx
Represents the .DOTX Word format.
|
static int |
Odt
Represents the .ODT format.
|
static int |
Unknown
The format is not recognized.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
The format is not recognized.
public static final int Doc
Represents the .DOC Word format.
public static final int Docm
Represents the .DOCM Word format.
public static final int Docx
Represents the .DOCX Word format.
public static final int Dot
Represents the .DOT Word format.
public static final int Dotx
Represents the .DOTX Word format.
public static final int Dotm
Represents the .DOTM Word format.
public static final int Odt
Represents the .ODT format.
Copyright © 2020. All rights reserved.