HtmlSaveOptions
Contents
[
Hide
]HtmlSaveOptions class
Inherits: Aspose::Tasks::Saving::SaveOptions
Allows to specify additional options when rendering project pages to HTML.
Constructors
| Name | Description |
|---|---|
| HtmlSaveOptions | Initializes a new instance of the HtmlSaveOptions class. |
Methods
| Name | Description |
|---|---|
| get_CssSavingCallback | Gets the callback that is called to create resource to store CSS. |
| get_CssStylePrefix | Gets CSS style prefix. |
| get_ExportCss | Gets the way CSS are exported. |
| get_ExportFonts | Gets the way fonts are exported. |
| get_ExportImages | Gets the way images are exported. |
| get_FontFaceTypes | Gets the font face types. |
| get_FontSavingCallback | Gets the callback that is called to create resource to store font. |
| get_FontSettings | Specifies font settings used when rendering project’s view. |
| get_ImageSavingCallback | Gets the callback that is called to create resource to store font. |
| get_IncludeProjectNameInPageHeader | Gets a value indicating whether to include project name in HTML page header. |
| get_IncludeProjectNameInTitle | Gets a value indicating whether to include project name in HTML title. |
| get_Pages | Gets a list of page numbers to save when rendering project layout. |
| get_PageSavingCallback | Gets a user-defined callback which is used to get an output stream for each rendered page. |
| get_ReduceFooterGap | Gets a value indicating whether a gap between last task and the footer must be reduced. |
| get_UseGradientBrush | Gets a value indicating whether to use gradient brush when rendering project layout. |
| set_CssSavingCallback | Sets the callback that is called to create resource to store CSS. |
| set_CssStylePrefix | Sets CSS style prefix. |
| set_ExportCss | Sets the way CSS are exported. |
| set_ExportFonts | Sets the way fonts are exported. |
| set_ExportImages | Sets the way images are exported. |
| set_FontFaceTypes | Sets the font face types. |
| set_FontSavingCallback | Sets the callback that is called to create resource to store font. |
| set_ImageSavingCallback | Sets the callback that is called to create resource to store font. |
| set_IncludeProjectNameInPageHeader | Sets a value indicating whether to include project name in HTML page header. |
| set_IncludeProjectNameInTitle | Sets a value indicating whether to include project name in HTML title. |
| set_Pages | Sets a list of page numbers to save when rendering project layout. |
| set_PageSavingCallback | Sets a user-defined callback which is used to get an output stream for each rendered page. |
| set_ReduceFooterGap | Sets a value indicating whether a gap between last task and the footer must be reduced. |
| set_UseGradientBrush | Sets a value indicating whether to use gradient brush when rendering project layout. |