com.aspose.slides
Interface IXpsOptions

All Superinterfaces:
ISaveOptions
All Known Implementing Classes:
XpsOptions

public interface IXpsOptions
extends ISaveOptions

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


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 interface com.aspose.slides.ISaveOptions
getWarningCallback, setWarningCallback
 

Method Detail

getSaveMetafilesAsPng

boolean getSaveMetafilesAsPng()

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


Default is true.


setSaveMetafilesAsPng

void setSaveMetafilesAsPng(boolean value)

True to convert all metafiles used in a presentation to the PNG images. Read-only ISaveOptions.


Default is true.


getDrawSlidesFrame

boolean getDrawSlidesFrame()

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


Default is <b>false</b>.


setDrawSlidesFrame

void setDrawSlidesFrame(boolean value)

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


Default is <b>false</b>.



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