IShapeCreateFillFormatEffective Method |
Note: This API is now obsolete.
Creates the FillFormatEffectiveData object that contains all fill formatting properties for a shape, included inherited.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax[ObsoleteAttribute("Use FillFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
IFillFormatEffectiveData CreateFillFormatEffective()
<ObsoleteAttribute("Use FillFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>
Function CreateFillFormatEffective As IFillFormatEffectiveData
[ObsoleteAttribute(L"Use FillFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
IFillFormatEffectiveData^ CreateFillFormatEffective()
[<ObsoleteAttribute("Use FillFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
abstract CreateFillFormatEffective : unit -> IFillFormatEffectiveData
Return Value
Type:
IFillFormatEffectiveDataIFillFormatEffectiveData.
See Also