Skip to main content

SaveOptions Class

Specifies options used to save a presentation.

Declaration

public class SaveOptions extends JavaObject

Remarks

Refer to the following help topic for additional information: Create, Load, and Save PowerPoint Presentations.

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
SaveOptions

SaveOptions()

Initializes a new instance of the SaveOptions class.

Declaration

public SaveOptions()

Methods

getDocumentFormat() Method

Returns the document format used to save the presentation.

Declaration

public DocumentFormat getDocumentFormat()

Returns

Type Description
DocumentFormat

The document format used to save the presentation. A new SaveOptions instance uses DocumentFormat.PPTX.

setDocumentFormat(DocumentFormat value) Method

Sets the document format used to save the presentation.

Declaration

public void setDocumentFormat(DocumentFormat value)

Parameters

Name Type Description
value DocumentFormat

The document format used to save the presentation.