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 class
CsvOptions
Allows to specify additional options when saving project to CSV.class
HtmlSaveOptions
Allows to specify additional options when rendering project pages to HTML.class
ImageSaveOptions
Allows to specify additional options when rendering project pages to images.class
PdfSaveOptions
Allows to specify additional options when rendering project pages to PDF.class
PrimaveraSaveOptions
Allows to specify additional options when saving project to Primavera XER format.class
PrimaveraXmlSaveOptions
Allows to specify additional options when saving project to Primavera xml format.class
PrintOptions
Allows to specify additional options when printing project.class
Spreadsheet2003SaveOptions
Allows to specify additional options when rendering project pages to Spreadsheet2003.class
SvgOptions
Allows to specify additional options when rendering project pages to SVG.class
XamlOptions
/// Allows to specify additional options when rendering project pages to XAML.class
XlsxOptions
Allows to specify additional options when rendering project pages to XLSX.class
XpsOptions
Allows to specify additional options when rendering project pages to XPS.Methods in com.aspose.tasks that return SaveOptions Modifier and Type Method Description SaveOptions
HtmlSaveOptions. deepClone()
SaveOptions
ImageSaveOptions. deepClone()
SaveOptions
PdfSaveOptions. deepClone()
SaveOptions
PrintOptions. deepClone()
SaveOptions
SvgOptions. deepClone()
SaveOptions
XamlOptions. deepClone()
SaveOptions
XpsOptions. deepClone()
Methods in com.aspose.tasks with parameters of type SaveOptions Modifier and Type Method Description void
HtmlSaveOptions. copyOutputPropertiesFrom(SaveOptions source)
void
ImageSaveOptions. copyOutputPropertiesFrom(SaveOptions source)
void
PdfSaveOptions. copyOutputPropertiesFrom(SaveOptions source)
void
PrintOptions. copyOutputPropertiesFrom(SaveOptions source)
void
SvgOptions. copyOutputPropertiesFrom(SaveOptions source)
void
XamlOptions. copyOutputPropertiesFrom(SaveOptions source)
void
XpsOptions. copyOutputPropertiesFrom(SaveOptions source)
int
Project. getPageCount(SaveOptions saveOptions)
Returns page count for the project to be rendered using givenSaveOptions
.void
Project. save(OutputStream stream, SaveOptions options)
Saves the project to a stream using the specified save options.void
Project. save(String filename, SaveOptions options)
Saves the document to a file using the specified save options.
-