com.aspose.slides
Class SaveOptions

java.lang.Object
  extended by com.aspose.slides.SaveOptions
All Implemented Interfaces:
ISaveOptions
Direct Known Subclasses:
HtmlOptions, PdfOptions, PptOptions, PptxOptions, SVGOptions, TiffOptions, XpsOptions

public abstract class SaveOptions
extends java.lang.Object
implements ISaveOptions

Abstract class with options that control how a presentation is saved.


Constructor Summary
SaveOptions()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveOptions

public SaveOptions()
Method Detail

getWarningCallback

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.

Specified by:
getWarningCallback in interface ISaveOptions

setWarningCallback

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.

Specified by:
setWarningCallback in interface ISaveOptions


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.