IFillFormatEffectiveData class
IFillFormatEffectiveData class
Immutable object which contains effective fill formatting properties.
The IFillFormatEffectiveData type exposes the following members:
Properties
| Property | Description |
|---|---|
fill_type | Returns the type of filling. Read-only FillType. |
solid_fill_color | Returns the fill color. Read-only aspose.pydrawing.Color. |
gradient_format | Returns the gradient fill format. Read-only IGradientFormatEffectiveData. |
pattern_format | Returns the pattern fill format. Read-only IPatternFormatEffectiveData. |
picture_fill_format | Returns the picture fill format. Read-only IPictureFillFormatEffectiveData. |
rotate_with_shape | Determines whether the fill should be rotated with shape. Read-only bool. |
Remarks
This interface is used together with the IFillFormat interface to return effective formatting values with inheritance applied.
See Also
- class
IFillFormat - module
aspose.slides - library
Aspose.Slides