StreamProviderOptions Class |
Namespace: Aspose.Diagram
The StreamProviderOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | StreamProviderOptions | Initializes a new instance of the StreamProviderOptions class |
Name | Description | |
---|---|---|
![]() | CustomPath |
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.
|
![]() | DefaultPath |
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""
|
![]() | Stream |
Gets/Sets the stream
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |