StreamProviderOptions class
StreamProviderOptions class
Represents the stream options.
The StreamProviderOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the StreamProviderOptions class. |
init | Initializes a new instance of the StreamProviderOptions class. |
Properties
Property | Description |
---|---|
resource_loading_type | Gets and sets the type of loading resource. |
default_path | The default path(URL) saved in generated html file for the referred source. For example, the sheet data saved in xxx_files/sheet001.htm, the url used in the main html file should be like “src=“xxx_files/sheet001.htm”” |
custom_path | The user custom path(URL) saved in generated html file for the referred source. If not defined by user, DefaultPath will be used. For example, the sheet data will be saved by user to d:/sheet001.htm, the url used in the main html file should be “d:/sheet001.htm” or other valid relative path that can be accessed by the main html file. |
stream | Gets/Sets the stream |
See Also
- module
aspose.cells
- class
StreamProviderOptions