public final class HTMLSaveFormat
extends com.aspose.html.internal.ms.System.Enum
Specifies format in which document is saved.
Modifier and Type | Field and Description |
---|---|
static int |
HTML
Document will be saved as HTML.
|
static int |
Markdown
Document will be saved as Markdown.
|
static int |
MHTML
Document will be saved as MHTML.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
public static final int HTML
Document will be saved as HTML.
public static final int Markdown
Document will be saved as Markdown.
public static final int MHTML
Document will be saved as MHTML.