Format
Overview
Format is a class in Aspose.Slides FOSS for Python.
Inherits from: IFormat.
Represents chart format properties (fill, line, effect, 3D).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fill | IFillFormat | Read | Provides access to the shape’s fill formatting such as solid, gradient, pattern, or picture fills |
line | ILineFormat | Read | Provides access to the shape’s line formatting including width, dash style, arrows, and joins |
effect | IEffectFormat | Read | Provides access to the shape’s visual effect formatting such as shadow, glow, soft edge, and reflection |
effect_3d | IThreeDFormat | Read | Provides access to the shape’s 3‑D formatting like bevel, camera, light rig, and extrusion depth |