|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXpsOptions
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 |
---|
boolean getSaveMetafilesAsPng()
True to convert all metafiles used in a presentation to the PNG images.
Read/write boolean
.
void setSaveMetafilesAsPng(boolean value)
True to convert all metafiles used in a presentation to the PNG images.
Read-only ISaveOptions
.
boolean getDrawSlidesFrame()
True to draw black frame around each slide.
Read/write bool
.
<b>false</b>
.
void setDrawSlidesFrame(boolean value)
True to draw black frame around each slide.
Read/write bool
.
<b>false</b>
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |