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 getDrawSlidesFrame()
           True to draw black frame around each slide.
 boolean getSaveMetafilesAsPng()
           True to convert all metafiles used in a presentation to the PNG images.
 void setDrawSlidesFrame(boolean value)
           True to draw black frame around each slide.
 void setSaveMetafilesAsPng(boolean value)
           True to convert all metafiles used in a presentation to the PNG images.
 
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. Read/write boolean.


Default is <b>true</b>.

Specified by:
getSaveMetafilesAsPng in interface IXpsOptions

setSaveMetafilesAsPng

public void setSaveMetafilesAsPng(boolean value)

True to convert all metafiles used in a presentation to the PNG images. Read/write boolean.


Default is <b>true</b>.

Specified by:
setSaveMetafilesAsPng in interface IXpsOptions

getDrawSlidesFrame

public final boolean getDrawSlidesFrame()

True to draw black frame around each slide. Read/write bool.


Default is <b>false</b>.

Specified by:
getDrawSlidesFrame in interface IXpsOptions

setDrawSlidesFrame

public final void setDrawSlidesFrame(boolean value)

True to draw black frame around each slide. Read/write bool.


Default is <b>false</b>.

Specified by:
setDrawSlidesFrame in interface IXpsOptions


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