IFillFormatEffectiveData class

IFillFormatEffectiveData class

Immutable object which contains effective fill formatting properties.

The IFillFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
fill_typeReturns the type of filling.
Read-only FillType.
solid_fill_colorReturns the fill color.
Read-only aspose.pydrawing.Color.
gradient_formatReturns the gradient fill format.
Read-only IGradientFormatEffectiveData.
pattern_formatReturns the pattern fill format.
Read-only IPatternFormatEffectiveData.
picture_fill_formatReturns the picture fill format.
Read-only IPictureFillFormatEffectiveData.
rotate_with_shapeDetermines 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