ShapeCreateEffectFormatEffective Method |
Note: This API is now obsolete.
Creates the EffectFormatEffectiveData object that contains all effects applyed to a shape, included inherited.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax [ObsoleteAttribute("Use EffectFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
public IEffectFormatEffectiveData CreateEffectFormatEffective()
<ObsoleteAttribute("Use EffectFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>
Public Function CreateEffectFormatEffective As IEffectFormatEffectiveData
public:
[ObsoleteAttribute(L"Use EffectFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
virtual IEffectFormatEffectiveData^ CreateEffectFormatEffective() sealed
[<ObsoleteAttribute("Use EffectFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
abstract CreateEffectFormatEffective : unit -> IEffectFormatEffectiveData
[<ObsoleteAttribute("Use EffectFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
override CreateEffectFormatEffective : unit -> IEffectFormatEffectiveData
Return Value
Type:
IEffectFormatEffectiveDataEffectFormatEffectiveData.
Implements
IShapeCreateEffectFormatEffectiveSee Also