AnimationShowcasePackage
Overview
AnimationShowcasePackage is a class in Aspose.Font FOSS for Python.
AnimationShowcasePackage.write_to writes the package to the given path and returns the resulting Path.
This class provides 1 method for working with AnimationShowcasePackage 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: animation, directory_name, html, html_filename, manifest, manifest_filename, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
directory_name | str | Read | Gets the directory name. |
animation | AnimationAsset | Read | Gets the animation. |
review | AnimationReviewPackage | Read | Gets the review. |
html_filename | str | Read | Gets the html filename. |
manifest_filename | str | Read | Gets the manifest filename. |
html | str | Read | Gets the html. |
manifest | dict[str, object] | None | Read | Gets the manifest. |
Methods
| Signature | Description |
|---|---|
write_to(path: str | Path) → Path | Writes the package to the given path and returns the resulting Path |