com.aspose.slides
Class EffectStyle

java.lang.Object
  extended by com.aspose.slides.EffectStyle
All Implemented Interfaces:
IEffectStyle

public class EffectStyle
extends java.lang.Object
implements IEffectStyle

Represents an effect style.


Method Summary
 IEffectFormat getEffectFormat()
           Returns an effect format.
 IThreeDFormat getThreeDFormat()
           Returns an 3d format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEffectFormat

public IEffectFormat getEffectFormat()

Returns an effect format. Readonly EffectFormat.

Specified by:
getEffectFormat in interface IEffectStyle

getThreeDFormat

public IThreeDFormat getThreeDFormat()

Returns an 3d format. Readonly ThreeDFormat.

Specified by:
getThreeDFormat in interface IEffectStyle