com.aspose.cells

Class ResourceLoadingType

  • java.lang.Object
    • com.aspose.cells.ResourceLoadingType
public class ResourceLoadingType 
extends java.lang.Object

Utility class containing constants. Represents how to loading the linked resource.

Field Summary
static final intDEFAULT
Loads this resource as usual.
static final intSKIP
Skips loading of this resource.
static final intUSER_PROVIDED
Use stream provided by user
 

    • Field Detail

      • DEFAULT

        public static final int DEFAULT
        Loads this resource as usual.
      • SKIP

        public static final int SKIP
        Skips loading of this resource.
      • USER_PROVIDED

        public static final int USER_PROVIDED
        Use stream provided by user