XpsOptions
XpsOptions class
Provides options that control how a presentation is saved in XPS format.
XpsOptions
| Name | Description |
|---|
| XpsOptions() | Default constructor. |
Result:
XpsOptions
getDefaultRegularFont
| Name | Description |
|---|
| getDefaultRegularFont() | Returns or sets font used in case source font is not found. Read-write String. |
Result:
String
getDrawSlidesFrame
| Name | Description |
|---|
| getDrawSlidesFrame() | True to draw black frame around each slide. Read/write boolean. Default is false. |
Result:
boolean
getProgressCallback
| Name | Description |
|---|
| getProgressCallback() | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Result:
IProgressCallback
| Name | Description |
|---|
| getSaveMetafilesAsPng() | True to convert all metafiles used in a presentation to the PNG images. Read/write boolean. Default is true. |
Result:
boolean
getShowHiddenSlides
| Name | Description |
|---|
| getShowHiddenSlides() | Specifies whether the generated document should include hidden slides or not. Default is false. |
Result:
boolean
getWarningCallback
| Name | Description |
|---|
| getWarningCallback() | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |
Result:
IWarningCallback
setDefaultRegularFont
| Name | Description |
|---|
| setDefaultRegularFont(String) | Returns or sets font used in case source font is not found. Read-write String. |
setDrawSlidesFrame
| Name | Description |
|---|
| setDrawSlidesFrame(boolean) | True to draw black frame around each slide. Read/write boolean. Default is false. |
setProgressCallback
| Name | Description |
|---|
| setProgressCallback(IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
| Name | Description |
|---|
| setSaveMetafilesAsPng(boolean) | True to convert all metafiles used in a presentation to the PNG images. Read/write boolean. Default is true. |
setShowHiddenSlides
| Name | Description |
|---|
| setShowHiddenSlides(boolean) | Specifies whether the generated document should include hidden slides or not. Default is false. |
setWarningCallback
| Name | Description |
|---|
| setWarningCallback(IWarningCallback) | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |