Aspose::Slides::IEffectFormat Class Referenceabstract

Represents effect properties of shape. More...

Inherits Aspose::Slides::IEffectParamSource.

Inherited by Aspose::Slides::EffectFormat.

Public Member Functions

virtual bool get_IsNoEffects ()=0
 Returns true if all effects are disabled (as just created, default EffectFormat object). Read-only bool. More...
 
virtual System::SharedPtr< Effects::IBlurget_BlurEffect ()=0
 Blur effect. Read Effects::IBlur. More...
 
virtual void set_BlurEffect (System::SharedPtr< Effects::IBlur > value)=0
 Blur effect. Write Effects::IBlur. More...
 
virtual System::SharedPtr< Effects::IFillOverlayget_FillOverlayEffect ()=0
 Fill overlay effect. Read Effects::IFillOverlay. More...
 
virtual void set_FillOverlayEffect (System::SharedPtr< Effects::IFillOverlay > value)=0
 Fill overlay effect. Write Effects::IFillOverlay. More...
 
virtual System::SharedPtr< Effects::IGlowget_GlowEffect ()=0
 Glow effect. Read Effects::IGlow. More...
 
virtual void set_GlowEffect (System::SharedPtr< Effects::IGlow > value)=0
 Glow effect. Write Effects::IGlow. More...
 
virtual System::SharedPtr< Effects::IInnerShadowget_InnerShadowEffect ()=0
 Inner shadow. Read Effects::IInnerShadow. More...
 
virtual void set_InnerShadowEffect (System::SharedPtr< Effects::IInnerShadow > value)=0
 Inner shadow. Write Effects::IInnerShadow. More...
 
virtual System::SharedPtr< Effects::IOuterShadowget_OuterShadowEffect ()=0
 Outer shadow. Read Effects::IOuterShadow. More...
 
virtual void set_OuterShadowEffect (System::SharedPtr< Effects::IOuterShadow > value)=0
 Outer shadow. Write Effects::IOuterShadow. More...
 
virtual System::SharedPtr< Effects::IPresetShadowget_PresetShadowEffect ()=0
 Preset shadow. Read Effects::IPresetShadow. More...
 
virtual void set_PresetShadowEffect (System::SharedPtr< Effects::IPresetShadow > value)=0
 Preset shadow. Write Effects::IPresetShadow. More...
 
virtual System::SharedPtr< Effects::IReflectionget_ReflectionEffect ()=0
 Reflection. Read Effects::IReflection. More...
 
virtual void set_ReflectionEffect (System::SharedPtr< Effects::IReflection > value)=0
 Reflection. Write Effects::IReflection. More...
 
virtual System::SharedPtr< Effects::ISoftEdgeget_SoftEdgeEffect ()=0
 Soft edge. Read Effects::ISoftEdge. More...
 
virtual void set_SoftEdgeEffect (System::SharedPtr< Effects::ISoftEdge > value)=0
 Soft edge. Write Effects::ISoftEdge. More...
 
virtual void SetBlurEffect (double radius, bool grow)=0
 Sets blur effect. More...
 
virtual void EnableFillOverlayEffect ()=0
 Enables fill overlay effect. More...
 
virtual void EnableGlowEffect ()=0
 Enables glow effect. More...
 
virtual void EnableInnerShadowEffect ()=0
 Enables inner shadow effect. More...
 
virtual void EnableOuterShadowEffect ()=0
 Enables outer shadow effect. More...
 
virtual void EnablePresetShadowEffect ()=0
 Enables preset shadows effect. More...
 
virtual void EnableReflectionEffect ()=0
 Enables reflection effect. More...
 
virtual void EnableSoftEdgeEffect ()=0
 Enables soft edge effect. More...
 
virtual void DisableBlurEffect ()=0
 Disables blur effect. More...
 
virtual void DisableFillOverlayEffect ()=0
 Disables fill overlay effect. More...
 
virtual void DisableGlowEffect ()=0
 Disable glow effect. More...
 
virtual void DisableInnerShadowEffect ()=0
 Disables inner shadow effect. More...
 
