Point
Overview
Point is a class in Aspose.Slides FOSS for Python.
Inherits from: IPoint.
Represents animation point.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
time | float | Read | Is the time component of the point, expressed as a float |
value | object | Read | Holds the point’s associated data value, typed as object |
formula | str | Read | Stores a string formula that defines how the point’s value is calculated |
Methods
| Signature | Description |
|---|---|
__init__(time: float, value: object, formula: str) |