com.aspose.slides
Interface ISaveOptions

All Known Subinterfaces:
IHtmlOptions, IPdfOptions, IPptOptions, IPptxOptions, ISVGOptions, ITiffOptions, IXpsOptions
All Known Implementing Classes:
HtmlOptions, PdfOptions, PptOptions, PptxOptions, SaveOptions, SVGOptions, TiffOptions, XpsOptions

public interface ISaveOptions


Method Summary
 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.
 

Method Detail

getWarningCallback

IWarningCallback getWarningCallback()

Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.


setWarningCallback

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 © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.