public final class ResourceHandling
extends com.aspose.html.internal.ms.System.Enum
This enum represents resource handling options.
Modifier and Type | Field and Description |
---|---|
static int |
Discard
Resource will be discarded.
|
static int |
Embed
Resource will be emdedded in to owner.
|
static int |
Save
Resource will be saved as file.
|
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 Save
Resource will be saved as file.
public static final int Embed
Resource will be emdedded in to owner.
public static final int Discard
Resource will be discarded.