public abstract class SaveOptions extends java.lang.Object implements ISaveOptions
Abstract class with options that control how a presentation is saved.
Constructor and Description |
---|
SaveOptions() |
Modifier and Type | Method and Description |
---|---|
IWarningCallback |
getWarningCallback()
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
|
void |
setWarningCallback(IWarningCallback value)
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
|
public IWarningCallback getWarningCallback()
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback
.
getWarningCallback
in interface ISaveOptions
public void setWarningCallback(IWarningCallback value)
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback
.
setWarningCallback
in interface ISaveOptions
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.