public class XpsOptions extends SaveOptions implements IXpsOptions
Provides options that control how a presentation is saved in XPS format.
Constructor and Description |
---|
XpsOptions()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
|
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.
|
void |
setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
|
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultRegularFont, getProgressCallback, getWarningCallback, setDefaultRegularFont, setProgressCallback, setWarningCallback
public final boolean getShowHiddenSlides()
Specifies whether the generated document should include hidden slides or not.
Default is false
.
getShowHiddenSlides
in interface IXpsOptions
public final void setShowHiddenSlides(boolean value)
Specifies whether the generated document should include hidden slides or not.
Default is false
.
setShowHiddenSlides
in interface IXpsOptions
public final 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 final 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 boolean
.
<b>false</b>
.
getDrawSlidesFrame
in interface IXpsOptions
public final void setDrawSlidesFrame(boolean value)
True to draw black frame around each slide.
Read/write boolean
.
<b>false</b>
.
setDrawSlidesFrame
in interface IXpsOptions