com.aspose.words
Class ResourceLoadingAction

java.lang.Object
    extended by com.aspose.words.ResourceLoadingAction

public class ResourceLoadingAction 
extends java.lang.Object

Utility class containing constants. Specifies the mode of resource loading.

Field Summary
static final intDEFAULT = 0
           Aspose.Words will load this resource as usual.
static final intSKIP = 1
           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 intUSER_PROVIDED = 2
           Aspose.Words will use byte array provided by user in ResourceLoadingArgs.setData(byte[]) as resource data.
 

Field Detail

DEFAULT = 0

public static final int DEFAULT
Aspose.Words will load this resource as usual.

SKIP = 1

public 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.

USER_PROVIDED = 2

public static final int USER_PROVIDED
Aspose.Words will use byte array provided by user in ResourceLoadingArgs.setData(byte[]) as resource data.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.