java.lang.Objectcom.aspose.words.ResourceLoadingAction
public class ResourceLoadingAction
Field Summary | ||
---|---|---|
static final int | DEFAULT | |
Aspose.Words will load this resource as usual. | ||
static final int | SKIP | |
Aspose.Words will skip loading of this resource. Only link without data will be stored for an image. Css style sheet will be ignored. | ||
static final int | USER_PROVIDED | |
Aspose.Words will use byte array provided by user in |
Field Detail |
---|
DEFAULT = 0 | |
public static final int DEFAULT |
SKIP = 1 | |
public static final int SKIP |
USER_PROVIDED = 2 | |
public static final int USER_PROVIDED |