RenderingOptions class

RenderingOptions class

Provides options that control how a presentation/slide is rendered.

Inheritance:RenderingOptionsSaveOptions

The RenderingOptions type exposes the following members:

Constructors

ConstructorDescription
__init__Default constructor.

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.
gradient_styleReturns or sets the visual style of the gradient.
Read/write GradientStyle.
slides_layout_optionsGets or sets the mode in which slides are placed on the page when exporting a presentation ISlidesLayoutOptions.
ink_optionsProvides options that control the look of Ink objects in exported document.
Read-only IInkOptions
disable_font_ligaturesGets or sets a value indicating whether text is rendered without using ligatures.
When set to true, ligatures will be disabled in the rendered output. By default, this property is set to false.

See Also