Aspose::Cells::OdsSaveOptions::OdsSaveOptions constructor

OdsSaveOptions::OdsSaveOptions() constructor

Creates the options of saving ods file.

Aspose::Cells::OdsSaveOptions::OdsSaveOptions()

See Also

OdsSaveOptions::OdsSaveOptions(SaveFormat) constructor

Creates the options of saving ods file.

Aspose::Cells::OdsSaveOptions::OdsSaveOptions(SaveFormat saveFormat)
ParameterTypeDescription
saveFormatSaveFormatThe file format. It should be SaveFormat.Ods, SaveFormat.Ots, SaveFormat.Fods or SaveFormat.Sxc, otherwise the saved format will be set as SaveFormat.Ods automatically.

See Also

OdsSaveOptions::OdsSaveOptions(OdsSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::OdsSaveOptions::OdsSaveOptions(OdsSaveOptions_Impl *impl)

See Also

OdsSaveOptions::OdsSaveOptions(const OdsSaveOptions&) constructor

Copy constructor.

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

See Also

OdsSaveOptions::OdsSaveOptions(const SaveOptions&) constructor

Constructs from a parent object.

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

See Also