virtual void DisableOuterShadowEffect ()=0
 Disables outer shadow effect. More...
 
virtual void DisablePresetShadowEffect ()=0
 Disables preset shadow effect. More...
 
virtual void DisableReflectionEffect ()=0
 Disables reflection effect. More...
 
virtual void DisableSoftEdgeEffect ()=0
 Disables soft edge effect. More...
 
virtual System::SharedPtr< IEffectFormatEffectiveDataGetEffective ()=0
 Gets effective effect formatting data with the inheritance applied. More...
 
- Public Member Functions inherited from System::Object
 Object ()
 Creates object. Initializes all internal data structures. More...
 
virtual ~Object ()
 Destroys object. Frees all internal data structures. More...
 
 Object (Object const &x)
 Copy constructor. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
Objectoperator= (Object const &x)
 Assignment operator. Doesn't copy anything, really, just initializes new object and enables copy constructing subclasses. More...
 
ObjectSharedRefAdded ()
 Increments shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int SharedRefRemovedSafe ()
 Decrements and returns shared reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
int RemovedSharedRefs (int count)
 Decreases shared reference count by specified value. More...
 
Detail::SmartPtrCounter * WeakRefAdded ()
 Increments weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
void WeakRefRemoved ()
 Decrements weak reference count. Shouldn't be called directly; instead, use smart pointers or ThisProtector. More...
 
Detail::SmartPtrCounter * GetCounter ()
 Gets reference counter data structure associated with the object. More...
 
int SharedCount () const
 Gets current value of shared reference counter. More...
 
void Lock ()
 Implements C# lock() statement locking. Call directly or use LockContext sentry object. More...
 
void Unlock ()
 Implements C# lock() statement unlocking. Call directly or use LockContext sentry object. More...
 
virtual bool Equals (ptr obj)
 Compares objects using C# Object.Equals semantics. More...
 
virtual int32_t GetHashCode () const
 Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. More...
 
virtual String ToString () const
 Analog of C# Object.ToString() method. Enables converting custom objects to string. More...
 
virtual ptr MemberwiseClone () const
 Analog of C# Object.MemberwiseClone() method. Enables cloning custom types. More...
 
virtual const TypeInfoGetType () const
 Gets actual type of object. Analog of C# System.Object.GetType() call. More...
 
virtual bool Is (const TypeInfo &targetType) const
 Check if object represents an instance of type described by targetType. Analog of C# 'is' operator. More...
 
virtual void SetTemplateWeakPtr (uint32_t argument)
 Set n'th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode. More...
 
virtual bool FastCast (const Details::FastRttiBase &helper, void **out_ptr) const
 For internal purposes only. More...
 
template<>
bool ReferenceEquals (String const &str, std::nullptr_t)
 Specialization of Object::ReferenceEquals for case of string and nullptr. More...
 
template<>
bool ReferenceEquals (String const &str1, String const &str2)
 Specialization of Object::ReferenceEquals for case of strings. More...
 

Additional Inherited Members

- Public Types inherited from System::Object
typedef SmartPtr< Objectptr
 Alias for smart pointer type. More...
 
- Static Public Member Functions inherited from System::Object
static bool ReferenceEquals (ptr const &objA, ptr const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, T const &objB)
 Compares objects by reference. More...
 
template<typename T >
static std::enable_if<!IsSmartPtr< T >::value, bool >::type ReferenceEquals (T const &objA, std::nullptr_t)
 Reference-compares value type object with nullptr. More...
 
template<typename T1 , typename T2 >
static std::enable_if< IsSmartPtr< T1 >::value &&IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares reference type objects in C# style. More...
 
template<typename T1 , typename T2 >
static std::enable_if<!IsSmartPtr< T1 >::value &&!IsSmartPtr< T2 >::value, bool >::type Equals (T1 const &objA, T2 const &objB)
 Compares value type objects in C# style. More...
 
static const TypeInfoType ()
 Implements C# typeof(System.Object) construct. More...
 
