FileFormatType

FileFormatType

Overview

FileFormatType is a class in Aspose.3D FOSS for Python.

File format type

This class declares 1 method for FileFormatType objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: extension.

Properties

NameTypeAccessDescription
extensionstrReadThe extension name of this file format, started with .

Methods

SignatureDescription
__init__(extension: str)Calls init(extension) on this FileFormatType instance.

See Also