AnimationReviewPackage

AnimationReviewPackage

Overview

AnimationReviewPackage is a class in Aspose.Font FOSS for Python.

AnimationReviewPackage.write_to saves the review package to the given filesystem path and returns the Path.

This class provides 1 method for working with AnimationReviewPackage objects in Python programs. Available methods include: write_to. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: directory_name, html, html_filename, manifest, manifest_filename, markdown, and 2 more.

Properties

NameTypeAccessDescription
directory_namestrReadGets the directory name.
packageAnimationFramePackageReadGets the package.
markdown_filenamestrReadGets the markdown filename.
html_filenamestrReadGets the html filename.
manifest_filenamestrReadGets the manifest filename.
markdownstrReadGets the markdown.
htmlstrReadGets the html.
manifestdict[str, object] | NoneReadGets the manifest.

Methods

SignatureDescription
write_to(path: str | Path)Pathcreates a full review package by delegating to its containedAnimationFramePackage` and then writing additional markdown, HTML, and manifest files

See Also