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

NameTypeAccessDescription
saveFormatSaveFormatReadReturns the save format.

Methods

SignatureDescription
getSaveFormat()SaveFormatReturns the save format.

See Also