Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Class and Description |
---|---|
class |
HtmlExportOptions
Provides options that control how a presentation is saved in Html format.
|
class |
ImageExportOptions
Provides options that control how a presentation is saved in an image format.
|
class |
PdfExportOptions
Provides options that control how a presentation is saved in Pdf format.
|
class |
PptxExportOptions
Provides options that control how a presentation is saved in PPTX format.
|
class |
SvgExportOptions
Provides options that control how a presentation is saved in SVG format.
|
class |
SwfExportOptions
Provides options that control how a presentation is saved in SWF format.
|
class |
TiffExportOptions
Provides options that control how a presentation is saved in TIFF format.
|
class |
XpsExportOptions
Provides options that control how a presentation is saved in XPS format.
|
Modifier and Type | Method and Description |
---|---|
ExportOptions |
ExportOptions.defaultRegularFont(String defaultRegularFont) |
ExportOptions |
ExportOptions.format(String format) |
ExportOptions |
SaveSlide.getOptions()
Save options.
|
ExportOptions |
Save.getOptions()
Save options.
|
Modifier and Type | Method and Description |
---|---|
SaveSlide |
SaveSlide.options(ExportOptions options) |
Save |
Save.options(ExportOptions options) |
void |
SaveSlide.setOptions(ExportOptions options) |
void |
Save.setOptions(ExportOptions options) |
Copyright © 2021. All rights reserved.