Modifier and Type | Class and 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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.