XamlOptions

XamlOptions class

Options that control how a XAML document is saved.

XamlOptions

NameDescription
XamlOptions()Creates the XamlOptions instance.

Returns: XamlOptions


getExportHiddenSlides

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

Returns: boolean


getOutputSaver

NameDescription
getOutputSaver()Represents an implementation of IOutputSaver interface.

Returns: XamlOutputSaver


setExportHiddenSlides

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

setOutputSaver

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