|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SaveOptions
com.aspose.slides.XpsOptions
public class XpsOptions
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 |
---|
public XpsOptions()
Default constructor.
Method Detail |
---|
public boolean getSaveMetafilesAsPng()
True to convert all metafiles used in a presentation to the PNG images.
Read/write boolean
.
<b>true</b>
.
getSaveMetafilesAsPng
in interface IXpsOptions
public void setSaveMetafilesAsPng(boolean value)
True to convert all metafiles used in a presentation to the PNG images.
Read/write boolean
.
<b>true</b>
.
setSaveMetafilesAsPng
in interface IXpsOptions
public final boolean getDrawSlidesFrame()
True to draw black frame around each slide.
Read/write bool
.
<b>false</b>
.
getDrawSlidesFrame
in interface IXpsOptions
public final void setDrawSlidesFrame(boolean value)
True to draw black frame around each slide.
Read/write bool
.
<b>false</b>
.
setDrawSlidesFrame
in interface IXpsOptions
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |