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

NameTypeAccessDescription
fillIFillFormatReadGets the fill.
lineILineFormatReadGets the line.
effectIEffectFormatReadGets the effect.
effect_3dIThreeDFormatReadGets the effect 3d.

See Also