HtmlSaveOptions

HtmlSaveOptions class

Inherits: Aspose::Tasks::Saving::SaveOptions

Allows to specify additional options when rendering project pages to HTML.

Constructors

NameDescription
HtmlSaveOptionsInitializes a new instance of the HtmlSaveOptions class.

Methods

NameDescription
get_CssSavingCallbackGets the callback that is called to create resource to store CSS.
get_CssStylePrefixGets CSS style prefix.
get_ExportCssGets the way CSS are exported.
get_ExportFontsGets the way fonts are exported.
get_ExportImagesGets the way images are exported.
get_FontFaceTypesGets the font face types.
get_FontSavingCallbackGets the callback that is called to create resource to store font.
get_FontSettingsSpecifies font settings used when rendering project’s view.
get_ImageSavingCallbackGets the callback that is called to create resource to store font.
get_IncludeProjectNameInPageHeaderGets a value indicating whether to include project name in HTML page header.
get_IncludeProjectNameInTitleGets a value indicating whether to include project name in HTML title.
get_PagesGets a list of page numbers to save when rendering project layout.
get_PageSavingCallbackGets a user-defined callback which is used to get an output stream for each rendered page.
get_ReduceFooterGapGets a value indicating whether a gap between last task and the footer must be reduced.
get_UseGradientBrushGets a value indicating whether to use gradient brush when rendering project layout.
set_CssSavingCallbackSets the callback that is called to create resource to store CSS.
set_CssStylePrefixSets CSS style prefix.
set_ExportCssSets the way CSS are exported.
set_ExportFontsSets the way fonts are exported.
set_ExportImagesSets the way images are exported.
set_FontFaceTypesSets the font face types.
set_FontSavingCallbackSets the callback that is called to create resource to store font.
set_ImageSavingCallbackSets the callback that is called to create resource to store font.
set_IncludeProjectNameInPageHeaderSets a value indicating whether to include project name in HTML page header.
set_IncludeProjectNameInTitleSets a value indicating whether to include project name in HTML title.
set_PagesSets a list of page numbers to save when rendering project layout.
set_PageSavingCallbackSets a user-defined callback which is used to get an output stream for each rendered page.
set_ReduceFooterGapSets a value indicating whether a gap between last task and the footer must be reduced.
set_UseGradientBrushSets a value indicating whether to use gradient brush when rendering project layout.