template<>
bool Equals (float const &objA, float const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 
template<>
bool Equals (double const &objA, double const &objB)
 Emulates C#-style floating point comparison where two NaNs are considered equal even though according to IEC 60559:1989 NaN is not equal to any value, including NaN. More...
 

Detailed Description

Represents effect properties of shape.

Member Function Documentation

◆ DisableBlurEffect()

virtual void Aspose::Slides::IEffectFormat::DisableBlurEffect ( )
pure virtual

Disables blur effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableFillOverlayEffect()

virtual void Aspose::Slides::IEffectFormat::DisableFillOverlayEffect ( )
pure virtual

Disables fill overlay effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableGlowEffect()

virtual void Aspose::Slides::IEffectFormat::DisableGlowEffect ( )
pure virtual

Disable glow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableInnerShadowEffect()

virtual void Aspose::Slides::IEffectFormat::DisableInnerShadowEffect ( )
pure virtual

Disables inner shadow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableOuterShadowEffect()

virtual void Aspose::Slides::IEffectFormat::DisableOuterShadowEffect ( )
pure virtual

Disables outer shadow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisablePresetShadowEffect()

virtual void Aspose::Slides::IEffectFormat::DisablePresetShadowEffect ( )
pure virtual

Disables preset shadow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableReflectionEffect()

virtual void Aspose::Slides::IEffectFormat::DisableReflectionEffect ( )
pure virtual

Disables reflection effect.

Implemented in Aspose::Slides::EffectFormat.

◆ DisableSoftEdgeEffect()

virtual void Aspose::Slides::IEffectFormat::DisableSoftEdgeEffect ( )
pure virtual

Disables soft edge effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableFillOverlayEffect()

virtual void Aspose::Slides::IEffectFormat::EnableFillOverlayEffect ( )
pure virtual

Enables fill overlay effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableGlowEffect()

virtual void Aspose::Slides::IEffectFormat::EnableGlowEffect ( )
pure virtual

Enables glow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableInnerShadowEffect()

virtual void Aspose::Slides::IEffectFormat::EnableInnerShadowEffect ( )
pure virtual

Enables inner shadow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableOuterShadowEffect()

virtual void Aspose::Slides::IEffectFormat::EnableOuterShadowEffect ( )
pure virtual

Enables outer shadow effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnablePresetShadowEffect()

virtual void Aspose::Slides::IEffectFormat::EnablePresetShadowEffect ( )
pure virtual

Enables preset shadows effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableReflectionEffect()

virtual void Aspose::Slides::IEffectFormat::EnableReflectionEffect ( )
pure virtual

Enables reflection effect.

Implemented in Aspose::Slides::EffectFormat.

◆ EnableSoftEdgeEffect()

virtual void Aspose::Slides::IEffectFormat::EnableSoftEdgeEffect ( )
pure virtual

Enables soft edge effect.

Implemented in Aspose::Slides::EffectFormat.

◆ get_BlurEffect()

virtual System::SharedPtr<Effects::IBlur> Aspose::Slides::IEffectFormat::get_BlurEffect ( )
pure virtual

Blur effect. Read Effects::IBlur.

Implemented in Aspose::Slides::EffectFormat.

◆ get_FillOverlayEffect()

virtual System::SharedPtr<Effects::IFillOverlay> Aspose::Slides::IEffectFormat::get_FillOverlayEffect ( )
pure virtual

Fill overlay effect. Read Effects::IFillOverlay.

Implemented in Aspose::Slides::EffectFormat.

◆ get_GlowEffect()

virtual System::SharedPtr<Effects::IGlow> Aspose::Slides::IEffectFormat::get_GlowEffect ( )
pure virtual

Glow effect. Read Effects::IGlow.

Implemented in Aspose::Slides::EffectFormat.

◆ get_InnerShadowEffect()

virtual System::SharedPtr<Effects::IInnerShadow> Aspose::Slides::IEffectFormat::get_InnerShadowEffect ( )
pure virtual

Inner shadow. Read Effects::IInnerShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ get_IsNoEffects()

virtual bool Aspose::Slides::IEffectFormat::get_IsNoEffects ( )
pure virtual

Returns true if all effects are disabled (as just created, default EffectFormat object). Read-only bool.

Implemented in Aspose::Slides::EffectFormat.

◆ get_OuterShadowEffect()

virtual System::SharedPtr<Effects::IOuterShadow> Aspose::Slides::IEffectFormat::get_OuterShadowEffect ( )
pure virtual

Outer shadow. Read Effects::IOuterShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ get_PresetShadowEffect()

virtual System::SharedPtr<Effects::IPresetShadow> Aspose::Slides::IEffectFormat::get_PresetShadowEffect ( )
pure virtual

Preset shadow. Read Effects::IPresetShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ get_ReflectionEffect()

virtual System::SharedPtr<Effects::IReflection> Aspose::Slides::IEffectFormat::get_ReflectionEffect ( )
pure virtual

Reflection. Read Effects::IReflection.

Implemented in Aspose::Slides::EffectFormat.

◆ get_SoftEdgeEffect()

virtual System::SharedPtr<Effects::ISoftEdge> Aspose::Slides::IEffectFormat::get_SoftEdgeEffect ( )
pure virtual

Soft edge. Read Effects::ISoftEdge.

Implemented in Aspose::Slides::EffectFormat.

◆ GetEffective()

virtual System::SharedPtr<IEffectFormatEffectiveData> Aspose::Slides::IEffectFormat::GetEffective ( )
pure virtual

Gets effective effect formatting data with the inheritance applied.

Returns
A IEffectFormatEffectiveData.

Implemented in Aspose::Slides::EffectFormat.

◆ set_BlurEffect()

virtual void Aspose::Slides::IEffectFormat::set_BlurEffect ( System::SharedPtr< Effects::IBlur value)
pure virtual

Blur effect. Write Effects::IBlur.

Implemented in Aspose::Slides::EffectFormat.

◆ set_FillOverlayEffect()

virtual void Aspose::Slides::IEffectFormat::set_FillOverlayEffect ( System::SharedPtr< Effects::IFillOverlay value)
pure virtual

Fill overlay effect. Write Effects::IFillOverlay.

Implemented in Aspose::Slides::EffectFormat.

◆ set_GlowEffect()

virtual void Aspose::Slides::IEffectFormat::set_GlowEffect ( System::SharedPtr< Effects::IGlow value)
pure virtual

Glow effect. Write Effects::IGlow.

Implemented in Aspose::Slides::EffectFormat.

◆ set_InnerShadowEffect()

virtual void Aspose::Slides::IEffectFormat::set_InnerShadowEffect ( System::SharedPtr< Effects::IInnerShadow value)
pure virtual

Inner shadow. Write Effects::IInnerShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ set_OuterShadowEffect()

virtual void Aspose::Slides::IEffectFormat::set_OuterShadowEffect ( System::SharedPtr< Effects::IOuterShadow value)
pure virtual

Outer shadow. Write Effects::IOuterShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ set_PresetShadowEffect()

virtual void Aspose::Slides::IEffectFormat::set_PresetShadowEffect ( System::SharedPtr< Effects::IPresetShadow value)
pure virtual

Preset shadow. Write Effects::IPresetShadow.

Implemented in Aspose::Slides::EffectFormat.

◆ set_ReflectionEffect()

virtual void Aspose::Slides::IEffectFormat::set_ReflectionEffect ( System::SharedPtr< Effects::IReflection value)
pure virtual

Reflection. Write Effects::IReflection.

Implemented in Aspose::Slides::EffectFormat.

◆ set_SoftEdgeEffect()

virtual void Aspose::Slides::IEffectFormat::set_SoftEdgeEffect ( System::SharedPtr< Effects::ISoftEdge value)
pure virtual

Soft edge. Write Effects::ISoftEdge.

Implemented in Aspose::Slides::EffectFormat.

◆ SetBlurEffect()

virtual void Aspose::Slides::IEffectFormat::SetBlurEffect ( double  radius,
bool  grow 
)
pure virtual

Sets blur effect.

Parameters
radiusRadius.
growGrow.

Implemented in Aspose::Slides::EffectFormat.