public final class ResourceLoadingAction
extends java.lang.Object
To learn more, visit the Specify Load Options documentation article.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Aspose.Words will load this resource as usual.
|
static int |
length |
static int |
SKIP
Aspose.Words will skip loading of this resource.
|
static int |
USER_PROVIDED
Aspose.Words will use byte array provided by user in
ResourceLoadingArgs.setData(byte[]) as resource data. |
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String resourceLoadingActionName) |
static java.lang.String |
getName(int resourceLoadingAction) |
static int[] |
getValues() |
static java.lang.String |
toString(int resourceLoadingAction) |
public static final int DEFAULT
public static final int SKIP
public static final int USER_PROVIDED
ResourceLoadingArgs.setData(byte[]) as resource data.public static final int length