Aspose::Cells::PptxSaveOptions::PptxSaveOptions constructor

PptxSaveOptions::PptxSaveOptions() constructor

Represents the pptx save options.

Aspose::Cells::PptxSaveOptions::PptxSaveOptions()

See Also

PptxSaveOptions::PptxSaveOptions(bool) constructor

Represents options of saving .pptx file.

Aspose::Cells::PptxSaveOptions::PptxSaveOptions(bool saveAsImage)
ParameterTypeDescription
saveAsImageboolIf True, the workbook will be converted into some pictures of .pptx file. If False, the workbook will be converted into some tables of .pptx file.

See Also

PptxSaveOptions::PptxSaveOptions(PptxSaveOptions_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::PptxSaveOptions::PptxSaveOptions(PptxSaveOptions_Impl *impl)

See Also

PptxSaveOptions::PptxSaveOptions(const PptxSaveOptions&) constructor

Copy constructor.

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

See Also

PptxSaveOptions::PptxSaveOptions(const PaginatedSaveOptions&) constructor

Constructs from a parent object.

Aspose::Cells::PptxSaveOptions::PptxSaveOptions(const PaginatedSaveOptions &src)

See Also