XamlOptions
XamlOptions class
Options that control how a XAML document is saved.
XamlOptions
| Name | Description |
|---|
| XamlOptions() | Creates the XamlOptions instance. |
Result:
XamlOptions
getDefaultRegularFont
| Name | Description |
|---|
| getDefaultRegularFont() | Returns or sets font used in case source font is not found. Read-write String. |
Result:
String
getExportHiddenSlides
| Name | Description |
|---|
| getExportHiddenSlides() | Determines whether hidden slides will be exported. |
Result:
boolean
getOutputSaver
| Name | Description |
|---|
| getOutputSaver() | Represents an implementation of IOutputSaver interface. |
Result:
XamlOutputSaver
getProgressCallback
| Name | Description |
|---|
| getProgressCallback() | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
Result:
IProgressCallback
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. |
setExportHiddenSlides
| Name | Description |
|---|
| setExportHiddenSlides(boolean) | Determines whether hidden slides will be exported. |
setOutputSaver
| Name | Description |
|---|
| setOutputSaver(IXamlOutputSaver) | Represents an implementation of IOutputSaver interface. |
setProgressCallback
| Name | Description |
|---|
| setProgressCallback(IProgressCallback) | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
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. |