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
| Name | Type | Access | Description |
|---|---|---|---|
directory_name | str | Read | Gets the directory name. |
package | AnimationFramePackage | Read | Gets the package. |
markdown_filename | str | Read | Gets the markdown filename. |
html_filename | str | Read | Gets the html filename. |
manifest_filename | str | Read | Gets the manifest filename. |
markdown | str | Read | Gets the markdown. |
html | str | Read | Gets the html. |
manifest | dict[str, object] | None | Read | Gets the manifest. |
Methods
| Signature | Description |
|---|---|
write_to(path: str | Path) → Path | creates a full review package by delegating to its containedAnimationFramePackage` and then writing additional markdown, HTML, and manifest files |