StreamProviderOptions constructeur
StreamProviderOptions()
Initialise une nouvelle instance de la classe StreamProviderOptions.
def __init__(self):
...
StreamProviderOptions(loading_type, default_path)
Initialise une nouvelle instance de la classe StreamProviderOptions.
def __init__(self, loading_type, default_path):
...
Paramètre | Taper | Description |
---|---|---|
loading_type | ResourceLoadingType | Le type pour charger la ressource liée. |
default_path | str | Le chemin par défaut. |
Voir également
- module aspose.cells
- classe StreamProviderOptions