Uses of Class
com.aspose.tasks.SaveOptions
-
-
Uses of SaveOptions in com.aspose.tasks
Subclasses of SaveOptions in com.aspose.tasks Modifier and Type Class Description classCsvOptionsAllows to specify additional options when saving project to CSV.classHtmlSaveOptionsAllows to specify additional options when rendering project pages to HTML.classImageSaveOptionsAllows to specify additional options when rendering project pages to images.classPdfSaveOptionsAllows to specify additional options when rendering project pages to PDF.classPrimaveraSaveOptionsAllows to specify additional options when saving project to Primavera XER format.classPrimaveraXmlSaveOptionsAllows to specify additional options when saving project to Primavera xml format.classPrintOptionsAllows to specify additional options when printing project.classSpreadsheet2003SaveOptionsAllows to specify additional options when rendering project pages to Spreadsheet2003.classSvgOptionsAllows to specify additional options when rendering project pages to SVG.classXamlOptions/// Allows to specify additional options when rendering project pages to XAML.classXlsxOptionsAllows to specify additional options when rendering project pages to XLSX.classXpsOptionsAllows to specify additional options when rendering project pages to XPS.Methods in com.aspose.tasks that return SaveOptions Modifier and Type Method Description SaveOptionsHtmlSaveOptions. deepClone()SaveOptionsImageSaveOptions. deepClone()SaveOptionsPdfSaveOptions. deepClone()SaveOptionsPrintOptions. deepClone()SaveOptionsSvgOptions. deepClone()SaveOptionsXamlOptions. deepClone()SaveOptionsXpsOptions. deepClone()Methods in com.aspose.tasks with parameters of type SaveOptions Modifier and Type Method Description voidHtmlSaveOptions. copyOutputPropertiesFrom(SaveOptions source)voidImageSaveOptions. copyOutputPropertiesFrom(SaveOptions source)voidPdfSaveOptions. copyOutputPropertiesFrom(SaveOptions source)voidPrintOptions. copyOutputPropertiesFrom(SaveOptions source)voidSvgOptions. copyOutputPropertiesFrom(SaveOptions source)voidXamlOptions. copyOutputPropertiesFrom(SaveOptions source)voidXpsOptions. copyOutputPropertiesFrom(SaveOptions source)intProject. getPageCount(SaveOptions saveOptions)Returns page count for the project to be rendered using givenSaveOptions.voidProject. save(OutputStream stream, SaveOptions options)Saves the project to a stream using the specified save options.voidProject. save(String filename, SaveOptions options)Saves the document to a file using the specified save options.
-