WebDocumentOptions class

WebDocumentOptions class

Represents an options set for WebDocument saving.

The WebDocumentOptions type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
template_engineReturns or sets templates engine.
Read/write ITemplateEngine.
output_saverReturns or sets output saver.
Read/write IOutputSaver.
embed_imagesReturns or sets images embedding option.
Read/write bool.
animate_transitionsReturns or sets transitions animation option.
Read/write bool.
animate_shapesReturns or sets shapes animation option.
Read/write bool.

See Also