java.lang.Object
com.aspose.cells.ResourceLoadingType
public class ResourceLoadingType
| Field Summary | ||
|---|---|---|
static final int | DEFAULT | |
| Loads this resource as usual. | ||
static final int | SKIP | |
| Skips loading of this resource. | ||
static final int | USER_PROVIDED | |
| Use stream provided by user | ||
| Field Detail |
|---|
DEFAULT | |
public static final int DEFAULT | |
SKIP | |
public static final int SKIP | |
USER_PROVIDED | |
public static final int USER_PROVIDED | |