XamlOptions

XamlOptions class

Options that control how a XAML document is saved.

XamlOptions

NameDescription
XamlOptions()Creates the XamlOptions instance.

Result: XamlOptions


getDefaultRegularFont

NameDescription
getDefaultRegularFont()Returns or sets font used in case source font is not found. Read-write String.

Result: String


getExportHiddenSlides

NameDescription
getExportHiddenSlides()Determines whether hidden slides will be exported.

Result: boolean


getOutputSaver

NameDescription
getOutputSaver()Represents an implementation of IOutputSaver interface.

Result: XamlOutputSaver


getProgressCallback

NameDescription
getProgressCallback()Represents a callback object for saving progress updates in percentage. See IProgressCallback.

Result: IProgressCallback


getWarningCallback

NameDescription
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

NameDescription
setDefaultRegularFont(String)Returns or sets font used in case source font is not found. Read-write String.

setExportHiddenSlides

NameDescription
setExportHiddenSlides(boolean)Determines whether hidden slides will be exported.

setOutputSaver

NameDescription
setOutputSaver(IXamlOutputSaver)Represents an implementation of IOutputSaver interface.

setProgressCallback

NameDescription
setProgressCallback(IProgressCallback)Represents a callback object for saving progress updates in percentage. See IProgressCallback.

setWarningCallback

NameDescription
setWarningCallback(IWarningCallback)Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback.