public interface ISaveOptions
Options that control how a presentation is saved.
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.
|
IWarningCallback getWarningCallback()
Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback
.
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
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.