Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions constructor

HtmlSaveOptions::HtmlSaveOptions() constructor

Creates options for saving html file.

Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions()

See Also

HtmlSaveOptions::HtmlSaveOptions(SaveFormat) constructor

Creates options for saving htm file.

Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be one of following types: SaveFormat.Html, SaveFormat.MHtml, or SaveFormat.XHtml, otherwise the saved format will be set as SaveFormat.Html automatically.

See Also

HtmlSaveOptions::HtmlSaveOptions(HtmlSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(HtmlSaveOptions_Impl *impl)

See Also

HtmlSaveOptions::HtmlSaveOptions(const HtmlSaveOptions&) constructor

Copy constructor.

Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(const HtmlSaveOptions &src)

See Also

HtmlSaveOptions::HtmlSaveOptions(const SaveOptions&) constructor

Constructs from a parent object.

Aspose::Cells::HtmlSaveOptions::HtmlSaveOptions(const SaveOptions &src)

See Also