Format
Overview
Format is a class in Aspose.Slides FOSS for Python.
Inherits from: IFormat.
Represents chart format properties (fill, line, effect, 3D).
Properties: effect, effect_3d, fill, line.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill | IFillFormat | Read | Gets the fill. |
line | ILineFormat | Read | Gets the line. |
effect | IEffectFormat | Read | Gets the effect. |
effect_3d | IThreeDFormat | Read | Gets the effect 3d. |