XamlOptions class

XamlOptions class

Options that control how a XAML document is saved.

Inheritance:XamlOptionsSaveOptions

The XamlOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Creates the XamlOptions instance.

Properties

PropertyDescription
warning_callbackReturns of sets an object which receives warnings and decides whether loading process will continue or will be aborted.
Read/write IWarningCallback.
progress_callbackRepresents a callback object for saving progress updates in percentage.
See IProgressCallback.
default_regular_fontReturns or sets font used in case source font is not found.
Read-write str.
export_hidden_slidesDetermines whether hidden slides will be exported.
output_saverRepresents an implementation of IOutputSaver interface.

See Also