AnimationShowcasePackage

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

NameTypeAccessDescription
directory_namestrReadGets the directory name.
animationAnimationAssetReadGets the animation.
reviewAnimationReviewPackageReadGets the review.
html_filenamestrReadGets the html filename.
manifest_filenamestrReadGets the manifest filename.
htmlstrReadGets the html.
manifestdict[str, object] | NoneReadGets the manifest.

Methods

SignatureDescription
write_to(path: str | Path)PathWrites the package to the given path and returns the resulting Path

See Also