com.aspose.slides
Class XpsOptions

java.lang.Object
  extended by com.aspose.slides.SaveOptions
      extended by com.aspose.slides.XpsOptions
All Implemented Interfaces:
ISaveOptions, IXpsOptions

public class XpsOptions
extends SaveOptions
implements IXpsOptions

Provides options that control how a presentation is saved in XPS format.


Constructor Summary
XpsOptions()
           Default constructor.
 
Method Summary
 boolean getSaveMetafilesAsPng()
           True to convert all metafiles used in a presentation to the PNG images.
 void setSaveMetafilesAsPng(boolean value)
           
 
Methods inherited from class com.aspose.slides.SaveOptions
getWarningCallback, setWarningCallback
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.slides.ISaveOptions
getWarningCallback, setWarningCallback
 

Constructor Detail

XpsOptions

public XpsOptions()

Default constructor.

Method Detail

getSaveMetafilesAsPng

public boolean getSaveMetafilesAsPng()

True to convert all metafiles used in a presentation to the PNG images.


Default is <b>true</b>.

Specified by:
getSaveMetafilesAsPng in interface IXpsOptions

setSaveMetafilesAsPng

public void setSaveMetafilesAsPng(boolean value)
Specified by:
setSaveMetafilesAsPng in interface IXpsOptions