public final class ResourceLoadingAction
extends com.aspose.ms.System.Enum
Specifies the mode of external resource loading.
Modifier and Type | Field and Description |
---|---|
static int |
Default
Aspose.Slides will load external resource as usual.
|
static int |
Skip
Aspose.Slides will skip loading of external resource.
|
static int |
UserProvided
Aspose.Slides will use byte array provided by user in
IResourceLoadingArgs.setData(byte[]) as image data. |
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 Default
Aspose.Slides will load external resource as usual.
public static final int Skip
Aspose.Slides will skip loading of external resource. Only link without data will be stored for an image.
public static final int UserProvided
Aspose.Slides will use byte array provided by user in IResourceLoadingArgs.setData(byte[])
as image data.