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 |
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.
|
Modifier and Type | Method and Description |
---|---|
SaveOptions |
HtmlSaveOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
ImageSaveOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
PdfSaveOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
PrintOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
SvgOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
XamlOptions.deepClone()
Reserved for internal usage.
|
SaveOptions |
XpsOptions.deepClone()
Reserved for internal usage.
|
Modifier and Type | Method and Description |
---|---|
void |
HtmlSaveOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
ImageSaveOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
PdfSaveOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
PrintOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
SvgOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
XamlOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
void |
XpsOptions.copyOutputPropertiesFrom(SaveOptions source)
Reserved for internal usage.
|
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.
|