LoadSaveOptions class

LoadSaveOptions class

Specifies additional options for loading and saving of a document to be assembled.

The LoadSaveOptions type exposes the following members:

Constructors

Constructor Description
init Creates a new instance of this class without any properties specified.
init Creates a new instance of this class with the specified file format to save an assembled document to.

Properties

Property Description
save_format Gets or sets a file format to save an assembled document to. FileFormat.UNSPECIFIED is the default.
resource_load_base_uri Gets or sets a base URI to resolve external resource files’ relative URIs to absolute ones while loading an HTML
template document to be assembled and saved to a non-HTML format. The default value is an empty string.
resource_save_folder Gets or sets a path to a folder to store external resource files while an assembled document loaded from a non-HTML
format is being saved to HTML. The default value is an empty string.

See Also