Point

Overview

Point is a class in Aspose.Slides FOSS for Python. Inherits from: IPoint.

Represents animation point.

Properties

NameTypeAccessDescription
timefloatReadIs the time component of the point, expressed as a float
valueobjectReadHolds the point’s associated data value, typed as object
formulastrReadStores a string formula that defines how the point’s value is calculated

Methods

SignatureDescription
__init__(time: float, value: object, formula: str)