IFontData — Aspose.Slides FOSS Python API Reference

Overview

IFontData represents the i font data in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition.

Package: aspose.slides_foss


Description

IFontData is a class in the Aspose.Slides FOSS library for Python that exposes 1 method and 1 property for programmatic use. It extends ABC, inheriting shared functionality from its parent type.

Properties

PropertyTypeAccessDescription
font_namestrRead-onlyThe font_name value.

Methods

MethodReturnsDescription
get_font_name(theme)strPerforms the get_font_name operation.

See Also