ISaveOptions
Overview
ISaveOptions is a interface in Aspose.Slides FOSS for Java.
Options that control how a presentation is saved.
This interface provides 1 method for working with ISaveOptions objects in Java programs.
Available methods include: getSaveFormat.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: saveFormat.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
saveFormat | SaveFormat | Read | Returns the save format. |
Methods
| Signature | Description |
|---|---|
getSaveFormat() → SaveFormat | Returns the save format. |