Previous Document Next Document

Object Model Reference : Classes : E : Effect : Methods : Effect.Clear


Effect.Clear

Sub Clear()

Description

Member of Effect

The Clear method removes the current effect from an object.

VBA example

The following VBA example clears all effects applied to the active shape.

Sub Test()
 Dim e As Effect
 For Each e In ActiveShape.Effects
  e.Clear
 Next e
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.